资源列表

« 1 2 ... .65 .66 .67 .68 .69 570.71 .72 .73 .74 .75 ... 653 »

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

说明:安全关闭windows系统。关闭windows系统可以使用ExitWindowsEx这个API,但是有时关闭时有些进程会没相应,需要人为终止。所以在本程序中我先将用户进程先终止掉,然后再关闭系统。-closed windows security system. Close windows system ExitWindowsEx can use this API, However, sometimes when some of the
<曹京> 在 2024-10-07 上传 | 大小:1024 | 下载:0

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

说明:是我们学校图书管的管理程序 里面类别多样 管理简单 操作方便-is our school library procedures governing the management of various types of management inside simple convenient operation
<星光> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程猜数字 (1)

说明:一个猜数字的C语言程序,十分短小,但写得却挺精巧。可以学学这里的编程思想!-a viewing of the C language procedure is very short, but there was only a written sophisticated. Here can learn programming thinking!
<李昭强> 在 2024-10-07 上传 | 大小:1024 | 下载:0

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

说明:USB接口IO控制器 Win32 applications that run on Windows NT can programmatically eject media from drives that have hardware support for media removal. However, they must do so correctly to avoid corrupting the media. This art
<gsh> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程二叉树的高度程序!

说明:本文用C语言实现了求二叉树深度的程序,数据结构采用链表-Using C Language for the depth of procedures binary tree data structure used Chain
<申辉> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程构建哈夫曼树

说明:利用C语言构建哈夫曼树 能够模拟哈夫曼树的构建过程,对理解有帮助-C language Construction Huffman tree to simulate the Huffman tree building process, help to understand
<郭郭> 在 2024-10-07 上传 | 大小:1024 | 下载:0

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

说明:关于遗传算法的一个二进制编码的计算函数最大值的实例-on Genetic Algorithms a binary encoding function of the maximum calculated examples
<光临> 在 2024-10-07 上传 | 大小:1024 | 下载:0

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

说明:这是一个计算机锁定程序,还不错,不过有些短,不过没有关系啦,要效率嘛-This is a computer locking procedures, quite good, but some are short, but-- no relationship to the efficiency!
<电子狂> 在 2024-10-07 上传 | 大小:1024 | 下载:0

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

说明:c语言的例子。我通过很多甜的查找才找到的现在拿来一起分享-example. I passed a lot of sweet you find me with the now sharing
<su> 在 2024-10-07 上传 | 大小:1024 | 下载:0

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

说明:追赶法,可以求解三对角 矩阵,非常可靠,经过本人多次验证-chasing method can solve three-diagonal matrix, very reliable, after I repeatedly verified
<lining> 在 2024-10-07 上传 | 大小:1024 | 下载:0

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

说明:有两个功能:把当前图形窗中已存在的任何字对象拖放到所需的位置;向当前图形窗输入字对象,并拖放到任何所需位置。-have two functions : put the current graphics window has been in existence for the drag and drop any object to the word for the position; current graphics to the win
<陈威> 在 2024-10-07 上传 | 大小:1024 | 下载:0

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

说明:算法5.1 1. 输入a,b,ε。 2. 置n=1,h=(b-a)/2,T0=h(f(a)+f(b)). 3. 置F=0,对i=1,2,....n,求 F=F+f(a+(2i-1)h) 4. T=T0+hF. 5.若|T-T0|<3ε,输出I≈T停机 否则置2n=>n,h/2=>h,T=>T0,转步骤3。 程序说明: 本程序暂时支持正弦函数的计算 -Algorithm 5.
<高峰> 在 2024-10-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .65 .66 .67 .68 .69 570.71 .72 .73 .74 .75 ... 653 »

源码中国 www.ymcn.org