-
cPPReference
C++学习资料,chm格式的文件,希望对大家有帮助(C++ Study File For C++ Premier)
- 2013-07-25 15:44:37下载
- 积分:1
-
testdbf
使用VC++读写DBF文件。
里面的dlg是实例,可以参考进行读写。(The use of VC++ to read and write DBF files. There are examples of dlg, you can read and write reference.)
- 2009-06-03 01:42:12下载
- 积分:1
-
注册码生成器
注册码生成器(license generator)
- 2004-10-05 00:51:57下载
- 积分:1
-
Button
MFC基本对话框里设置一个一显示就被禁用的按钮,小程序(MFC dialog box to set up a basic display to be disabled a button, a small program)
- 2010-12-29 11:25:54下载
- 积分:1
-
recttracker
这个是MFC中关于tracker应用的一些技巧。实现拖动,放大缩小(it s about tracker in mfc!)
- 2009-04-30 10:37:04下载
- 积分:1
-
DISP_IP_QQ
木子的显IP QQ制作教程 +源代码学习网络编程的好资料(Muzi' s significant IP QQ Tutorial+ source code for making a good program to learn the information)
- 2010-03-05 17:36:34下载
- 积分:1
-
VB6diqu
今天给大家带来使用文本文件作为数据源的 ComboBox中国城市三级联动的代码。
1.地区库更新非常方便,不会影响到其他功能(区划代码是唯一的)。
2.文本文件读取来速度很快。(n the past, I used VB6 to write an example of three-level linkage of ComboBox in Chinese cities, using MDB database. A few years ago, the code, the regional database is not the latest. Today we bring you the code of ComboBox, which uses text files as data sources, for three-level linkage of Chinese cities.
1. The regionalization library updates are very convenient and will not affect other functions (regionalization code is the only one).
2. Text files are read very fast.)
- 2019-06-05 09:34:04下载
- 积分:1
-
demo4_1
Source code to book Tricks of the Windows game programming gurus
- 2011-05-08 18:36:27下载
- 积分:1
-
cal
简易计算器,可以实现简单的计算功能,比如加减乘除,类似于windows上的计算器(Simple calculator, you can perform simple computing functions, such as addition and subtraction multiplication and division, similar to windows on the calculator)
- 2009-10-03 22:27:19下载
- 积分:1
-
traffic
[基本要求]
(1)提供对城市信息进行编辑(如:添加功删除)的功能
(2)城市之间有两面种交通工具:火车和飞机。提供对列车时间表和飞机航班进行编辑(增设或删除)的功能。
(3)提供两面种最优决策:最快到达或最省钱到达。全程只考虑一种交通工具。
(4)旅途中耗费的总时间应该包括中转站的等候时间。
(5)咨询以用户和计算机的对话方式进行。由用户输入起始站、终点站、最优决策原则和交通工具,输出信息:最快需要多长时间才能到达或者最少需要多少旅费才能到达,并详细说明依次于何时坐哪一趟列车哪一次班机到何地。
[实现提示]
(1)对全国城市交通图和列车时刻表及飞机航班表的编辑,应该提供文件形式输入和键盘输入两种方式。飞机航班表的信息包括:起始站台票出发时间、终点站的到达时间和票价;列车时刻表则根据交通图给出各个路段的详细信息。
(2)以邻接表作交通图的存储结构,表示边的结点内除了含有邻接点的信息外,还应包括交通工具、路程中消耗的时间和花费以及出发和到达的时间等多项属性。
()
- 2008-07-07 00:17:13下载
- 积分:1