-
sqlite3是一个用于嵌入式的数据库系统,由于具有原子事务的功能,所以在嵌入式设备易掉电中的应用中非常适合。此个版本是第三版SQLITE3...
sqlite3是一个用于嵌入式的数据库系统,由于具有原子事务的功能,所以在嵌入式设备易掉电中的应用中非常适合。此个版本是第三版SQLITE3-SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.
see more:
http://www.sqlite.org
- 2023-02-28 04:55:04下载
- 积分:1
-
Delphi 地址簿
代码可以帮助您管理条目在电话簿的各种设置和配置自动功能。欢迎大家下载、试用。谢谢大家的支持!
- 2023-03-02 12:05:04下载
- 积分:1
-
银行排队的模拟
void hugemenu()//最大的菜单
{
char menu; //服务项目菜单 采用字符型比较可靠!因为如果定义成整型,万一输入了字符,可能会造成死循环错误
while(1) //系统将一直运行 直到运行 turnoff()函数
{
printf("
********************欢迎您使用本系统********************
");
printf(" 【请选择服务项目】:
");
printf(" 1.客户取票 2.VIP服务
3.客服系统 4.关闭系统
");
printf(" 【您的选择】:");
scanf("%s",&menu); //用%s 比%c好 %c会记录字符 而且比如
- 2022-01-24 08:52:17下载
- 积分:1
-
顺序查找 实现顺序查找的设计与实现 且加上了注释 更容易理解和上手...
顺序查找 实现顺序查找的设计与实现 且加上了注释 更容易理解和上手-Find the order of search in order to achieve the design and implementation and the addition of annotations easier to understand and get started
- 2022-09-27 11:10:03下载
- 积分:1
-
欢迎使用是用Visual FoxPro 7.0数据库开发典型实例
欢迎使用是用Visual FoxPro 7.0数据库开发典型实例-welcomed the use of Visual FoxPro 7.0 database development typical examples
- 2022-11-06 07:05:03下载
- 积分:1
-
java编的银行家算法
java编的银行家算法-java series of the banker"s algorithm
- 2022-03-21 08:05:42下载
- 积分:1
-
立春葆的数据结构李春葆:数据结构习题与解析(C语言版).pdf...
立春葆的数据结构李春葆:数据结构习题与解析(C语言版).pdf-Li-Chun Li Chun-bao-bao of the data structure: Data structure and analysis of exercise (C language version). Pdf
- 2022-11-10 03:05:05下载
- 积分:1
-
Algorithm for four
四色算法代码,已经在OMNETPP平台上编译成功!-Algorithm for four-color code has been compiled successfully OMNETPP platform!
- 2023-06-11 13:20:03下载
- 积分:1
-
实现一个B*Tree的添加和查找,输入数据为一组字典文件
实现一个B*Tree的添加和查找,输入数据为一组字典文件-achieve a B* Tree Search and the addition, the input data for a group of documents dictionary
- 2022-01-25 20:47:50下载
- 积分:1
-
这是数据结构中模拟栈的一个精典例子利用火车进站出站模拟出栈和入栈...
这是数据结构中模拟栈的一个精典例子利用火车进站出站模拟出栈和入栈-This is the data structure of a simulated stack classic examples of using the train station stop simulated stack and pushed
- 2022-07-24 05:01:28下载
- 积分:1