史上最完整完美图形界面扫雷C语言代码,包含排行榜,游戏初、中、高级别、自定义格子行列数雷数、破记录录入大名等对话框,音乐音效,计时计剩余雷数全部功能。鼠标按下弹出分别处理。
2022-05-20 08:37:20 1.61MB c语言 游戏 开发语言 扫雷
1
文章地址:https://blog.csdn.net/qq_41315788/article/details/123340876
2022-05-19 19:07:38 4KB c语言 开发语言 编译原理
1
页面置换算法C语言代码.txt
2022-05-19 19:07:16 8KB 算法 c语言 源码软件 开发语言
这个不是现成的工具,而是具体的C语言代码功能实现。利用C语言实现了大地坐标系和空间直角坐标系的相互转换,以及求解七参数的值的方法。
1
银行家算法C语言代码.doc
2022-05-18 18:04:55 9KB 算法 c语言 文档资料 开发语言
数学建模,肿瘤模型代码,输入肿瘤体积,输入增长时间,得到增长速率
2022-05-14 11:19:40 2.02MB 数学建模
1
标准C写成的实现FTP上传下载功能的源代码,浅显易懂,编程新手可以看看其层次划分和代码编写风格。 标准C写成的实现FTP上传下载功能的源代码,浅显易懂,编程新手可以看看其层次划分和代码编写风格。
2022-05-13 16:45:13 870KB C语言 代码 FTP 上传
1
主存空间的分配与回收(伙伴算法) 用c语言写的 大家看看
2022-05-12 16:07:15 4KB 伙伴算法 c语言 代码 主存分配回收
1
操作系统首次适应算法动态分配C语言代码.docx
2022-05-12 09:09:57 535KB 算法 c语言 开发语言
实现n<15的最短遍历 Gord is training for a marathon. Behind his house is a park with a large network of jogging trails connecting water stations. Gord wants to find the shortest jogging route that travels along every trail at least once. Input Input consists of several test cases. The first line of input for each case contains two positive integers: n <= 15, the number of water stations, and m < 1000, the number of trails. For each trail, there is one subsequent line of input containing three positive integers: the first two, between 1 and n, indicating the water stations at the end points of the trail; the third indicates the length of the trail, in cubits. There may be more than one trail between any two stations; each different trail is given only once in the input; each trail can be travelled in either direction. It is possible to reach any trail from any other trail by visiting a sequence of water stations connected by trails. Gord's route may start at any water station, and must end at the same station. A single line containing 0 follows the last test case. Output
2022-05-11 14:30:50 1KB 最短遍历
1