搜索资源列表
《数据结构(c语言版)习题集》算法设计参考答案
- 数据结构的习题答案,供学习者参考。数据结构是学习编程的基础,希望对大家有帮助-data structure Exercise answer for learners reference. Data structure is the basis for learning programming, we hope to help
成绩管理20034581赵传仕
- 学生成绩管理系统 C语言 1、掌握结构化设计方法。 2、了解大型软件的设计技术 3、在实际应用背景下灵活运用线性表的顺序存储结构和链式存储结构。 4、灵活运用线性表上的各种基本运算,完成题目需求。 5、在实例中运用排序与查找算法。-student performance management system a C language, master structural design methods. Two, understand the design of large software tec
c-algorithm-set
- c语言的经典算法源代码!其中包含数据结构中很多重要的算法,还有链表&树等多种常用算法的应用-classical algorithm source code! Data structure which contains many important algorithms, Chain & trees and other commonly used algorithm application
asamin
- 退火算法 用C语言实现算法函数,Matlab语言实现算法-annealing algorithm in C language function algorithm, the algorithm in Matlab
fp_tree
- fp_tree算法 c++语言的完全实现-fp_tree algorithm to achieve the complete language
数据结构与算法课件
- 这是关于数据结构的各种算法及源程序, C语言编写,如有错误,请指教-This the data structure of the algorithm and source code, C language, if wrong, please enlighten
算法分析课程设计
- 算法分析代码 语言惯用的词法(包括语言标记的描述) 每个语言构造的B N F 描述 相关语义的英语描述 C -的两个示例程序 C -的一个Tiny Machine 运行时环境 C -和T M 的编程设计方案-algorithm analysis code language commonly used morphology (including labeling descr iption language) structure of each language B N F
c(classi)
- c语言的一些算法函数(i类) 开发语言 VC & C++ 运行平台 Windows XP 等 -some arithmetic functions (i) development languages VC
c(classs)
- c语言的一些算法函数(s类) 开发语言 VC & C++ 运行平台 Windows XP -some arithmetic functions (s) development languages VC
MD5hash
- MD5算法c语言实现,有界面,能够暴力破解9个字节以下明文的摘要-MD5 Algorithm c language, interface violence to break nine byte following express Abstract
669584474
- 约瑟夫环算法C语言源代码。希望对大家有帮助。-Josephus algorithm C language source code. We want to help.
追踪C~1
- 一个用C语言编写的导弹打飞机的追踪问题的源程序以及所使用的轨迹算法WORD文档-a C language prepared by the aircraft missile tracking the source and path used by the algorithm WORD
c.suanfa
- 常见算法的c语言描述,对学习c很有帮助,希望大家对有用-c common algorithm descr iption language, to learn c helpful, we hope to useful
C++语言常用算法
- C++语言常用算法集-C + + language commonly used algorithm Set
matmath_c
- LM算法的实现并不难,这里给出了LM算法C语言实现,希望能给大家有所帮助
Shannon
- Shannon算法C语言的实现 Shannon算法C语言的实现
C常用算法程序集-徐士良著
- C常用算法程序集-徐士良著 经典,学习c语言的好冬冬啊-C algorithms commonly used procedures set-XU Shi-liang classic book, learning the language c good kick ah
用c语言编写数学常用算法
- 该程序源码能够实现在C语言编程情况下的一些基本的数值算法。很好用,通俗易懂!-the program source code can be achieved in the C programming language of the basic algorithm. Useful, easily understood!
c-elevator
- 用c语言编的一个电梯时间最优化仿真,具有图形界面,总共有3台电梯,当某一层有人需要用电梯时,通过算法,可以得出时间最短的电梯号,并通过仿真来检验。-C language code with a simple optimization of the lift time simulation, with a graphical interface, a total of 3 sets of elevators, when a layer of people need the elevator, th
数据结构 程序设计 机器调度问题
- 多机调度问题的解决方案,算法进行合理调度,使得在m台机器上处理n个作业所需要的处理时间最短。(The solution of multi machine scheduling problem)