-
Addison-Wesley---CPP-by-Dissection-2002
this is visual C++ book
- 2011-05-05 19:21:23下载
- 积分:1
-
Visual-CPP-
Visual C++ 6.0开发指南,高守传版,虽然只有前6章,但对于入门来说还是很不错的。(Visual C++ 6.0 Developer' s Guide, Gao Chuan version, although only the first six chapters, but entry is still very good.)
- 2011-07-02 12:21:51下载
- 积分:1
-
CAN_Examples
Can 总线实现的安装例程,可以学习can总线中的必要协议技术(Can the installation of bus routines, can learn the necessary bus protocol technology)
- 2009-07-07 10:29:57下载
- 积分:1
-
EX33_2812-FFT-FIR
DSP2812 滤波代码 开发板历程 简单明了(DSP2812 )
- 2012-04-20 18:28:49下载
- 积分:1
-
UnixShell4osDesign
Unix shell是unix的命令解释程序,用于让用户以一种友好的方式运行程序和执行命令。
本课程设计要求学生在linux下写一个命令解释程序,实现Ksh最基本的功能。即:允许用
户打入一个可执行的程序的名字以及其命令行参数,执行这个程序。同时实现一部分内部命
令(比如cd,详见要实现的命令),以及输入输出重定向等功能。(Unix shell is unix order to explain procedures to enable users to a friendly manner operational procedures and the enforcement of the order. The courses require students to design the linux under orders to write an interpretation of procedures, Ksh most basic functions. : Allows users to enter an executable program and the name of its command line parameters, the implementation of this procedure. Simultaneously part of the internal commands (such as cd, details to be achieved in order), and redirect input and output functions.)
- 2007-05-15 20:45:30下载
- 积分:1
-
VisualPCPPP2008rumenjingdian
Visual+C+++2008入门经典(chinese).zip
中文翻译,精简(Visual+ C+++2008 Beginning (english). Zip
Chinese translation, to streamline)
- 2012-07-14 11:36:01下载
- 积分:1
-
GPIF_cypress
cypress USB 中GPIF中相关的开发资料(keyword: cypress USB GPIF)
- 2010-06-09 19:38:39下载
- 积分:1
-
ser_port_ver10
Windows串口编程例子(The example of uart in Windows)
- 2020-06-26 11:20:02下载
- 积分:1
-
ChatRoom11(Csocket)
说明: winsocket 实现网络聊天室
使用vc++6.0编程,socket 接口(winsocket network chat rooms using vc 6.0 programming interface socket)
- 2006-05-17 03:58:47下载
- 积分:1
-
traffic
[基本要求]
(1)提供对城市信息进行编辑(如:添加功删除)的功能
(2)城市之间有两面种交通工具:火车和飞机。提供对列车时间表和飞机航班进行编辑(增设或删除)的功能。
(3)提供两面种最优决策:最快到达或最省钱到达。全程只考虑一种交通工具。
(4)旅途中耗费的总时间应该包括中转站的等候时间。
(5)咨询以用户和计算机的对话方式进行。由用户输入起始站、终点站、最优决策原则和交通工具,输出信息:最快需要多长时间才能到达或者最少需要多少旅费才能到达,并详细说明依次于何时坐哪一趟列车哪一次班机到何地。
[实现提示]
(1)对全国城市交通图和列车时刻表及飞机航班表的编辑,应该提供文件形式输入和键盘输入两种方式。飞机航班表的信息包括:起始站台票出发时间、终点站的到达时间和票价;列车时刻表则根据交通图给出各个路段的详细信息。
(2)以邻接表作交通图的存储结构,表示边的结点内除了含有邻接点的信息外,还应包括交通工具、路程中消耗的时间和花费以及出发和到达的时间等多项属性。
()
- 2008-07-07 00:17:13下载
- 积分:1