资源列表

« 1 2 ... .25 .26 .27 .28 .29 46930.31 .32 .33 .34 .35 ... 66581 »

[其他小程序pat7253596

说明:电压带隙基准一个在模拟电路中很重的一部分,本文论述了带隙基准的一个高阶补偿方法-Bandgap reference voltage in the analog circuits in a heavy part of this paper, bandgap reference, a high-level compensation
<PoLo> 在 2025-09-14 上传 | 大小:531kb | 下载:0

[Windows编程ir

说明:Infrared transmitter
<aerochun> 在 2025-09-14 上传 | 大小:1kb | 下载:0

[界面编程mp3PLAYER

说明:一款自己用vb做的mp3播放器,很简单! -A vb do with their own mp3 player, is very simple!
<cissy> 在 2025-09-14 上传 | 大小:20kb | 下载:0

[Windows编程k92

说明:K92 module introduction.
<aerochun> 在 2025-09-14 上传 | 大小:92kb | 下载:0

[Windows编程FiveChess

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

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

说明:推箱子源码,windos控制台编程。代码还有很多不足处-Sokoban source, windos console programming. There are many deficiencies in the code
<sd2008> 在 2025-09-14 上传 | 大小:3kb | 下载: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 void Hanoi (int n, char x, char
<123> 在 2025-09-14 上传 | 大小:142kb | 下载:0

[Windows编程task_grouping

说明:基于Gridsim仿真工具的网格系统仿真代码 包含资源,任务,以及调度-Gridsim simulation tool based on the grid system simulation code includes the resources, tasks, and scheduling
<liuchuan> 在 2025-09-14 上传 | 大小:241kb | 下载: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> 在 2025-09-14 上传 | 大小:1.48mb | 下载:0

[Windows编程4

说明:学生成绩排名试验,输入是个学生的成绩,然后就可以对其进行排名-Student achievement ranks test, type is a student achievement, and then will be able to rank their
<张无泪> 在 2025-09-14 上传 | 大小:1kb | 下载: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 understand the relationship between
<孙凡淋> 在 2025-09-14 上传 | 大小:53kb | 下载:0

[组合框控件SimpleFile

说明:这是一个用来练习组合框的应用的源程序。对初学编程的人很有用。-This is a combo box used to practice the application of the source. Programming for beginner person very useful.
<孙凡淋> 在 2025-09-14 上传 | 大小:1.79mb | 下载:0
« 1 2 ... .25 .26 .27 .28 .29 46930.31 .32 .33 .34 .35 ... 66581 »

源码中国 www.ymcn.org