资源列表
tingchechang
- 设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端),若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等待,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交纳费用。试为停车场编制按上述要求进行管理
chap14-src
- 用c程序实现的数字时钟程序,其中包含改程序的所有c代码,以及详细的注释说明。-C program with digital clock procedures, including procedures to all the c code, as well as detailed notes.
Notepad.Plus.v4.4.Full.Source.ccrun.648223
- Notepad++源代码 Notepad++ 是在微软视窗环境之下的一个免费的代码编辑器。为了产生小巧且有效率的代码编辑器,这个在GPL许可证下的自由软体开发专案采用 win32 api 和 STL 以 C++ 程式语言撰写成,并且选用功能强大的编辑模组 Scintilla。多亏它的轻巧与执行效率,Notepad++ 可完美地取代微软视窗的记事本。这个软体开发专案已臻於成熟阶段,然而目前只有一个人从事软体开发与维护的工作,瑕疵是无法避免的。如果你有任何关於 Notepad++ 的
intoint
- 将一个十进制数利用堆栈转换成其他进制数的小程序-A decimal number using stack converted to hexadecimal number of other small programs
KEY
- 一些常用的键盘扫描去抖程序,都是语言编写程序。-Some commonly used keyboard scan debounced procedures are programming languages.
99f-046b
- stmeditor 城市公交地图编辑器源代码 sample 生成的地图样例 exepack 城市公交地图编辑器可执行包与使用说明-stmeditor urban public transport map editor source code sample to generate a map of sample exepack urban public transport map editor and use the executable package
GPIB-Damo
- This program downloads and executes an arbitrary waveform, consisting of 32,000 points (maximum value is 64,000 points), to the Agilent 33220A. The waveforms can be downloaded as a comma separated list of double values (-1 to +1 full scale v
CButtonST_demo
- MFC class for flat buttons. SoftechSoftware Davide Calabro davide_calabro@yahoo.com http://members.tripod.com/~SoftechSoftware/index.html
history_edit_demo
- AppWizard has created this HistoryEditDemo application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
icondialog
- A freeware MFC dialog class to select an icon. This is based on the dialog that appears when you choose to change the icon for a shortcut in the Windows 95 / NT 4 shell. The actual appearance of the dialog is based on the new look dialog in I
1
- 1.放松一下,算一道简单的题目。 2.编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数 1/1+1/3+...+1/n(利用指针函数) 3.填空练习(指向指针的指针) 4.找到年龄最大的人,并输出。 5.字符串排序。 -1. Relax together with the simple title of count. 2. The preparation of a function, type n is an eve
third
- C++应用书籍By Philip Romanik, Amy Muntz-C++ Application Books By Philip Romanik, Amy Muntz