-
客户管理
一个客户管理的源代码,采用三层式结构设计。-Management of a client
- 2023-08-18 08:20:03下载
- 积分:1
-
VB6.0下DataGrid控件的使用示例!
VB6.0下DataGrid控件的使用示例!-VB6.0 under the DataGrid control the use of examples!
- 2022-01-25 23:41:31下载
- 积分:1
-
decimal number and the number of binary interchangeable programming exercises
十进制数与二进制数的互相转换 编程练习-decimal number and the number of binary interchangeable programming exercises
- 2023-07-10 15:35:02下载
- 积分:1
-
网站内容管理系统
网站内容管理系统-Web content management system
- 2022-07-01 07:00:03下载
- 积分:1
-
输入以字符串,依顺序表存储,查找一个元素,删除一个元素...
输入以字符串,依顺序表存储,查找一个元素,删除一个元素-Input to a string, depending on the order of tables to store, find an element, delete an element
- 2022-02-05 12:29:55下载
- 积分:1
-
广义表的头文件简单实用,一般般的操作都有说明。
广义表的头文件简单实用,一般般的操作都有说明。-Generalized table header file is simple and practical, generally have been described as the operation.
- 2023-04-05 08:15:03下载
- 积分:1
-
一个解决八数码问题的源码,不知道怎么样,多多指教
一个解决八数码问题的源码,不知道怎么样,多多指教-a digital solution to the problem source, I do not know how kind, exhibitions
- 2022-01-24 15:19:42下载
- 积分:1
-
sqlite加密版本
sqlite官方并没有提供加密的功能,但提供了加密的接口。资源中的sqlite添加了加密功能。本加密算法采用XXTEA。如果使用Delphi连接此数据库,建议使用itwriting提供的sqlite wrapper改装版;资源包含有源代码以及编译成功的dll(编译工具:VC++ 2010。)各位可以下载后自行根据源码重新编译。
- 2022-01-25 18:47:58下载
- 积分:1
-
程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带...
程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示文件个数。接下来的1 行中,有n 个正整数,表示程序存放在磁带上的长度。 结果输出: input.txt output.txt 6 50 5 2 3 13 8 80 20 -program storage problem : There n procedures (1,2, ..., n) to be stored in the length of the L tape. I kept in the proceedings on the tape length is Li, 1 i n storage procedures to seek to establish that n procedures on tape storage of a program that allows the tape to store as much as possible the procedure. Programming tasks : to the n procedures stored in the tape length, calculated programming on tape can store up to the number of procedures. Data input : from the document input.txt given input data. The first line is a positive integer n, said the document number. Following a visit, n is an integer, said procedures stored on tape length. Results output : input.txt output.txt 6 50 5 2 3 13 8 80 20
- 2023-01-10 04:30:04下载
- 积分:1
-
本程序集合了数据结构8种主要的排序方法:插入排序、冒泡排序、选择排序、快速排序、希尔排序、堆排序、归并排序、基数排序。...
本程序集合了数据结构8种主要的排序方法:插入排序、冒泡排序、选择排序、快速排序、希尔排序、堆排序、归并排序、基数排序。-the procedures set of data structure of the eight major sequencing method : Insert ranking Bubble Sort, select, in order of Quick Sort, Hill sequencing, heap sort, merge, in order of ranking base.
- 2022-06-01 02:33:00下载
- 积分:1