-
单词检索
资源描述代码使用C++编写,运用AVL树,你可以简单的查找单词,本次查找是基于数组存储,因此内存不是很大,若想导入跟多单词建议开辟栈内存,检索速度还是很快的,适合初学者了解检索算法,排序算法而用的,希望对初学数据结构的有帮助
- 2022-05-16 07:23:45下载
- 积分:1
-
OPC test code 1.0
OPC 测试代码1.0-OPC test code 1.0
- 2022-04-18 02:33:53下载
- 积分:1
-
一个小的计算器
一个小的计算器-a small calculator
- 2022-01-25 17:51:23下载
- 积分:1
-
本款计算器不仅功能强大而且界面美观,
除可进行普通数值计算还可进行对数,三角函数等复杂计算...
本款计算器不仅功能强大而且界面美观,
除可进行普通数值计算还可进行对数,三角函数等复杂计算-calculator, not only the powerful but beautiful interface, in addition to numerical calculation for the general conduct of a few can. trigonometry complex calculation
- 2023-09-07 22:35:03下载
- 积分:1
-
这也是一个选课系统.但这是一个不同风格的程序.与前一个程序有一些区别....
这也是一个选课系统.但这是一个不同风格的程序.与前一个程序有一些区别.-Elective System. But this is a different style of the proceedings. With a procedure is different.
- 2022-11-27 06:45:03下载
- 积分:1
-
本程序是用来实现自启动,但还要根据用户自己完善,只用于参考。...
本程序是用来实现自启动,但还要根据用户自己完善,只用于参考。-this procedure is used to achieve since the launch, but also improve the users themselves, for information only.
- 2023-07-19 05:15:02下载
- 积分:1
-
VBA合并两个Excel表的数据到目标表
"" 从src1.name和src2.age按ID获取数据,然后将数据设置为dst
Sub hebing()
Dim dstRowNo As Long
Dim src1RowNo As Long
Dim src2RowNo As Long
With ActiveWorkbook
dstRowNo = 1
Do While .Sheets("dst").Cells(dstRowNo, 1).Text ""
dstID = .Sheets("dst").Cells(dstRowNo, 1).Text
src1RowNo = 1
Do While .Sheets("src1").Cells(src1RowNo, 1).Text ""
src1ID = .Sheets("src1").Cells(src1RowNo, 1).Text
If dstID = src1ID Then
- 2022-02-04 08:02:48下载
- 积分:1
-
颜色鲜艳的小鸟 Firebird 搜索程序
这是一个在局域网上搜索数据库 Firebird 的程序可以搜索由你定义的 TCP/IP 范围内,任何在局域网上安装了 Firebird 的人
- 2022-08-18 17:39:01下载
- 积分:1
-
Kinect测量身高的人
资源描述使用 ;系统;使用 ;系统。收藏。通用;使用 ;系统使用LINQ; ;系统。文本;使用 ;系统。Windows;使用 ;系统。Windows。控制;使用 ;系统数据;使用Windows。
- 2023-01-15 09:55:03下载
- 积分:1
-
本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大...
本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-This book is on the Windows operating system, the internal mechanisms of monographs, the authors start from the basic concept, a comprehensive and systematic introduction to basic Windows components, such as process, thread, DLL and memory management, etc., and listed a large number of applications, incisive analysis of the use of components, in order to keep Windows programming skills to provide an effective shortcut. For different levels of Windows programmers, this book has an excellent reference value.
- 2022-01-21 17:58:27下载
- 积分:1