-
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
-
mohachet sql 管理器
Adminer (原 phpMinAdmin) 是 PHP 编写的一个全功能的数据库管理工具。相反 phpMyAdmin,它包括准备部署到目标服务器的单个文件。Adminer 是可用于 MySQL,PostgreSQL,SQLite,MS SQL、 Oracle、 SimpleDB、 Elasticsearch 和 MongoDB。
- 2022-08-17 21:05:24下载
- 积分:1
-
Visualizar tabela do banco de dados
*********************************************************
- 2022-10-05 07:10:03下载
- 积分:1
-
学生成绩管理
数据库课程设计 附加源代码。学校学生成绩管理的一个系统。教师可以查看修改学生成绩。学生查看成绩。登陆模式区分身份验证。只需要导入到软件就可以使用
- 2022-04-30 01:34:28下载
- 积分:1
-
mfc做的绘制圆和多边形接近法
利用mfc和opengl编译的圆的绘制代码,里面有两个主要是利用扫描射线和多边形接近法
- 2022-04-09 11:22:29下载
- 积分:1
-
固定资产管理系统
固定资产管理系统-Fixed Assets Management System
- 2022-07-23 14:50:15下载
- 积分:1
-
it create a polynomail and display it in the way that satisfy our habite.addito...
用于创建多项式并以符合我们习惯的方式显示。还提供了多项式相加的功能-it create a polynomail and display it in the way that satisfy our habite.additonally it provide the function to add two polynomails
- 2022-12-10 08:15:03下载
- 积分:1
-
自己编的一个链表类。我自己经常用来管理内存的释放。还有两个字段用户可以自定义使用。...
自己编的一个链表类。我自己经常用来管理内存的释放。还有两个字段用户可以自定义使用。-A calss, used to manage the data
- 2022-02-05 06:00:47下载
- 积分:1
-
图论常用算法的C语言程序,对于图论的一些应用有很大的指导作用!...
图论常用算法的C语言程序,对于图论的一些应用有很大的指导作用!-Graph theory algorithm commonly used C-language program, for some applications of graph theory has a great guide!
- 2022-08-21 07:03:36下载
- 积分:1
-
在一台机器上只能处理n个作业,每个作业均可在单位时间内完成,又假定每个作业都有一个截止期限,当且仅当作业i在它的截止期限之前完成时,可以获得一定的效益。
给...
在一台机器上只能处理n个作业,每个作业均可在单位时间内完成,又假定每个作业都有一个截止期限,当且仅当作业i在它的截止期限之前完成时,可以获得一定的效益。
给定作业序列,要求一种作业排序算法,使获得的总效益值最大。
-On a single machine can handle only n-jobs, each job can be completed within the unit, but also assumes that each job has a deadline, if and only if job i in its completed before the deadline, they can to receive some benefits.
For a given job sequence, requires a job sorting algorithm, so that the greatest value of total benefits received.
- 2022-12-08 00:45:02下载
- 积分:1