-
vfp报表转换到word,绝对是现在最适用的程序之一
vfp报表转换到word,绝对是现在最适用的程序之一-Probe statements to the word change is absolutely the most one of the applicable procedures
- 2022-11-30 07:45:04下载
- 积分:1
-
学生选课管理系统 - 数据库
选课系统的数据模型,在线的选课系统,包括学生,老师,课程,课程与老师的安排,对老师的评价,问卷调查,及结果统计。
- 2022-10-13 23:50:02下载
- 积分:1
-
讲述的是分布式数据库的基本概念和原理,适于初学者了解什么是分布式数据库...
讲述的是分布式数据库的基本概念和原理,适于初学者了解什么是分布式数据库-Is the distributed database described the basic concept and principle, suitable for beginners to understand what is distributed database
- 2022-03-26 03:02:48下载
- 积分:1
-
本程序为数据结构常用算法中的冒泡法,希望对大家有所帮助!错误的地方请见谅!...
本程序为数据结构常用算法中的冒泡法,希望对大家有所帮助!错误的地方请见谅!-This procedure commonly used algorithm for the data structure of bubble law, would like to help everyone! Wrong place please forgive me!
- 2023-04-26 13:25:03下载
- 积分:1
-
将图片数据全部放在了数据库中,利用OLE对象的存储方式
将图片数据全部放在了数据库中,利用OLE对象的存储方式-All the picture data on the database, the use of OLE object storage
- 2022-01-26 07:55:43下载
- 积分:1
-
数据结构常用数据结构
数据结构常用数据结构-队列,包含队列的常用操作和class类,基本的结构类型-data structure used data structure- queue, the queue contains commonly used operation and class category, the basic structure types
- 2022-06-30 12:36:29下载
- 积分:1
-
论坛软件系统亦称电子公告板(BBS)系统,它伴随社区BBS的流行而成为互联网最重要的应用之一,也逐渐成为网站核心竞争力的标志性体现。...
论坛软件系统亦称电子公告板(BBS)系统,它伴随社区BBS的流行而成为互联网最重要的应用之一,也逐渐成为网站核心竞争力的标志性体现。-Forum software systems also known as electronic bulletin boards (BBS) system, which is accompanied by the popular BBS communities to become the most important application of the Internet, one site is becoming the core competitiveness of the symbolic embodiment.
- 2022-02-12 15:50:10下载
- 积分:1
-
C++语言对字符串对象进行各种操作的子程序,对运算符的重载,实现对字符串方便的各种操作。
C++语言对字符串对象进行各种操作的子程序,对运算符的重载,实现对字符串方便的各种操作。-C language string object to the operation of various subroutine, right Operators of heavy realize the convenience of a string operation.
- 2023-01-13 17:30:03下载
- 积分:1
-
基于C、c++排序大全
//希尔排序void ShellSort(int r[], int n){ int i; int d; int j; for (d=n/2; d>=1; d=d/2) //以增量为d进行直接插入排序 { for (i=d+1; i0 &am
- 2022-03-05 10:56:55下载
- 积分:1
-
递归算法,很经典的移盘算法源代码,请用vc编译运行。
递归算法,很经典的移盘算法源代码,请用vc编译运行。-Recursive algorithm, it is the classic disk-shift algorithm source code, please use the vc compiler to run.
- 2022-02-22 12:45:50下载
- 积分:1