随笔分类 -  cpp作业

该文被密码保护。
posted @ 2023-07-12 10:15 致命一姬 阅读(0) 评论(0) 推荐(0)
摘要:(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 阅读全文
posted @ 2023-07-09 17:47 致命一姬 阅读(176) 评论(0) 推荐(0)
摘要:(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 阅读全文
posted @ 2023-07-07 17:05 致命一姬 阅读(61) 评论(0) 推荐(0)
摘要:(1)lab5 - inheritance // Simulate genetic inheritance of blood type #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <time.h> // E 阅读全文
posted @ 2023-07-05 16:57 致命一姬 阅读(67) 评论(0) 推荐(0)
摘要:(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 阅读全文
posted @ 2023-07-03 19:33 致命一姬 阅读(85) 评论(0) 推荐(0)
摘要:(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 阅读全文
posted @ 2023-07-01 16:24 致命一姬 阅读(100) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-05-17 15:42 致命一姬 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-05-17 14:54 致命一姬 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-05-16 17:49 致命一姬 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-05-16 17:13 致命一姬 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-05-14 00:25 致命一姬 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-05-13 21:56 致命一姬 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-04-07 22:40 致命一姬 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-04-07 21:57 致命一姬 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-04-07 19:48 致命一姬 阅读(0) 评论(0) 推荐(0)