-
将数据从文本文件中按照规定格式装入INFORMIX数据库中,再从数据库中转出为文本文件并同时剔出相同号码...
将数据从文本文件中按照规定格式装入INFORMIX数据库中,再从数据库中转出为文本文件并同时剔出相同号码-data from the text file format required load INFORMIX database and then transferred from the database to a text file and to get rid of the same number
- 2022-03-25 04:16:39下载
- 积分:1
-
CBASE_management
CBASE_management
- 2022-03-06 14:30:41下载
- 积分:1
-
常见java数据结构的使用方法,包括Arrays类Collections类HashSet类List类TreeSet类Map类Vector类...
常见java数据结构的使用方法,包括Arrays类Collections类HashSet类List类TreeSet类Map类Vector类-Java data structures commonly used methods, including Arrays Class Collections category HashSet Class List Class TreeSet Class Map type Vector Class
- 2023-02-20 19:50:03下载
- 积分:1
-
Eight queen c implementation
八皇后的c++实现怎么能写出20个字的描述呢-Eight queen c implementation
- 2023-03-13 15:10:03下载
- 积分:1
-
用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共...
用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共有m个可能的呼救点(居民小区、工厂、学校、公司、机关、单位等),分布着n所医院(包含在m个点中),有k辆救护车分派在各医院待命,出现呼救病人时,由急救中心统一指派救护车接送至最近的医院救治。救护车完成一次接送任务后即消毒,并回原处继续待命。假定呼救者与急救中心、急救中心与救护车之间的通讯畅通无阻,也不考虑道路交通堵塞的影响。可以用m个顶点的无向网来表示该城市的各地点和道路。时间可以分钟为单位,路段长可表示为救护车行驶化费的分钟数。 这里设m=10,n=3,k=2。并且令消毒时间为2分钟-language used to achieve a design using event-driven "ambulance dispatch" dispersion model to simulate 120 emergency response center each patient"s distress signal unified dispatching ambulances running. We issue the appropriate simplified assumptions : m in a certain city a total of 000 points possible hue (residential quarters, factories, schools, companies, organizations, units, etc.), distributed by the hospital n (m included in the points), k ambulances were deployed in the various hospitals on standby there cries of the patients, from the first-aid center unified ambulance escort assigned to the nearest hospital for treatment. Ambulance completed
- 2023-03-26 11:35:03下载
- 积分:1
-
代码茂 LCD4bit.c
空 LCD_Enable(void)
{
output_high(LCD_EN) ;
delay_us(100) ;
output_low(LCD_EN) ;
delay_us(500) ;
}
//Ham Gui 4 位杜代替 Ra 液晶屏
无效 LCD_Send4Bit (无符号字符型数据)
{
output_bit (LCD_D4,数据与 0x01) ;
output_bit (LCD_D5,数据 & 0x02) ;
output_bit (LCD_D6,数据 & 0x04) ;
output_bit (LCD_D7,数据 & 0x08) ;
/ /
- 2023-08-23 22:00:03下载
- 积分:1
-
Nokia Thermometer
/*--------------------------------------------------------------------------------------------------
- 2022-04-18 08:20:05下载
- 积分:1
-
树的建立算法和树的遍历操作。。。下载解压即可
树的建立算法和树的遍历操作。。。下载解压即可-The establishment of trees and tree traversal algorithm to operate. . . Download decompression can
- 2023-08-15 21:05:04下载
- 积分:1
-
A very flexible Access Database Editor for Records
一个非常灵活的Access数据库记录编辑器
- 2022-02-07 02:29:06下载
- 积分:1
-
IncomeManagement
这个项目是为管理收入和结果而开发的。
- 2022-01-27 13:58:01下载
- 积分:1