资源列表

排序选择:

« 1 2 ... .16 .17 .18 .19 .20 230821.22 .23 .24 .25 .26 ... 267452 »

[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-08-02 上传 | 大小:7kb | 下载:0

[通讯编程HanoiTower100

说明:最近在学用API写windows程序,经过半天的努力写出了一个汉诺塔演示程序.程序短小精悍,能完整地完成盘子的移动过程.-Recent study using API to write windows procedure, after the efforts of a half-day Tower of Hanoi to write a demo program. Dapper procedures can be completed full course of plate movement.
<9650935> 在 2025-08-02 上传 | 大小:2kb | 下载:0

[C#编程fuzhujuece

说明:利用echart插件在asp.net环境中创建出美观的条形、扇形及折线统计图,各类统计图动态美观。-Echart use plug-in creates a beautiful bar, fan and a line chart in asp.net environment, all kinds of charts dynamic appearance.
<孙宝翔> 在 2025-08-02 上传 | 大小:10kb | 下载:0

[嵌入式Linuxhanoi(Titan)

说明:汉诺塔解答程序,通过递归实现,好多书上都有这个练习题吧-HANOR answer process, through recursive, many of the books have it Exercises
<zong31275> 在 2025-08-02 上传 | 大小:5kb | 下载:0

[图形图象hanshu1

说明:行列互换的函数;写一个函数,使输入的字符串按反序存放-The ranks of exchange function write a function, the input string is stored in reverse order
<ping739517> 在 2025-08-02 上传 | 大小:1kb | 下载:0

[C#编程lhz_rb_ksy

说明:当涉及到大量提取数据库数据并进行计算而导致提取效率太低的情况时,可以先利用存储过程先行编写提取并计算数据的代码,这样在aspx.cs后台中就可以直接调用存储过程了,提高了数据执行效率。-When it comes to massive withdrawals of data and calculation result in extraction efficiency is too low, you can use stored procedures written in advance an
<孙宝翔> 在 2025-08-02 上传 | 大小:18kb | 下载:0

[图形图像处理(光照,映射..)hanshu2

说明:将两个字符串连接的函数;将一个字符串的元音字母复制到另一字符串-A function of two strings a string of vowels copied to another string
<xing749137> 在 2025-08-02 上传 | 大小:1kb | 下载:0

[数值算法/人工智能hanshuku

说明:实现二维图形的变换,平移、对称、旋转、错切等基本变换-The realization of two-dimensional graphics transformation, translation, symmetry, rotation, shear, such as the basic transform
<xing395173> 在 2025-08-02 上传 | 大小:1kb | 下载: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-08-02 上传 | 大小: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-08-02 上传 | 大小:7kb | 下载:0

[Internet/网络编程HanziCheck

说明:判断字符串长度,包括汉字,截取一定长度,用“.”代替-To determine the length of the string, including the Chinese characters, interception of a certain length, with " ." Substitute
<fan640628> 在 2025-08-02 上传 | 大小:1kb | 下载:0

[系统编程hanzipanduan

说明:判断字符串中是否存在汉字1、判断是否是GB23122、判断是否是GBK编码3、对于Big54、如果判断一个字符是西文字符还是中文字符-Determine whether there is character string
<meng628406> 在 2025-08-02 上传 | 大小:1kb | 下载:0
« 1 2 ... .16 .17 .18 .19 .20 230821.22 .23 .24 .25 .26 ... 267452 »

源码中国 www.ymcn.org