-
Effective-CPP
Effective C++ 非常经典的C++书籍,基本上学C++的人没有不知道这本书的。书中介绍了55个准则,每一条准则描述一个编写出更好的C++的方式。(Effective C++ is the classic C++ books, basically learning C++, people do not know this book. The book describes 55 guidelines, each guideline describes a write better C++ way.)
- 2011-05-16 23:56:33下载
- 积分:1
-
6.6.0.1
6.6源代码,主要是服务器内核部分,供大家参考(6.6 source code, the main server is part of the kernel, for your reference)
- 2013-01-22 11:08:37下载
- 积分:1
-
Elevator
电梯算法
在一座10层高的宾馆的大厅内,有4部由一个控制器控制电梯。乘客随时在各层选择要去的楼层。要求:
1、设计一个电梯算法,最优地满足乘客的要求(候时最小)。
2、区分电梯的状态,如空运行、载人运行、超重、当前有故障等(可人工设置)。
3、在电梯全部无人乘做时,电梯要按一定条件(可人工设置)分布在各层。
4、保存一个星期内的各电梯的运行记录。
(Elevator algorithm in a 10-storey hotel in the hall, there are four elevators controlled by a controller. Passengers at any time choose to go to the floor on each floor. Requirements: 1, design an elevator algorithm, best meet the requirements of passengers (minimum waiting time). 2, the distinction between the state of the elevator, such as the air running, manned operation, overweight, current faulty, etc. (manual setting). 3, no ride in the elevator all to do, the elevator according to certain conditions (which can be manually set) distributed in layers. 4, save a week running record of each elevator.)
- 2021-04-23 15:08:47下载
- 积分:1
-
checker
USACO(checker challenge)
1.搜索+对称剪枝
2.搜索+位运算(USACO (checker challenge) 1. Search+ symmetric pruning 2. Search+ bit operation)
- 2020-11-16 06:29:46下载
- 积分:1
-
Src1
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。 (This is an SDK program. This procedure tracking shows the coordinates of the mouse position, and if the mouse can be displayed in the window s title bar operating information, if the customer area of the window to double-click, double-click the location of points will be shown on location information.)
- 2004-06-08 19:27:00下载
- 积分:1
-
Documents
VC++/MFC project that helps learning paint.
- 2011-06-30 17:47:16下载
- 积分:1
-
admin
宿舍管理,MFC
账号admin,
密码0001(Dormitory management, MFC account admin, password 0001)
- 2013-12-26 14:05:47下载
- 积分:1
-
DSP-external-interrupt-and-analog-IO
DSP外部中断及模拟IO完整代码,对于初学者来说还不错,(程序尚没有测试过)(DSP external interrupt and analog IO complete code)
- 2011-10-04 08:30:08下载
- 积分:1
-
潮汐调和分析
说明: 利用实测潮位数据,进行潮汐调和分析,计算调和常数的振幅和迟角(Based on the measured tidal level data, tidal harmonic analysis is carried out, and the amplitude and lag angle of harmonic constant are calculated)
- 2020-11-24 10:47:39下载
- 积分:1
-
CSV
这是我自己经常用的log数据操作的库,主要是保存成csv文件格式,方便用excel进行打开分析数据。我平时都用它log电池老化数据然后 进行分析和处理。(This is my own library log data often operate primarily saved as csv file format to facilitate analysis of data using excel for opening. I usually have to use it to log battery aging data is then analyzed and processed.)
- 2016-01-28 23:25:09下载
- 积分:1