-
事务管理系统
unigui开发的一个ACCESS的事务管理系统 ,学过DELPHI的一个都知道,我学了两天就写出了这个程序,大家可以下载看看,如觉得这个不是你想要的 可以直接跳过;
- 2022-04-13 03:43:57下载
- 积分: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
-
全国计算机等级考试三级辅导教程与同步试题训练
全国计算机等级考试三级辅导教程与同步试题训练-NCRE three tutorials and synchronization test counseling training
- 2022-02-14 15:54:52下载
- 积分:1
-
哈希表的设计
[问题描述]
真对你所在的集体(比如你所在的班级)中的人名设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表的程序。...
哈希表的设计
[问题描述]
真对你所在的集体(比如你所在的班级)中的人名设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表的程序。
[基本要求]
假设人名为中国人姓名的汉语拼音形式,待填入的哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数方法构造,用伪随机探测再散列处理冲突。
-Hash table design [description of the problem] really right in your collective (such as in your class) in the design of a hash table of names, bringing the average search length of less than R, the completion of construction of the corresponding tables and look-up table procedures. [Basic requirements] assumed the names of people known as the Chinese pinyin form, fill in the hash table to be a total of 30 names, taking the average search length of the upper limit of 2. Hash function with the addition of more than a few ways to stay construction, using pseudo-random probing re-hashing to resolve disputes.
- 2022-02-07 13:16:03下载
- 积分:1
-
C#教程,基本的部分。供大家参考。这是从老师那拷的,呵呵。...
C#教程,基本的部分。供大家参考。这是从老师那拷的,呵呵。-C# Tutorial, the basic part. For your reference. This is a copy from the teacher that, and He He.
- 2022-03-31 22:41:26下载
- 积分:1
-
C++Effective的代码,qsort的使用,字符转化的过程,内核泄漏检测
平时工作中遇到的一些不确定的语法使用的验证过程,主要有:
1,字符转换
2,大端小端的检测
3,内核泄漏的检测
4,Effective C++的例子
5,qsort的使用
- 2022-12-20 21:10:04下载
- 积分:1
-
指纹识别系统设计时提出的一种基于方向图的指纹识别设计的一段程序...
指纹识别系统设计时提出的一种基于方向图的指纹识别设计的一段程序-Fingerprint Identification System to design a pattern based on the design of the fingerprint identification process for some
- 2023-03-30 04:35:02下载
- 积分:1
-
get the register key value of file system and show it.
得到文件系统的相关注册表键值,并且显示出来-get the register key value of file system and show it.
- 2022-01-28 09:08:42下载
- 积分:1
-
SPLAY的模板,方便大家使用,可以直接粘贴使用
SPLAY的模板,方便大家使用,可以直接粘贴使用-SPLAY template to facilitate the use of paste can be directly used
- 2022-05-21 23:40:46下载
- 积分:1
-
OPM35平台下Siano 的CMMB驱动
OPM35平台下Siano 的CMMB驱动-Siano driver of CMMB at OMP35 platform
- 2022-02-24 08:52:39下载
- 积分:1