搜索资源列表
-
1下载:
是一种数据结构的编程代码,程序实现一种算法,在铁路系统上在两点间得到最短路径-is a data structure of the programming code, procedures to achieve an algorithm, the railway system in the period between 2:00 Shortest Path
-
-
0下载:
民航机票预订系统 结合MFC界面编程 具有订票、退票,客户及航班查询等功能。-airline tickets booking system combining MFC programming interface with booking, a refund, customer and flights query capabilities.
-
-
0下载:
数据结构课程设计 程序开发平台:本程序的操作平台是WINDOS XP ,编程工具是VISUAL BASIC.NET。运行程序需要安装Microsoft.NET Framework 1.1。 硬件环境:P3以上处理器. 程序功能:将十进制数转换为2进制后进行逻辑运算。实现布尔表达式。-data structure course design program development platform : the operating procedures of the T4010 XP platfor
-
-
0下载:
国际大学生程序设计竞赛浙江大学在线评测系统(ZOJ)上700多道题的源码,非常珍贵和难找,吐血分享-International Collegiate Programming Contest of Zhejiang University Online Evaluation System (ZOJ) on more than 700 questions of the source, very precious and hard to find, hematemesis Share
-
-
0下载:
栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack)
-
-
0下载:
一款用纯C语言编写的大学生成绩管理系统,适合初学者和深入者编程,学习数据结构时参考!-With a pure C language students score management system, suitable for beginners and in-depth those programming, data structures study reference!
-
-
0下载:
在地理信息系统概率中,知道一个数据表,用编程的方法求它们的MORDAN码值-Geographic Information System in the probability of that a data table, using the method of programming for the value of their code MORDAN
-
-
0下载:
【问题描述】
甲、乙、丙、丁、未五城市分别距离为( 单位是: km):
甲 - 乙 300 甲 - 未 3000 乙 - 丙 2500
乙 - 丁 800 丙 - 未 1000 丁 - 甲 2000
丁 - 丙 400 丁 - 未 1200 未 - 乙 500
现从未地出发,到其它各城市的最捷路径。
【设计要求】
1、写出系统需求分析,并建模。
2、编程实现,界面友好。
3、输出各条最捷路径
4、语言不限,最好是c或c++ -【Desc
-
-
0下载:
本数据结构学习包,是用VC编写的,对于学习C++程序设计很有帮助。可以对链表,图、树、指针的学习有更深入的了解-The student achievement management system that is prepared with VC for learning C++ programming helpful. Can list, map, tree, indicators of learning have a better understanding of
-
-
0下载:
飞机订票系统,包含订票和退票等功能,数据结构编程-Aircraft booking system, including the booking and refund functions, data structures Programming
-
-
0下载:
通过本次实验学会了外部函数以及全局变量的设
置方法,复习巩固了C 语言和数据结构的相关知识,
掌握了结构化程序设计的基本思想, 熟悉了结构以
及指针的设计和应用, 了解了综合系统设计的基本
原理,对存储数据结构有了更形象的理解,学会了几
个新的调试程序的方法, 培养了解决实际问题的编
程能力,C 语言程序的综合应用能力得到提高-Through this experiment learned to function and global variables outside
-
-
0下载:
数据结构课程设计-全国交通咨询模拟系统 程序设计 源代码
-Data Structure course design- the National Transport Advisory simulation system programming source code
-
-
0下载:
算法分析与设计的讲义 内容有动态规划,分制思想,贪心算法等-Algorithm analysis and design of the lecture content of dynamic programming, sub-system thinking, greedy algorithm
-
-
0下载:
C语言是一种结构化语言。它层次清晰,便于按模块化方式组织程序,易于调试和维护。C语言的表现能力和处理能力极强。它不仅具有丰富的运算符和数据类型,便于实现各类复杂的数据结构。它还可以直接访问内存的物理地址,进行位(bit)一级的操作。由于C语言实现了对硬件的编程操作,因此C语言集高级语言和低级语言的功能于一体。既可用于系统软件的开发,也适合于应用软件的开发。-C language is a structured language. It is level, clear and easy modul
-
-
0下载:
操作系统的进程调度的一个实验,是用C++程序编写,易于理解和调试-Operating system, the process of scheduling an experiment, is to use C++ programming, easy to understand and debug
-
-
0下载:
1、系统应具备的功能:
(1)选择合适的逻辑存储结构,实现n个结点的存储
(2)在n个结点的村庄实现学校的科学选址
(3)演示结果
2、数据结构设计;
3、主要算法设计;
4、编程及上机实现;
5、撰写课程设计报告,包括:
(1)设计题目;
(2)摘要和关键字(中文和英文);
(3)正文,包括引言、需求分析、数据结构设计、算法设计、程序实现及测试、不足之处、设计体会等;
(4)结束语;
(5)参考文献
-1, the system should
-
-
0下载:
系统级编程,包含对各类数据结构的分析讲解,以及常用算法的实现。-System programming,include kinds of data struct teaching and analysing,also application in normal algorithms.
-
-
0下载:
此程序主要是让读者熟悉c语言图形模式下的编程,了解系统绘图及数据结构的知识,此重难点是 时 分 秒针坐标值的计算和时钟指针的运行控制,有兴趣的话,可让程序支持鼠标操作,-This program is designed to allow the reader familiar with the c language graphics mode programming, understanding of the system mapping and data structure knowledge
-
-
0下载:
银行操作系统的一些功能实现,主要是排队服务的问题,设计socket编程-Banks to achieve some of the features of the operating system, mainly line services, the design of socket programming
-
-
0下载:
MAC的编程源程序,及 MAC算法对不稳定系统的影响-Programming source MAC, and MAC algorithm unstable system of
-