随笔分类 - cpp作业
摘要:(1)lab7 songs sqlite3 songs.db 1)list the names of all songs in the database SELECT name FROM songs; 2)list names of all songs in increasing order of
阅读全文
摘要:(1)lab6 world cup # Simulate a sports tournament import csv import sys import random # Number of simluations to run N = 1000000 #1000 def main(): # En
阅读全文
摘要:(1)lab5 - inheritance // Simulate genetic inheritance of blood type #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <time.h> // E
阅读全文
摘要:(1)lab4-Smiley helpers.c #include "helpers.h" void colorize(int height, int width, RGBTRIPLE image[height][width]) { // Change all black pixels to a c
阅读全文
摘要:(1)lab3 如何测试每个代码运行所需要的时间?time ./sort1 sorted5000.txt sort1 sort2 sort3 sorted5000.txt 0.037s 0.020s 0.045s sorted10000.txt 0.058s 0.050s 0.151s sorted
阅读全文

浙公网安备 33010602011771号