资源列表

« 1 2 ... .40 .41 .42 .43 .44 46945.46 .47 .48 .49 .50 ... 66603 »

[Windows编程FiveChess

说明:五子棋源代码。 vc++编译通过。-Gobang the source code. vc++ compiled through.
<sd2008> 在 2024-11-03 上传 | 大小:81920 | 下载:0

[控制台(字符窗口)编程tuixiangzi

说明:推箱子源码,windos控制台编程。代码还有很多不足处-Sokoban source, windos console programming. There are many deficiencies in the code
<sd2008> 在 2024-11-03 上传 | 大小:3072 | 下载:0

[其他小程序Hanoi

说明:一个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 vo
<123> 在 2024-11-03 上传 | 大小:145408 | 下载:0

[Windows编程task_grouping

说明:基于Gridsim仿真工具的网格系统仿真代码 包含资源,任务,以及调度-Gridsim simulation tool based on the grid system simulation code includes the resources, tasks, and scheduling
<liuchuan> 在 2024-11-03 上传 | 大小:246784 | 下载:0

[界面编程KC

说明:一个毕业设计的 库存管理的代码。如何利用kin去 做漂亮的界面,很一般的,供学习用的!-A graduation project code inventory management. How to make use of kin to do pretty interface, it is normal for learning purposes!
<fada> 在 2024-11-03 上传 | 大小:1555456 | 下载:0

[Windows编程4

说明:学生成绩排名试验,输入是个学生的成绩,然后就可以对其进行排名-Student achievement ranks test, type is a student achievement, and then will be able to rank their
<张无泪> 在 2024-11-03 上传 | 大小:1024 | 下载:0

[Windows编程Text

说明:这是一个用VC做的简单的文本编辑器,实现文本的输入,保存,字体的修改和文字颜色的修改。对初学者理解视图与文档的关系具有很好的作用。-This is a VC to do with a simple text editor, the realization of text input, preservation, font changes and the text color changes. For beginners to under
<孙凡淋> 在 2024-11-03 上传 | 大小:54272 | 下载:0

[组合框控件SimpleFile

说明:这是一个用来练习组合框的应用的源程序。对初学编程的人很有用。-This is a combo box used to practice the application of the source. Programming for beginner person very useful.
<孙凡淋> 在 2024-11-03 上传 | 大小:1882112 | 下载:0

[.net编程MyChatRoom

说明:Asp.net三层聊天室源码 一个利用三层开发的简单聊天室,发言可以自定义颜色和表情,消息保持用的是Sql数据库,采用 <meta http-equiv="refresh" content="5" />自动刷新。 DB_51aspx下为Sql数据库文件,附加即可 /login.aspx为登陆页,默认登陆帐号/密码:51aspx/51aspx 提示: 一般数据库文件默认在DB_51a
<Joh> 在 2024-11-03 上传 | 大小:106496 | 下载:0

[GDI/图象编程HDraw

说明:这是一个用来绘图的程序,是一个简单的画图工具,与操作系统自带的画图工具的功能相似,具有详细的源代码和运行程序。-This is a procedure used for mapping, is a simple drawing tools, with the operating system built-in drawing tool similar to a detailed source code and run the progr
<孙凡淋> 在 2024-11-03 上传 | 大小:110592 | 下载:0

[Windows编程liuyuntao

说明:这是自己学习汇编的时候写的一个万年历小程序,希望能给刚学习汇编的同仁提供一点帮助!-This is a compilation of their time learning to write a calendar applet, just hope that they will be compiled Tongren study to provide a little help!
<雁南飞> 在 2024-11-03 上传 | 大小:4096 | 下载:0

[Windows编程hafuman

说明:HAFUMAN编译码,包括文件操作 HAFUMAN编译码,包括文件操作-HAFUMAN codec, including file operations HAFUMAN codec, including file operations
<蔡敏时> 在 2024-11-03 上传 | 大小:2048 | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 46945.46 .47 .48 .49 .50 ... 66603 »

源码中国 www.ymcn.org