资源列表

« 1 2 ... .64 .65 .66 .67 .68 156569.70 .71 .72 .73 .74 ... 216390 »

[Internet/网络编程Hanoi-new

说明:最新自编vb汉诺塔小程序,可自行演示汉诺塔-demonstration of the VB program to explain how the VB simple animation to achieve and control
<qian92003> 在 2025-09-27 上传 | 大小:7kb | 下载: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, char z) (if (n == 1) (printf (
<xian4126602> 在 2025-09-27 上传 | 大小:7kb | 下载:0

[行业应用软件hanzi2pinyin

说明:有意思的小程序,用VB编程实现返回汉字拼音首字母,在某些时候我们能用得到!-Interesting applets, Programming with VB to return to the first letter of alphabet characters, at certain times we can get!
<xi2713580> 在 2025-09-27 上传 | 大小:7kb | 下载:0

[C#编程lianhezhan_yb

说明:利用ASP.NET平台自有的画图功能进行折线统计图的绘制,在对美观要求程度不高的时候可以利用此种方法。-ASP.NET platform utilizing its own drawing functions to draw a line chart, the level is not high on the aesthetic requirements when you can use this method.
<孙宝翔> 在 2025-09-27 上传 | 大小:7kb | 下载:0

[单片机(51,AVR,MSP430等)harddiskCalc

说明:硬盘实际容量计算器,支持TG容量的硬盘。-Actual capacity hard disk calculator, support for TG-capacity hard drive.
<lan406284> 在 2025-09-27 上传 | 大小:7kb | 下载:0

[Windows编程JNGL123_test1

说明:本例为自己创建控件,然后在其他页面进行调用,增强了.net平台的易用性。-This example creates the controls for yourself, and then call on other pages, enhancing the .net platform ease of use.
<孙宝翔> 在 2025-09-27 上传 | 大小:7kb | 下载:0

[通讯编程heart_asm

说明:自己写的一个8X8点阵静态显示,用汇编写的-Himself wrote a 8x8 passive matrix display, with the compilation of written
<shi116015> 在 2025-09-27 上传 | 大小:7kb | 下载:0

[行业应用软件heshangtiaoshui

说明:C++实现的和尚挑水,在一周中安排不同空闲时间的和尚挑水。-C++ implementation boy is a boy monk fetching water and arrange different idle time in a week.
<ca391987> 在 2025-09-27 上传 | 大小:7kb | 下载:0

[通讯编程hex2dec

说明:Small hex to dec converter
<zhong46449> 在 2025-09-27 上传 | 大小:7kb | 下载:0

[数据库编程howto_adjust_brightness

说明:this code about howto adjust brightne-this code about howto adjust brightness
<pa517395> 在 2025-09-27 上传 | 大小:7kb | 下载:0

[游戏huffman112

说明:哈夫曼编码的实现与解析基于二叉树技术的搜索 遍历-Huffman coding with the analytical technique based on the binary tree search traversal
<zhong8406284> 在 2025-09-27 上传 | 大小:7kb | 下载:0

[数值算法/人工智能informationization

说明:本程序是在Visual C++编译环境以C++语言编写的学生信息管理系统。程序包括了信息管理的基本操作,如输入输出,查找,修改,删除信息等操作。-This procedure is in Visual C++ Compiler environment to C++ Language student information management system. Information management procedures including basic operations such as
<huang284062> 在 2025-09-27 上传 | 大小:7kb | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 156569.70 .71 .72 .73 .74 ... 216390 »

源码中国 www.ymcn.org