-
微软的三个连接数据库的包,连接数据库必需
微软的三个连接数据库的包,连接数据库必需-Microsoft
- 2022-03-25 01:35:52下载
- 积分:1
-
1、实时检测用户IP。 2、实时进程号探测。 3、用户超时自动离线。 4、自动来访地址分析。 5、拒绝代理服务器访问。 6、自动数据来源检测。...
1、实时检测用户IP。 2、实时进程号探测。 3、用户超时自动离线。 4、自动来访地址分析。 5、拒绝代理服务器访问。 6、自动数据来源检测。-a real-time detection of IP users. 2, real-time detection of the process. 3, users offline automatic overtime. 4, automatic analysis of visiting addresses. 5, refused to visit the proxy server. 6, automatic detection of data sources.
- 2022-01-28 19:59:40下载
- 积分:1
-
inside contents include :
里面的内容包括:基盘存管理本信息管理库存管理入库管理出库管理等功能-inside contents include :-management of the inventory management of inventory management information storage and management database management, and other functions
- 2022-04-17 20:30:05下载
- 积分:1
-
软件简介:(贸易管理系统Delphi源代码(有开发文档) 采用access+delphi设计 软件实现功能:供应商信息的输入,修改,查询; 顾客信息的输入,修改...
软件简介:(贸易管理系统Delphi源代码(有开发文档) 采用access+delphi设计 软件实现功能:供应商信息的输入,修改,查询; 顾客信息的输入,修改,查询; 商品信息的输入,修改,查询; 进货信息的输入,修改,查询; 销售信息的输入,修改,查询。 输入:输入数据记录,并提交,可以保存入数据库; 输入信息包括 供货商: 供应商编号-software description : (Trade Management System Delphi source code (with the development of documentation) using access delphi design software functions : information provider input, modify and inquiries; Customer information input, modify and inquiries; Information on the importation of goods, modify, inquiries; NT information on the importation, modification, inquiries; sales information input, modify inquiries. input : input data records, and submitted it to keep the database; input suppliers including : provider number
- 2022-02-25 15:43:42下载
- 积分:1
-
asp人事管理系统,可以用于毕业设计。供大家学习
asp人事管理系统,可以用于毕业设计。供大家学习-asp Personnel Management System, can be used for graduation design. For them to learn from
- 2022-03-23 03:43:15下载
- 积分:1
-
堆栈的基本功能实现,数组方式实现
堆栈的基本功能实现,数组方式实现-stack to achieve the basic functions, arrays means
- 2022-01-21 05:06:54下载
- 积分:1
-
Some database programs, you can use this database in the initial use of a simple
一些数据库的程序,可以在初次使用这个数据库时简单的使用-Some database programs, you can use this database in the initial use of a simple
- 2022-02-18 15:01:17下载
- 积分:1
-
定义并实现带头结点的循环双向链表类,除构造和析构函数外,成员函数还有取数据元素个数、插入、删除、取数据元素...
定义并实现带头结点的循环双向链表类,除构造和析构函数外,成员函数还有取数据元素个数、插入、删除、取数据元素-definition and take the lead in achieving the cycle node type two-way linked list, in addition to the structural and destructor function, members also function from the number of data elements, insert, delete, extract the data elements
- 2022-05-14 19:27:38下载
- 积分: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
-
大数据的乘法
应用背景应用数组 可以实现的算法和解决的问题非常多,这里举 一个非常典型的例子一一大整数 乘怯 。这个例子所采用的方法和思想都非常巧妙 。由于计算机的精度是有限的,因此单纯使 用程序设计语言提供的原子数据类型来完成两个大整数的乘法显然是不切实际的。
关键技术可以考虑 用两个数组来分别存储 一些小于 10 的整数 ,这些数字按顺序排列在一起,分别表 示一个大整数的每一位上的数字,于是大整数的储存问题就解决了。然后按照基本乘法规则对这两个 大整数进行运算即可。下面给出了程序的代码。
- 2022-02-07 02:59:09下载
- 积分:1