-
南京市部分公交转车系统
说明: a)需求分析:
任务:建立南京主要公交线路图。
要求:输入任意两地点,给出最佳的乘车线路和转车地点。
b)概要设计:
本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。
(a) Requirements Analysis : Mandate : the establishment of the Nanjing main transit route map. Requirements : 2 importation arbitrary locations, is the best car lines and interchange locations. B) Summary of design : the procedures used by the data structure is linear tree and table, the algorithm used by the main sculpture, in order Huffman algorithm.)
- 2021-03-16 23:19:21下载
- 积分:1
-
AddressBook
对地址薄的初学测试,自己写的,希望对大家有所启发吧(Address book for novice test, write your own, we hope to inspire it)
- 2013-08-10 11:19:49下载
- 积分:1
-
yue
采用ODBC技术,利用VC++对XLS文件的结构和记录内容进行了读取(The structure and record contents of XLS files are read by using ODBC technology and VC.)
- 2019-01-01 07:32:29下载
- 积分:1
-
Jacobi
数值分析分析中 用jacobi迭代求解线性方程(Analysis of numerical analysis using jacobi iteration for solving linear equations)
- 2009-06-13 16:48:55下载
- 积分:1
-
1
计算一个整数的和的积德最大值,即最优整数的接的最大值(The Jide calculate an integer, and the maximum value, i.e. the optimal integer then the maximum)
- 2013-05-17 00:15:26下载
- 积分:1
-
MyCalculator
基于MFC编写的简单计算器Visual C++程序(Write a simple calculator based on MFC Visual C++ program)
- 2010-08-20 12:59:39下载
- 积分:1
-
aqzyx
这是一个Visual Basic 源代码程序,它通过变更用户权限的方法,让某一个应用程序在相对安全的状态下运行,从而提高系统的安全性。(This is a Visual Basic source code program, change user permissions, so that an application running in the relative safety of the state, to improve the security of the system.)
- 2012-10-25 06:01:11下载
- 积分:1
-
VB-Pad
VB写的仿WINDOWS的记事本,包含源码
VB写的仿WINDOWS的记事本,包含源码(Written in VB imitation WINDOWS Notepad, including VB source code written in imitation WINDOWS Notepad, including source code)
- 2009-11-30 15:30:06下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
Weather
VB采集新浪数据编写天气预报软件,有需要的下。(VB to write the data collection Sina weather software, there is need for the next.)
- 2013-07-31 08:15:54下载
- 积分:1