-
PNX1500 the data sheet, C_C, 2006 Release 3 PHILIPS video decoding process was u...
PNX1500 的data sheet,C_C++,2006年第3版,
TSSA是视频解码程序,很有参考价值!
-PNX1500 the data sheet, C_C, 2006 Release 3 PHILIPS video decoding process was useful!
- 2022-01-21 04:20:05下载
- 积分:1
-
本文简要介绍了SQL Server。在读这本书的一个角。
This document gives brief introduction on SQL server. On reading this book one can easily understand all the frequently used SQL queries like select, update, delete, create etc-This document gives brief introduction on SQL server. On reading this book one can easily understand all the frequently used SQL queries like select, update, delete, create etc..
- 2022-01-31 19:37:43下载
- 积分:1
-
2410原理图1.pdf
2410原理图1.pdf -2410 Schematic 1.pdf
- 2022-03-18 19:14:37下载
- 积分:1
-
在软件领域,很少能有这样的“神话般的人”
在软件领域,很少能有像《人月神话》一样具有深远影响力和畅销不衰的著作。Brooks博士为人们管理复杂项目提供了最具洞察力的见解,既有很多发人深省的观点,又有大量软件工程的实践。本书内容来自Brooks博士在IBM公司SYSTEM/360家族和OS/360中的项目管理经验,该项目堪称软件开发项目管理的典范。该书英文原版一经面世,即引起业内人士的强烈反响,后又译为德、法、日、俄、中、韩等多种文字,全球销售数百万册。确立了其在行业内的经典地位。
-In the software field, few can have such as " The Mythical Man-Month" as far-reaching influence and best-selling book ever. Dr. Brooks for people to manage complex projects to provide the most insights, there is a lot of thought-provoking point of view, and a large number of software engineering practice. The contents of this book, Dr. Brooks from the IBM Corporation in the SYSTEM/360 family and OS/360 experience in project management, software development can be called the project a model for project management. Once the original book published in English, that is, among members of the profession" s strong response, and then into Germany, France, Japan, Russia, China, South Korea and many other words, the number of one million global sales. Established
- 2023-06-06 02:15:03下载
- 积分:1
-
this code alow to ping to an other machine
this code alow to ping to an other machine
- 2022-08-06 12:42:50下载
- 积分:1
-
VC,一些函数名的使用,希望对您有所帮助
VC,一些函数名的使用,希望对您有所帮助-VC, some use the function names, and I hope to help you.
- 2022-07-20 17:42:40下载
- 积分:1
-
本书设计实例从面向对象的设计中精选出23个设计模式,总结了面向对象设计中最有价值的经验,并且用简洁可复用的形式表达出来...
本书设计实例从面向对象的设计中精选出23个设计模式,总结了面向对象设计中最有价值的经验,并且用简洁可复用的形式表达出来
- 2022-10-31 11:10:03下载
- 积分:1
-
本文档的目的是描述如何使用定时器的一代…
The purpose of this document is to present how to use the Timer for the generation of a PWM signal tunable in frequency and duty cycle. As an application example, this document is based on a basic “music” synthesizer through an external buzzer. Example code is also available in the it.-The purpose of this document is to present how to use the Timer for the generation of a PWM signal tunable in frequency and duty cycle. As an application example, this document is based on a basic
- 2023-05-14 07:20:02下载
- 积分:1
-
编写一模拟股票交易的程序,该程序有以下几个功能:
1. 委托申请:
输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数...
编写一模拟股票交易的程序,该程序有以下几个功能:
1. 委托申请:
输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买 / 卖( B/S )
输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。
2. 查询未成交的委托:
输入:股票编码
输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买 / 卖 )
3. 委托撤消:
输入:要撤消的委托号。
输出:若成功,显示该委托信息,其中委托包括数据项:委托序号、股票编码、价格、数量、 B/S (买 / 卖 ) ;否则显示“ not found ”失败信息。
委托输入格式 : 1 股票编码 价格 数量 买卖
查询输入格式 : 2 股票编码
委托撤销 : .3 委托号
退出: 0
如:
1 0038 20 1000 b
orderid: 0001
1 0278 18 2000 s
orderid: 0002
1 0003 8 5000 b
orderid: 0003 -编写一模拟股票交易的程序,该程序有以下几个功能:
1. 委托申请:
输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买/卖( B/S )
输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。
2. 查询未成交的委托:
输入:股票编码
输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买/卖 )
- 2022-03-16 00:17:05下载
- 积分:1
-
for TSP simulated annealing teaching article
用于TSP模拟退火教学的文章
- 2022-05-07 09:46:55下载
- 积分:1