资源列表
[GDI/图象编程] guess-number-game
说明:面向对象程序设计课程实验,关于一个猜数游戏的源码。-guess number game code.<or283349> 在 2024-11-10 上传 | 大小:2kb | 下载:0
[GDI/图象编程] h
说明:最简洁明了的数字金额中文大写函数使用VC编程-The most simple Chinese capital function using VC programming digital value<shan870539> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[GDI/图象编程] hangban102
说明:航班信息管理系统。功能较为齐全,代码简单,以理解-Flight information management system. Function is more complete, the code simple to understand<ji6550045> 在 2024-11-10 上传 | 大小:4kb | 下载:0
[GDI/图象编程] Hanoi108
说明:一个Hanoi的小游戏void Hanoi(int n, char x,char y,char z){ if (n==1) { printf( %c %d %c\n ,x,n,z) return } Hanoi(n-1,x,z,y) printf( %c %d %c\n ,x,n,z) Hanoi(n-1,y,x,z) }-Hanoi in a game void Hanoi (int n, char x, char y,<xian4126602> 在 2024-11-10 上传 | 大小:7kb | 下载:0
[GDI/图象编程] haoshidexiaoche
说明:基于STC89C52控制的小车循迹程序,自己写的挺好使。-My car control procedures<du6583173> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[GDI/图象编程] hate
说明:线段树模版,可供线段树初学者参考,程序简介易懂-Templates of Segment tree<mao3173951> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[GDI/图象编程] heapsort100
说明:这个程序实现的是将一串数字通过堆排序方法进行排序,速度快!-This procedure is to realize a bunch of digital methods to sort through the heap sort, fast!<yue8628406> 在 2024-11-10 上传 | 大小:6kb | 下载:0
[GDI/图象编程] hellow-world
说明:这事一个简单的C++应用程序,适合初学者使用,非常简单,但是很有用This is something a simple C++ applications, suitable for beginners to use, very simple, but useful-This is something a simple C++ applications, suitable for beginners to use, very simple<guan317395> 在 2024-11-10 上传 | 大小:2kb | 下载:0
[GDI/图象编程] hex2bin100
说明:hex文件转为bin的源程序,我字迹一致再用没有长度限制-hex file into a bin of the source, I am writing and then there is no consistent length<xie6509352> 在 2024-11-10 上传 | 大小:1kb | 下载:0