-
对初学delphi的有帮助,主要是用delphi实现开关机的程序
对初学delphi的有帮助,主要是用delphi实现开关机的程序-it is used to study delphi,inplement start and shut down by delphi
- 2022-02-05 14:57:06下载
- 积分:1
-
hotelreservationsystem
使用新泽西的标准ML生成用于酒店预订的命令行应用程序。
- 2023-04-05 01:30:03下载
- 积分:1
-
adi公司的shark系列的汇编器原码,在控制窗口中进行调试等
adi公司的shark系列的汇编器原码,在控制窗口中进行调试等-adi
- 2022-07-04 20:16:28下载
- 积分:1
-
Guinness dos batch command, which is very wide, basically should be good enough...
dos批处理命令大全,里面内容很全,基本上dos编程应该够用了-Guinness dos batch command, which is very wide, basically should be good enough for dos programming
- 2022-05-06 06:31:18下载
- 积分:1
-
二叉树的应用
利用结构体变量定义了二叉树的指针,完成二叉树的创立可以利用头插法或者尾插法实现。再创立二叉树的过程中直接创立平衡二叉树,然后再平衡二叉树中插入新的节点,此时平衡二叉树失去平衡,重新调整直至平衡。然后再删除一个节点,再重新调整平衡二叉树。还是实现了查找关键字的处理。
- 2023-07-27 09:00:03下载
- 积分:1
-
c语言的更深一步编程,有一定的开发基础的学习用
c语言的更深一步编程,有一定的开发基础的学习用-Some advanced C program, for veterans
- 2022-05-19 00:41:13下载
- 积分:1
-
GIS相关工具,可以读写压缩的e00文件
GIS相关工具,可以读写压缩的e00文件-GIS tools that can read and write file compression e00
- 2022-05-17 21:43:55下载
- 积分:1
-
用vc++编写的简易安装程序,可以用来安装其它程序,是很好的VC++学习资料。...
用vc++编写的简易安装程序,可以用来安装其它程序,是很好的VC++学习资料。-vc prepared with simple installation procedure and can be used to install other programs, the VC is a very good learning materials.
- 2023-05-08 21:05:02下载
- 积分:1
-
inplement des arithmetic by c
des算法的c实现-inplement des arithmetic by c
- 2022-03-14 08:51:36下载
- 积分:1
-
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char...
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char * str1, const char * str2 );
没有的话,返回-1 有则返回所在位置(从0开始)
写出函数,对编写函数main完成对strstr的功能的验证。
-achieve the standard library functions strstr function : the search for str2 str1, if found, str1 return at the first appearance of str2 position; Int A (const char* str1, const char* str2); If not, the return-1 is returned with the location (from starting at 0) write function, the main function prepared to complete the function of the strstr certification.
- 2022-07-22 04:47:08下载
- 积分:1