-
二叉树的应用
利用结构体变量定义了二叉树的指针,完成二叉树的创立可以利用头插法或者尾插法实现。再创立二叉树的过程中直接创立平衡二叉树,然后再平衡二叉树中插入新的节点,此时平衡二叉树失去平衡,重新调整直至平衡。然后再删除一个节点,再重新调整平衡二叉树。还是实现了查找关键字的处理。
- 2023-07-27 09:00:03下载
- 积分:1
-
VC++ matrix class template used to achieve matrix storage, transpose and other i...
VC++中使用的矩阵类模板,实现矩阵存储,转置等问题。-VC++ matrix class template used to achieve matrix storage, transpose and other issues.
- 2023-07-19 18:45:03下载
- 积分:1
-
学生信息管理,包括对学生姓名,学号,成绩的查询,更新,排序,删除等操作...
学生信息管理,包括对学生姓名,学号,成绩的查询,更新,排序,删除等操作-Student information management, including the students name, school number, results of query, update, sort, delete and other operations
- 2022-05-18 11:02:15下载
- 积分:1
-
VC interrogation room monitoring software and removing the crew time, temperatur...
VC 审讯室监控软件,取下位机时间,温度,湿度,并显示-VC interrogation room monitoring software and removing the crew time, temperature, humidity, and show
- 2022-03-16 02:07:37下载
- 积分:1
-
用以解决数学题和“孩子池塘”的问题一起去网上海…
用于解决一道数学题 小孩池塘问题 具体请到网上搜寻题目-Used to solve math problems together with the issue of child ponds go online search for specific topics
- 2022-07-17 15:02:59下载
- 积分:1
-
VB远程终端开启程序
一个用于开启远程终端的程序,只作学习参考。应用了局域网网络维护、管理。一个用于开启远程终端的程序,只作学习参考。应用了局域网网络维护、管理。一个用于开启远程终端的程序,只作学习参考。应用了局域网网络维护、管理。
- 2022-06-15 10:32:38下载
- 积分:1
-
简单的windows下的arp扫描程序,可以查询网段内的主机
简单的windows下的arp扫描程序,可以查询网段内的主机-Simple arp scanner under windows, you can query the host network segment
- 2022-07-28 06:55:08下载
- 积分: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
-
Squares Detection
Squares Detection-OpenCV
- 2022-04-15 12:30:13下载
- 积分:1
-
在WINDOWS 9X/NT下不通过WIN DDK而直接存取硬件的专用开发包,支持VISUAL C++和DELPHI/C++ BUILDER,需要32位编译器。...
在WINDOWS 9X/NT下不通过WIN DDK而直接存取硬件的专用开发包,支持VISUAL C++和DELPHI/C++ BUILDER,需要32位编译器。TVicPort includes transparent support for Windows 95/98 and Windows NT -in Windows 9X/NT under WIN DDK is not passed directly access dedicated hardware development kits, support Visual C and Delphi/C BUILDER need 32 compiler. TVicPort includes transparent support for Windows 95/98 and Windows NT
- 2022-01-28 10:55:26下载
- 积分:1