CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 算法设计 c

搜索资源列表

  1. 遍历二叉树

    1下载:
  2. 按层遍历二叉树的算法设计C语言数据结构作业-layer by the binary tree traversal algorithm design C language data structures operations
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:935byte
    • 提供者:郑伟雄
  1. 背包问题的动态规划法算法(c++)

    0下载:
  2. 数据结构 算法设计与分析背包问题的动态规划法算法-data structure design and analysis of algorithms knapsack problem of dynamic programming algorithm
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1.14kb
    • 提供者: 孤星云
  1. 机械优化设计一维约束程序 C++

    0下载:
  2. 机械优化设计一维约束程序
  3. 所属分类:其它

    • 发布日期:2011-03-18
    • 文件大小:709.81kb
    • 提供者:541397129@qq.com
  1. 会场安排问题C++程序实现

    0下载:
  2. 算法设计课后程序实现题
  3. 所属分类:其他小程序

    • 发布日期:2011-06-14
    • 文件大小:769.09kb
    • 提供者:lee22901@126.com
  1. Leach.rar

    1下载:
  2. 详细介绍了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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-23
    • 文件大小:869.61kb
    • 提供者:张永琦
  1. A_star_Art_Class

    0下载:
  2. A star 算法的C++语言实现(A* 算法接口,针对迷宫问题设计)-A star algorithm in C++ language (A* algorithm interface design for the maze problem)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.6kb
    • 提供者:郭世强
  1. tanxin

    0下载:
  2. 算法设计课程设计中的贪心算法,用c++实现代码-Algorithm design in the curriculum design of the greedy algorithm to achieve code
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:204.54kb
    • 提供者:小牛儿
  1. Shortest_path_counting

    0下载:
  2. acm算法设计: 描述: 国际象棋车可以水平或垂直的任何方在同一行或同一列的棋盘。 找到一些最短路径的一个车可以从一个角落里一个棋盘的斜对面角落。 输入: 一整数n为行数和列的棋盘。0 < n <=16 输出: 数量的最短路径。 例输入: 3或4 例输出: 6或20 -Descr iption: A chess rook can move horizontally or vertically to any square in th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:207.44kb
    • 提供者:张波
  1. SCAN

    0下载:
  2. 磁盘调度算法中的SCAN算法,c++实现,操作系统课程设计-Disk scheduling algorithm in the SCAN algorithm, c++ to achieve, the operating system of course design
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:9.66kb
    • 提供者:caonima
  1. c.algorithm.exercises

    0下载:
  2. c编程算法设计习题源代码c programming source code, algorithm design exercises -c programming source code, algorithm design exercises
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:28.22kb
    • 提供者:xu2
  1. ACM-C

    0下载:
  2. 杭电ACM的训练题目,着重于算法设计,也可作为C语言基础学习联系资料-Hang power of the ACM training topics, focusing on algorithm design, but also as the C language-based learning Contact Information
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:38.41kb
    • 提供者:Shane
  1. C-example003

    0下载:
  2. 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程: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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5.51kb
    • 提供者:胡朋葛友
  1. C-example004

    0下载:
  2. 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程: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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:63.55kb
    • 提供者:胡朋葛友
  1. C-example005

    0下载:
  2. 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程: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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5.48kb
    • 提供者:胡朋葛友
  1. C程序设计竞赛训练题

    0下载:
  2. 一套C语言程序设计竞赛训练题,包含简单的算法练习(A set of C language programming contest training exercises, including simple algorithm exercises)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:116kb
    • 提供者:喵呜呜
  1. PID控制算法的C语言实现(完整版)

    2下载:
  2. 在工业应用中PID及其衍生算法是应用最广泛的算法之一,是当之无愧的万能算法,如果能够熟练掌握PID算法的设计与实现过程,对于一般的研发人员来讲,应该是足够应对一般研发问题了,而难能可贵的是,在我所接触的控制算法当中,PID控制算法又是最简单,最能体现反馈思想的控制算法,可谓经典中的经典。经典的未必是复杂的,经典的东西常常是简单的,而且是最简单的,想想牛顿的力学三大定律吧,想想爱因斯坦的质能方程吧,何等的简单!简单的不是原始的,简单的也不是落后的,简单到了美的程度。(PID and its der
  3. 所属分类:C#编程

    • 发布日期:2017-12-19
    • 文件大小:83kb
    • 提供者:绮里小媛
  1. 数据结构 程序设计 机器调度问题

    0下载:
  2. 多机调度问题的解决方案,算法进行合理调度,使得在m台机器上处理n个作业所需要的处理时间最短。(The solution of multi machine scheduling problem)
  3. 所属分类:界面编程

    • 发布日期:2017-12-18
    • 文件大小:152kb
    • 提供者:程程1223
  1. Sort

    0下载:
  2. 针对目前所有的排序算法设计的一个C++的类(A class of C++ designed for all current sorting algorithms)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:7kb
    • 提供者:linlinon
  1. 算法

    0下载:
  2. 模糊PID控制温控系统设计C语言程序代码(Fuzzy PID temperature control system design of C language program code)
  3. 所属分类:其他

  1. 300种加密解密算法(C++)源代码

    0下载:
  2. 在高级程序语言中关于加密算法的设计方法。(In advanced program language about the design method of encryption algorithm.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:497kb
    • 提供者:瑞锋online
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com