-
Data dictionary description of the database design a great help to
数据字典的说明,对数据库设计有极大的帮助-Data dictionary description of the database design a great help to
- 2022-12-03 21:15:03下载
- 积分:1
-
付款引擎
付款引擎是对作为服务器端的工作非常有用,如果你不是详见推数据到客户端,因为它的非常庞大的查询语法或庞大的数据,一旦时间需要显示在报表或网格中的应用。每次启动,它总是检查空闲使用计时器。它的使用 delphi 与 MySQL 的后端。
- 2022-02-13 07:03:22下载
- 积分:1
-
vfp转换成excel表格
vfp转换成excel表格-vfp change to excel
- 2023-02-09 20:55:03下载
- 积分:1
-
一种基本算法! 现有一个酒店有100个房间,依次编号为1到100,第一个服务员经过,将所有房间门关上;第二个服务员经过将所有编号为2的倍数房门打开;第三个服务员...
一种基本算法! 现有一个酒店有100个房间,依次编号为1到100,第一个服务员经过,将所有房间门关上;第二个服务员经过将所有编号为2的倍数房门打开;第三个服务员经过将所有编号为3倍数的房门打开的关上,关闭的打开。依此类推;输入一个100以内的正整数N,输出第N服务员经过之后,所有房间的状态。-a basic algorithm! An existing 100 hotel rooms, followed by No. 1-100, after an attendant, all rooms will be closed; Second attendants after all No. 2 in multiples door open; Third attendants after all No. 3 multiples of the open door is shut, Guan the opening closed. XII; The importation of a hundred within the positive integer N, N output after attendants, all rooms in the state.
- 2022-03-24 18:35:44下载
- 积分:1
-
c语言集锦
c语言题型集锦,集合了大量的c语言题型,
拥有很多简单但很实用的算法,对学习c语言来说是不可多得的资料。
- 2022-03-14 20:05:33下载
- 积分:1
-
大数据处理必备的工具storm最新版
Storm可以非常可靠的处理庞大的数据流,用于处理Hadoop的批量数据。Storm很简单,支持许多种编程语言。是处理大数据的得力助手。
- 2022-02-02 20:13:48下载
- 积分:1
-
PKU on several topics Tunnel WarfareUnique SolutionWashing ClothesWeather Foreca...
PKU 上的几个题目
Tunnel Warfare
Unique Solution
Washing Clothes
Weather Forecast
Who Gets the Most Candies
-PKU on several topics Tunnel WarfareUnique SolutionWashing ClothesWeather ForecastWho Gets the Most Candies
- 2023-02-19 12:30:04下载
- 积分:1
-
do with the data structure Joseph problems, which also included a similar proble...
用数据结构做的约瑟夫问题,其中还包括类似问题中的猴子选大王算法 -do with the data structure Joseph problems, which also included a similar problem is the monkey king algorithm election
- 2023-06-26 07:20:03下载
- 积分:1
-
网络最短路径Dijkstra算法
网络最短路径Dijkstra算法-network Dijkstra shortest path algorithm
- 2022-09-22 06:40:03下载
- 积分: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