-
测试各种排序算法,使用VC.NET进行开发,如果有任何问题请发邮件给我...
测试各种排序算法,使用VC.NET进行开发,如果有任何问题请发邮件给我-test algorithm, using VC.NET develop, if there is any question, please send an email to
- 2022-09-03 07:20:03下载
- 积分:1
-
zlib文件压缩算法
zlib是文件压缩算法,它的压缩和解压算法都是完全公开的,因此它在swf解码,mp3解码中已经得到广泛的运用.而1.2.3版是最新且稳定的一个版本.
- 2022-05-11 01:03:47下载
- 积分:1
-
一个C++数据库开发模板的解决方案
A template solution for C++ database development
Description: A template class that can write,read,modify & delete objects of any class/structure to a database.
- 2022-01-25 15:51:14下载
- 积分:1
-
数据结构C++语言描述
数据结构C++语言描述--应用标准模板库-Data Structures C++ language description- Application of Standard Template Library
- 2022-01-21 06:04:06下载
- 积分:1
-
c++写的一个关于数据结构大整数的问题,相信会给喜欢数据结构的朋友们带来帮助!...
c++写的一个关于数据结构大整数的问题,相信会给喜欢数据结构的朋友们带来帮助!-c write data on the structure of a large sum of the problem, I believe, would like the data structure to help bring friends!
- 2022-01-24 16:32:32下载
- 积分:1
-
发货查询系统作业,delphi 写的,演示 数据库德操作和 打印输出...
发货查询系统作业,delphi 写的,演示 数据库德操作和 打印输出-this is a test for delphi and access
- 2022-06-20 04:00:49下载
- 积分:1
-
程序在FoxPro创建数据库和管理接口的数据…
Program in FoxPro that creates a database and a management interface to the database. Similary to a store database.
- 2023-06-09 15:40:08下载
- 积分:1
-
vc访问多个数据库。
vc访问多个数据库。-vc visit multiple databases.
- 2022-08-20 07:11:22下载
- 积分: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
-
问题描述:假设一个商店,有一个架子和一个仓库,当第…
问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快要过期的商品先被出售。-Problem description : Suppose a shop, which has a shelf and a warehouse, when the merchandise on the shelves less than a certain quantity of the number, a certain number from the warehouses of goods on the shelves, when the warehouse volume of goods is less than certain number, purchase goods warehouse filled, the goods according to the sale of commodity production to date, is about to expire first sale of goods. The solution : a two stack and a queue, queue as a warehouse, used as a stack shelves, and another stack as a temporary storage bins. When to go to the shelves Tim commodity, first as a stack shelves of all elements of the pressure storage tank as the stack, then the warehouse down to the storage element box, and then s
- 2022-07-13 01:56:00下载
- 积分:1