搜索资源列表
-
0下载:
Student result management system
Use the C language realization system
2, the data structure making use of the structure body several realization student s result design
3, the system have increment, search, insert, row preface etc. basic fu
-
-
0下载:
这个设计虽然是C语言写的,但是觉得语言不是问题,数据结构讲究的是算法思想,C能实现的,java同样
能实现。-Although the design is written in C language, but think the language is not a problem, data structure is the key algorithm. C can be achieved, the same java can be reached.
-
-
0下载:
针对数据挖掘中的分类问题,本文提出了一种利用神经网络抽取分类规则都方法。为了易于抽取规则,采用遗传算法对神经网络的结构进行了进化。实际运行结果表明了该方法的有效性。-Classification is an inportant problem in data mining.This paper presents an approach to discover classification rules by using neural networks.Genetic algorithms is u
-
-
0下载:
数据结构实验指导书
根据《数据结构》教学大纲,该课程包含20学时上机实验。根据大纲要求,本实验指导书中共包含六个实验内容,每个实验内容包含不同的实验题目。老师可以根据教学情况从中选择一定数量的实验题目。整个上机实验过程由老师指导,学生独立完成各自的实验任务,最终提交实验报告。要求学生对所做实验进行总体设计和详细设计,用C或C++编写代码,进行程序的调试和测试,提交格式规范的实验报告,并演示所完成的软件。-Experimental data structures to guide the
-
-
0下载:
最近做的一个作业的文档:用c++做航班管理系统,功能1)、录入:
可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定)
2)、查询:
可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓);
3)、订票:(订票情况可以存在一个数据文件中,结构自己设定)
4)、退票: 可退票,退票后修改相关数据文件;
5)、修改航班信息:
-A recent working document: using c++
-
-
0下载:
The preparation of C procedures, were randomly given n* n s adjacency matrix and adjacency matrix printouts, as well as to map the number of edges, each vertex degrees, and determine the existence of the map Euler circuit: (1) If for n-order, then ra
-
-
0下载:
The preparation of C procedures, were randomly given n* n s adjacency matrix and adjacency matrix printouts, as well as to map the number of edges, each vertex degrees, and determine the existence of the map Euler circuit: (1) If for n-order, then ra
-
-
0下载:
good books 4 data structure
-
-
0下载:
The document is consisting the chapter of array in data structure with C++ algorithm.
-
-
0下载:
The document reveals the AVL tree diagram in data structure and algorithm with C++.
-
-
0下载:
data structure programs in c language
-
-
0下载:
希尔排序数据结构的一种算法用C语言编写,可以进行排序-Hill to sort the data structure of an algorithm written in C
-
-
0下载:
数据结构 C语言 C++ 二叉树 功能实现 深度广度层次 初学者适合-Data structure C the language C++ binary tree features in-depth, level beginner suitable
-
-
0下载:
data structure concepts of tree implementation in C++.Source code
-
-
0下载:
数据结构(c)线性表的设计与实现,用顺序表将两个集合进行合并,并存入第三个集合中。-Design and Implementation of the data structure (c) linear table, order table two collections merged and stored in the third collection.
-
-
0下载:
在VC++环境下,用C语言实现交通咨询模拟系统的设计(最短路径问题)。-In vc++ environment, using C language to realize the transport advisory simulation system design (the shortest path problem).
-
-
0下载:
做的c++数据结构课程设计,里面包含代码和具体的设计报告,有需要的朋友欢迎下载,和朋友分享也是我的快乐生活的一种!--Do c++ data structure curriculum design, which contains the code and the specific design report, a friend in need are welcome to download, share with friends and also my happy life one!-
-
-
0下载:
C语言版的数据结构的学习指南和实用技巧学习,数据结构及其算法的C语言设计技巧。-C language version of the data structure of the study guide and learn practical skills, data structures and algorithms in C language design skills.
-
-
0下载:
OpenCASCADE 的中文开发手册,介绍了O C C
体系结构和基本概念、基础类分析、数据结构分析等OpenCASCADE 开发的核心技术,是OpenCASCADE 开发不可多的的资料-OpenCASCADE Chinese development manual, introduced the O C C architecture and basic concepts, basic class analysis, data structure analysis OpenCASCADE
-
-
0下载:
数据结构是计算机存储、组织数据的方式。数据结构是指相互之间存在一种或多种特定关系的数据元素的集合。通常情况下,精心选择的数据结构可以带来更高的运行或者存储效率。数据结构往往同高效的检索算法和索引技术有关(The data structure is the way the computer stores and organizes the data. Data structure is a collection of data elements that have one or more spec
-