搜索资源列表
Text5
- 这是C语言代码,数据结构地五章习题源代码-This is the C language code and data structures to V source code Exercises
CBTR
- 用于城市轨道交通开发的CBTR 的开发,作为主机应用软件的基本平台的搭建。-UMT for the development of the CBTR development, as a mainframe application software platform for the basic structures.
xiaoyuandaoyou
- 校园导游模拟系统,主要是演示数据结构中图的路径的算法,是数据结构的课程设计-Campus tour guides Analog systems, mainly in the presentation data structure path graph algorithms, data structures are designed curriculum
train
- 用C语言描述一个火车售票系统,利用多个结构体来实现它-Using C language to describe a train ticketing system, using a number of structures to achieve it
CProgramminginLinux
- 1. Hello World 2. Data and Memory 3. Functions,pointers and structures 4. Logic,loops and flow control 5. Database handling with MySQL 6. Graphics with GD library 7. Apache C modules 8. The Ghost project conclusion
Intelhbyycxsjdsb
- 本书全面细致地讲述了汇编语言程序设计的各个方面。从微处理器体系结构、工作机制到指令集;从最基本的编译器链接器的使用到高级过程、结构和宏的使用;从用纯汇编编写程序到用VC++,BC++等最新编译器与汇编的混合接口编程;从16位实模式下BIOS,DOS实模式文本及图形程序设计到32位保护模式的Windows程序设计;从磁盘基础知识到Intel指令编码、浮点运算等相关知识都做了深入而细致的讲解。 -This book describes a comprehensive and meticulo
shujujiegou
- 用C++做的数据结构课程设计,内含三个项目,项目一 牛顿迭代法的数据结构,项目二 一元多项式计算,项目三 民航订票系统-Done using C++ data structures curriculum design, containing three items, the project of a Newton iteration of the data structure, project 21 yuan polynomial terms, the three civil aviation
1
- 深度优先搜索 汇编语言 汇编数据结构 算法-Depth-first search algorithm for assembly language compilation of data structures
Student-grade-search
- 编程实现:(1) 键入某组学生(共10 人)的学号、姓名、组成原理考试 成绩、数据结构考试成绩、汇编语言考试成绩。(2) 对学生数据进行排序, 按三科总分降序排列。(3) 按此排序结果在屏幕上显示前三名学生的成 绩。(4)在屏幕上显示学号最靠前的5 名学生的成绩。请编写主程序及 四个子程序,使用跳转表法实现调用关系,并用结构字段记录学生成绩 数据。-Programming: (1) type of a group of students (10 people) of the
Zaaa
- 是学生管理系统的源代码,数据结构课程设计所做的。已经成功实现-Student management system source code, data structures course design done. Has successfully achieved
compiler2
- 语法分析(一) 在实验一的基础上,对符号表中的单词采用自顶向下的分析方法进行语法分析,对不符合给定的文法的字符串,给出错误信息。 内容:给定描述语法的文法为: E→E+T|E-T|T T→T*F|T/F|F F→i 注:i为实验一中分析得到的整型数值型数据,+、-、*和/为实验一文法二所描述的算符。 使用的数据结构: 1.定义一个结构体,利用该结构体定义一个数组stable,用来存放字符串中字符的属性(类型class和值value)。(与实验一同用) 2.定义
compare
- C语言程序 数据结构 比较各种排序方法所需要的时间-The time required by the the various sorting method of the C language program data structures
Data-structure-algorithm-demo
- 数据结构算法演示,使初学者能更形象的了解数据结构的各个概念-The concept of data structure algorithms demo, so beginners can be more vivid understanding of data structures
Data-structures-courseware
- 数据结构课件及代码举例,使初学者能更形象的了解数据结构的各个概念-Data structures courseware and code examples, so beginners to more vivid understanding of various concepts of the data structure
untitled
- 课本中的课后习题,运用软件进行模块搭建,参数设置,仿真-Homework in the textbook, the use of the software module structures, parameter settings, the simulation
calfflac
- USACO练习题1.3.4,回文检测,数据结构-USACO exercises 1.3.4 palindrome detection, data structures
add
- 这是面向8086芯片所编的程序。程序主要实现了从控制台中输入两个整型数字,然后对这两个数进行相加,最后把结果表达式输出到控制台中。本程序最有特色的部分就程序的出错处理,这对于理解汇编语言的顺序、分支、循环结构以及汇编子程序的编写有很大的帮助。-It is compiled for the 8086 chip program. Program achieved a major input from the console, two integer numbers, then these two n
26
- 制作关于数据结构的算法分析,希望对大家有所帮助-Making about data structures algorithm analysis, we hope to help
6
- 指针结构数组的c语言作业,很实用的,欢迎各位下载。-Pointer to an array of structures of the c language jobs, very practical, welcome to download.
Build-dynamic-array-of-structures
- 动态创建结构体数组,实现存放学生信息的功能-Dynamically create an array of structures to realize the function of storing student information