搜索资源列表
-
2下载:
利用VB开发的一个最短路径查询系统,算法是DijKstra,可以用在其他开发的软件中特别是GIS系统。-use VB shortest path of a query system, the algorithm is DijKstra, can be used in the development of other software, particularly GIS system.
-
-
0下载:
这是一个数据库开发的程序设计软件,内含油源代码和其他的一些文档-This is a database development program design software, the source code within the oil and some other documents
-
-
0下载:
要想看看自己的编程水平有多高。除了开发项目和做出象样子的软件以外,还有一个很好的办法就是参加比赛.而国际大学生程序设计竞赛题解,为你提供了检验自己的一个很好的挑战。里面不仅有大量的例题,还有各种算法的分析和与实例的结合。是提高英文和编程能力的绝对好书了-To look at our own programming level is very high. In addition to development projects and to make the software look like t
-
-
0下载:
多任务下的数据结构和算法这本书的全部源代码,用C实现的,包括基本的数据结构容器,引进了多任务。对从事软件开发与应用的工程技术人员具有较高的参考价值-Under multi-task data structure and algorithm of this book, all source code, using C to achieve, including the basic data structure of containers, the introduction of multi-tas
-
-
0下载:
本ATM软件为纯C++编写,没有用到数据库,完全对文件进行操作,适合初学者学习!-The ATM software for the pure C++ development, did not use a database to operate entirely on paper, suitable for beginners to learn!
-
-
0下载:
C语言是一种结构化语言。它层次清晰,便于按模块化方式组织程序,易于调试和维护。C语言的表现能力和处理能力极强。它不仅具有丰富的运算符和数据类型,便于实现各类复杂的数据结构。它还可以直接访问内存的物理地址,进行位(bit)一级的操作。由于C语言实现了对硬件的编程操作,因此C语言集高级语言和低级语言的功能于一体。既可用于系统软件的开发,也适合于应用软件的开发。-C language is a structured language. It is level, clear and easy modul
-
-
0下载:
一个完整的点卡销售系统,是基于c++用vs2005开发的,有源程序和文档设计报告,是我们软件工程的课程设计。-A full point card marketing system is based on using vs2005 c++ development, design reports with source code and documentation is our software engineering course design.
-
-
0下载:
制作一个简易的通讯录,包括基本操作和存储功能。
用〈〈数据结构〉〉中的双向链表作数据结构,结合C语言基本知识。编写一个通讯录管理系统。以把所学数据结构知识应用到实际软件开发中去。
设计内容:本系统应完成一下几方面的功能:
输入信息——enter() 显示信息———display( )
查找以姓名作为关键字 ———search( ) [由一人完成]
删除信息———delete( ) 存盘———save ( ) 装入———load( )
任务:
每条信息至包含 :姓名
-
-
0下载:
用于编写CRC校验的一段主程序,包括参数,算法等等,可直接开发CRC校验软件-CRC check for writing the section of the main program, including parameters, algorithms, and so, development of CRC, the software can be directly
-
-
0下载:
自己数据结构课程设计时做的社团管理软件绝对原创,图形界面vc6.0开发-Design their own data structures course management software to do the absolute originality of associations, development of graphical interface vc6.0
-
-
0下载:
C语言软件的开发实例教程,大家看看行不行,举了一个小例子-C-language software development tutorial examples, we look okay, give a small example
-
-
1下载:
一个典型的企业进、销、存管理信息系统的软件开发过程。内容包括系统的需求分析、建模分析、文件结构分析、数据结构分析、项目创建与设置、基础信息模块的创建、进货模块的创建、库存模块的创建、销售模块的创建等,涉及Java语育、管理、会计方面的知识- A typical business, sales, inventory management information systems software development process. Including system requirements
-
-
0下载:
SSD2 Practical Exam 2 Icarnegie
-
-
1下载:
本软件围绕无向图的应用这一主题,用图形化的界面实现了无向图的建立、显示邻接表、动态构造最小生成树(分别利用Prim算法和Kruscal算法)、查找最短路径等功能。
具体功能:
给定一个图,完成:
(1) 建立并显示出它的邻接链表
(2) 分别用普里姆算法和克鲁斯卡尔算法构造其最小生成树,随时显示其构造的过程
(3) 给出某一确定顶点到所有其他顶点的最短路径
(4) 给出每一对顶点之间的最短路径
说明:程序开发时所用的文件和源码在文件夹“配套文件”中提供。另附说明
-
-
0下载:
软件工程学院实用宿舍管理系统开发系统源代码,实用与完成数据结构课程设计大作业-Software engineering college dormitory management system development system practical source code, and the practical with complete data structure course design project
-
-
0下载:
数据结构中的内部排序,有很多排序方法,这在以后的软件系统开发上很有用-Sort of internal data structures, a lot of sorting method, which is useful in the future software system development
-
-
0下载:
数据结构与算法的学习对于软件开发的专业程序员而言是非常关键,本书为C#语言程序员提供了学习基础数据结构与算法的机会(Data structure and algorithm learning is very critical for professional programmers in software development. This book provides C# language programmers with the opportunity to learn basic data
-