搜索资源列表
遍历二叉树
- 按层遍历二叉树的算法设计C语言数据结构作业-layer by the binary tree traversal algorithm design C language data structures operations
背包问题的动态规划法算法(c++)
- 数据结构 算法设计与分析背包问题的动态规划法算法-data structure design and analysis of algorithms knapsack problem of dynamic programming algorithm
机械优化设计一维约束程序 C++
- 机械优化设计一维约束程序
会场安排问题C++程序实现
- 算法设计课后程序实现题
Leach.rar
- 详细介绍了Leach协议与NS的关系、算法设计思想、簇头建立算法流程图、协议的难点解决、算法运行结果分析等方面的东西! ,Leach agreement detailing the relationship with the NS, algorithm design, algorithm flow chart of the establishment of cluster head, the agreement to resolve the difficulty, algorithm anal
A_star_Art_Class
- A star 算法的C++语言实现(A* 算法接口,针对迷宫问题设计)-A star algorithm in C++ language (A* algorithm interface design for the maze problem)
tanxin
- 算法设计课程设计中的贪心算法,用c++实现代码-Algorithm design in the curriculum design of the greedy algorithm to achieve code
Shortest_path_counting
- acm算法设计: 描述: 国际象棋车可以水平或垂直的任何方在同一行或同一列的棋盘。 找到一些最短路径的一个车可以从一个角落里一个棋盘的斜对面角落。 输入: 一整数n为行数和列的棋盘。0 < n <=16 输出: 数量的最短路径。 例输入: 3或4 例输出: 6或20 -Descr iption: A chess rook can move horizontally or vertically to any square in th
SCAN
- 磁盘调度算法中的SCAN算法,c++实现,操作系统课程设计-Disk scheduling algorithm in the SCAN algorithm, c++ to achieve, the operating system of course design
c.algorithm.exercises
- c编程算法设计习题源代码c programming source code, algorithm design exercises -c programming source code, algorithm design exercises
ACM-C
- 杭电ACM的训练题目,着重于算法设计,也可作为C语言基础学习联系资料-Hang power of the ACM training topics, focusing on algorithm design, but also as the C language-based learning Contact Information
C-example003
- 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程:R*R=X*X+Y*Y 可以算出圆上每一点行和列的对应关系。*思考题:实现函数y=x2的图形与圆的图形叠加显示 .-On the screen with the "*" to draw a hollow circle* Analysis and algorithm design: print available around the symmetry circle graph. According
C-example004
- 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程:R*R=X*X+Y*Y 可以算出圆上每一点行和列的对应关系。*思考题:实现函数y=x2的图形与圆的图形叠加显示.-On the screen with the "*" to draw a hollow circle* Analysis and algorithm design: print available around the symmetry circle graph. According t
C-example005
- 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程:R*R=X*X+Y*Y 可以算出圆上每一点行和列的对应关系。*思考题:实现函数y=x2的图形与圆的图形叠加显示.-On the screen with the "*" to draw a hollow circle* Analysis and algorithm design: print available around the symmetry circle graph. According t
C程序设计竞赛训练题
- 一套C语言程序设计竞赛训练题,包含简单的算法练习(A set of C language programming contest training exercises, including simple algorithm exercises)
PID控制算法的C语言实现(完整版)
- 在工业应用中PID及其衍生算法是应用最广泛的算法之一,是当之无愧的万能算法,如果能够熟练掌握PID算法的设计与实现过程,对于一般的研发人员来讲,应该是足够应对一般研发问题了,而难能可贵的是,在我所接触的控制算法当中,PID控制算法又是最简单,最能体现反馈思想的控制算法,可谓经典中的经典。经典的未必是复杂的,经典的东西常常是简单的,而且是最简单的,想想牛顿的力学三大定律吧,想想爱因斯坦的质能方程吧,何等的简单!简单的不是原始的,简单的也不是落后的,简单到了美的程度。(PID and its der
数据结构 程序设计 机器调度问题
- 多机调度问题的解决方案,算法进行合理调度,使得在m台机器上处理n个作业所需要的处理时间最短。(The solution of multi machine scheduling problem)
Sort
- 针对目前所有的排序算法设计的一个C++的类(A class of C++ designed for all current sorting algorithms)
算法
- 模糊PID控制温控系统设计C语言程序代码(Fuzzy PID temperature control system design of C language program code)
300种加密解密算法(C++)源代码
- 在高级程序语言中关于加密算法的设计方法。(In advanced program language about the design method of encryption algorithm.)