-
- 2022-04-28 07:23:49下载
- 积分:1
-
VB系软件开发者不可多得的开发伴侣
VB系软件开发者不可多得的开发伴侣-- VB software developers rare development partners
- 2023-03-20 01:25:04下载
- 积分:1
-
这几个是本人整理的.cpp程序,您可以借鉴参考
这几个是本人整理的.cpp程序,您可以借鉴参考------>> dos前景背景色设置.cpp 二.八.十.十六进制转换程序的函数.cpp 二叉树的遍历.cpp 图形的广度优先搜寻法.cpp 图形的深度优先搜寻法.cpp 用C语言编的一个日历.c-these are my finishing. Cpp and you can draw reference--- gt; Gt; Dos prospects for the background color set. Cpp two. 8. 10. Hexadecimal conversion function. Cpp binary tree traversal. Cpp graphics priority to search for the breadth of France. Cpp graphics depth-first search of the law. Cpp C language compile a calendar. C
- 2022-02-11 17:38:43下载
- 积分:1
-
一个仿access的可用于嵌入式的数据库软件源码
一个仿access的可用于嵌入式的数据库软件源码,可编辑生成一个小的数据库文件,这个文件可用于嵌入式系统访问。
- 2022-05-25 10:06:50下载
- 积分:1
-
这是一个简单的数据库管理系统。它不使用任何其他的代码(即外径…
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
-This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wr
- 2022-04-20 06:29:24下载
- 积分:1
-
快速排序的非递归算法,具有高效的特点,快速排序
快速排序的非递归算法,具有高效的特点,快速排序
-the nonrecursive code of quicksort
- 2023-08-17 20:15:02下载
- 积分:1
-
屏幕录像模块VC代码
运行程序,打开程序主界面,在屏幕录像模块的主窗体中,用户可以设置录像文件名和存储位置,并可以进行录像和抓图,还可以对已有录像文件进行播放、重命名、另存为、查看时间和删除等操作。
- 2022-03-13 13:09:49下载
- 积分:1
-
用ODBC对数据库实现连接 显示数据 修改数据
用ODBC对数据库实现连接 显示数据 修改数据-Using ODBC to connect to the database display data modification of data
- 2022-05-17 22:02:47下载
- 积分:1
-
八 方块移动游戏要求从一个含8个数字(用1
八 方块移动游戏要求从一个含8个数字(用1-8表示)的方块以及一个空格方块(用0表示)的3x3矩阵的起始状态开始,不断移动该空格方块以使其和相邻的方 块互换,直至达到所定义的目标状态。空格方块在中间位置时有上、下、左、右4个方向可移动,在四个角落上有2个方向可移动,在其他位置上有3个方向可移 动。例如,假设一个3x3矩阵的初始状态为:
8 0 3
2 1 4
7 6 5
目标状态为:
1 2 3
8 0 4
7 6 5-Eight-box requirements of mobile games from one containing eight numbers (1-8 with express) the box, as well as a space box (with 0) of the 3x3 matrix of the initial start, and constantly move the box to make space its adjacent box and swap until they reach their defined target state. Spaces in the middle position box has the upper and lower, left and right direction of four removable, in the four corners there are two directions can be mobile, in other locations has three movable direction. For example, suppose a 3x3 matrix of the initial state as follows: 803,214,765 target state as follows: 123,804,765
- 2022-03-22 21:44:29下载
- 积分:1
-
录音室中的粗糙集编码
应用背景粗糙集应用R工作室编码。 ;粗糙集不可分辨,利用程序计算阳性面积等。关键技术本工作室是一个软件,在网络上是免费提供的。源代码可以在Studio容易实现
- 2022-08-19 09:47:57下载
- 积分:1