-
数据结构:顺序表
数据结构:顺序表-data structure : the order form
- 2022-02-24 14:50:29下载
- 积分:1
-
MyDB 是一个小型、 快速、查询方便的桌面数据库。
适用于Visual C++、Visual Basic、Delphi等开发者。
只有一个DLL(1...
MyDB 是一个小型、 快速、查询方便的桌面数据库。
适用于Visual C++、Visual Basic、Delphi等开发者。
只有一个DLL(188KB),所有数据以自己的格式存
在一个普通文件中,无需Dao、Ado、BDE等支持。
也无须任何安装和设置。特别适合开发那些数据量
不是很大,无需复杂查询,又不想安装Dao等一大堆
DLL,OCX的绿色软件。而且数据安全性好,
无法轻易打开!-MyDB is a small, fast and convenient desktop database query. Applies to Visual C++, Visual Basic, Delphi and other developers. There is only one DLL (188KB), all data in their own format, there is a general document, without Dao, Ado, BDE and other support. Also without any installation and settings. Particularly suitable for the development of those who is not a big amount of data without the complexity of inquiries, but also do not want to install a lot of Dao, such as DLL, OCX green software. And data security, and can not be easily opened!
- 2022-04-20 16:06:25下载
- 积分:1
-
数据结构实验大纲
河南大学软件学院数据结构实验大纲 实验1至实验8
- 2023-04-20 04:35:03下载
- 积分:1
-
passenger flight booking system, can achieve a booking, inquiries, etc. Refund
旅客航班预订系统,可以实现预订、查询、退票等功能
- 2022-02-03 09:57:48下载
- 积分:1
-
PFC实例是参照PB6.51版本的PFC的example做的,里面的注释基本都是用中文重新写过,方便大家阅读,本PFC实例没有使用SQLSPY、DEBUG服务和...
PFC实例是参照PB6.51版本的PFC的example做的,里面的注释基本都是用中文重新写过,方便大家阅读,本PFC实例没有使用SQLSPY、DEBUG服务和数据窗口属性服务,但是增加了一些实例,如:带进度条的检索工具,SQL语法分析,数据窗口缓存服务等。-PFC PB6.51 example is the reference version of the example of PFC done inside of the Notes which are re-written in Chinese, facilitate reading, the examples do not use PFC SQLSPY, DEBUG window service attributes and data services, but an increase of some examples, such as : the progress of the band Search tools, SQL syntax analysis, data window cache services.
- 2023-03-04 10:50:03下载
- 积分:1
-
迷宫算法!通过递归算法实现!找到最优路径,完成迷宫出口的查找!...
迷宫算法!通过递归算法实现!找到最优路径,完成迷宫出口的查找!-maze algorithm! Through recursive algorithm! To find the optimal path to complete the maze exports to search!
- 2023-08-20 07:10:03下载
- 积分:1
-
四种算法求最短路径的例子,C#,图形演示
分别为贪心发,动态规划发,分支限界法,和回溯法...
四种算法求最短路径的例子,C#,图形演示
分别为贪心发,动态规划发,分支限界法,和回溯法-Four shortest path algorithm for example, C#, Graphical presentations were greedy fat, fat, dynamic programming, branch and bound method, and backtracking
- 2023-08-31 01:50:03下载
- 积分:1
-
通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。...
通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。-Through the process to achieve huffman encoding and decoding. Enter a string, statistical character frequency, the output huffman coding. Enter a code, based on pre-set decoding method to decode.
- 2023-05-05 08:40:03下载
- 积分:1
-
房地产销售管理系统包括销售房屋、楼房信息管理、客户信息管理、员工信息管理、费用管理等功能。我的毕业设计,毕业论文和打包好的毕业程序代码和未打包的程序代码...
房地产销售管理系统包括销售房屋、楼房信息管理、客户信息管理、员工信息管理、费用管理等功能。我的毕业设计,毕业论文和打包好的毕业程序代码和未打包的程序代码-real estate sales management system including sales of housing, building information management, customer information management, information management staff. cost management, and other functions. I graduated from the design, packaging and good thesis graduate program code and not the packaging code
- 2023-07-08 06:10:06下载
- 积分:1
-
ruby通过DBI访问Oracle数据库例子
ruby操作Oracle数据的代码例子,其中:1、insert_dbi.rb Ruby插入数据到DB的例子2、proc_dbi.rb Ruby执行Oracle的存储过程的例子3、proc_dbi_cursor.rb Ruby执行Oracle返回数据的例子,这个例子在网上很难找到解决方案4、proc_ocii.rb Ruby通过Oci访问Oracle5、query_dbi.rb Ruby插入数据到Oracle6、query_dbi_param.rb Ruby执行Oracle的存储过程7、TableFormat_dbi.rb Ruby从Oracle查询的数据转为Table格式8、update_dbi.rb Ruby修改Oracle的数据例子9、XMLFormat_dbi.rb Ruby从Oracle查询的数据转为XML格式
- 2022-01-26 15:54:27下载
- 积分:1