搜索资源列表
-
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下载:
顺序表的应用
(1) 已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。
(2)编写一个函数将一个顺序表A(有n个元素,且任何元素均不为0)分拆成两个顺序表,使A中大于0的元素存放在B中,小于0的元素存放在C中。
(3)假设一个算术表达式中包含圆括号,方括号
-
-
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语言版)编写程序,实现一个国际象棋的马踏遍棋盘的演示程序。具体要求为:将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。用堆栈编制非递归程序求出马的行走路线,并按求出的行走路线,将数字1,2,3,……,64依次填入一个8*8的方阵,输出之。 -With the data structure (C language version) to write programs to achieve a chess board
-
-
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下载:
在VC++环境下,用C语言实现交通咨询模拟系统的设计(最短路径问题)。-In vc++ environment, using C language to realize the transport advisory simulation system design (the shortest path problem).
-
-
0下载:
数据结构(C语言版)习题答案严蔚敏,适合大部分计算机类的使用-Data structure (C language version) exercise answers YanWeiMin, suitable for use in most computer class
-
-
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下载:
基本的c++教程,详细讲解c++语言的一切语法,数据结构知识。适合大多数c++初学者使用。(Basic c++ tutorial, explain in detail all the syntax of c++ language, data structure knowledge. Suitable for most c++ beginners.)
-
-
0下载:
C 语言由于具有灵活 高效 可移植性好等诸多优点 成为软件开发中常用的计
算机编程语言之一 全书介绍了贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地
雷游戏 速算 24 数据结构 CAI 演示 进程调度 存储管理等十四个案例 各个案例
独具特色 覆盖了 C 语言的基本知识点和各种数据结构 如堆栈 队列 链表等 综
合应用了光带菜单 下拉菜单 图形设计 鼠标应用等知识 本书应用性极强 读者
可以根据这些案例进行研究 修改和扩展(C language has many advantages
-
-
0下载:
数据结构中用C语言实现顺序表建立、插入、删除功能(In the data structure, the order table is established, inserted and deleted)
-
-
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
-