-
用PB写的HIS,这只是其中的一个模块 是一个门诊挂号模块
用PB写的HIS,这只是其中的一个模块 是一个门诊挂号模块-with PB wrote HIS, it is only one of a module is an out-patient registration module
- 2022-02-13 00:16:46下载
- 积分:1
-
database comparison tool to import the database to link more library the same na...
数据库比较工具,分别输入要连接的数据库,比较库中相同名字的表的字段是否相同,相同表名前会自动打勾,结果得出相同字段有多少,表a比表b多出的字段是什么,少的是什么。-database comparison tool to import the database to link more library the same name of the table if a field is the same as before the same table name will be automatically checked, the outcome of the same field, there is a table Table b more than the field what is what is missing.
- 2022-06-27 07:43:34下载
- 积分:1
-
使用Boyer
使用Boyer-Moore-Horspool-Sunday 算法进行字符串匹配的系列函数-Using the Boyer-Moore-Horspool-Sunday algorithm for string matching a series of functions
- 2023-05-05 00:00:04下载
- 积分:1
-
wince LAN91C11 card driver wince 4.2 5.0 6.0 are available
wince LAN91C11 网卡驱动
wince 4.2 5.0 6.0都可用,没有原来驱动引起PPPOE拨号引起网络崩溃问题-wince LAN91C11 card driver wince 4.2 5.0 6.0 are available
- 2022-03-07 16:05:35下载
- 积分:1
-
Wince 初学者应当看下这本书,他可以帮助你快速入门.
Wince 初学者应当看下这本书,他可以帮助你快速入门.-Wince beginners should facie this book, he can help you get started.
- 2022-05-31 05:06:42下载
- 积分:1
-
航空摄影测量内定向源代码
航空摄影测量内定向源代码-aerial photographic surveying orientation within the source code
- 2022-03-18 21:42:05下载
- 积分:1
-
wince下的简单串口测试程序。固定波特率9600,可测试收发。
wince下的简单串口测试程序。固定波特率9600,可测试收发。-wince under the simple serial test procedure. Fixed baud rate of 9600 to test transceiver.
- 2022-04-24 04:40:06下载
- 积分:1
-
AHK Windows 鼠标手势演示
用autohotkey编写的在windows下面使用的鼠标手势
功能类似maxhton中的鼠标手势,目标为窗口...
AHK Windows 鼠标手势演示
用autohotkey编写的在windows下面使用的鼠标手势
功能类似maxhton中的鼠标手势,目标为窗口-AHK_Windows_MouseGestures_Demo
- 2022-01-25 17:16:15下载
- 积分:1
-
十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表...
十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表头节点,将行和列的表头节点合并到了一起――实际只是省了几个指针域,如果行和列数不等,多余的数据域就把这点省出的空间又给用了。这点小动作让我着实废了半天劲,个人感觉,优点不大,缺点不少,不如老老实实写得象个十字链表,让人也好看一些,这是教科书,目的是教学。实在看得晕的人,参阅C版的这部分内容,很清晰。我也不会画图,打个比方吧:这个十字链表的逻辑结构就像是一个围棋盘(没见过,你就想一下苍蝇拍,这个总见过吧),而非零元就好像是在棋盘上放的棋子,总共占的空间就是,确定那些线的表头节点和那些棋子代表的非零元节点。最后,我们用一个指针指向这个棋盘,这个指针就代表了这个稀疏矩阵-Crusaders is the form : Chain Simulation matrix rows (or out, This can be based on individual preferences to be), and then constructed on behalf of the chain out, Each line of the elements inserted into the node corresponding to the series. To book a few small depositors table first node, out of line and the first node table to merge together-- the reality is that a number of indicators provincial jurisdictions, if the number of rows and columns ranging, redundant data domain put this province has granted the use of the space. This little trick I did waste a half-day efforts, personal feeling, not merit, a lot of shortcomings,
- 2022-03-13 05:45:31下载
- 积分:1
-
Implemeation of a grafo reading the data from txt file
这段代码从一个文件(txt)中加载数据,并用该数据生成grafo。数据格式为:起源:命运:成本,nodo是否有2个或更多数据格式;起源:命运:成本:命运:成本:命运:成本支出:1:2:10:4:30:5:100
- 2022-05-12 10:12:24下载
- 积分:1