CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 算法编程

搜索资源列表

  1. CProgram

    0下载:
  2. 实现了很多的数据结构算法,适合与想学习数据结构编程的读者。-achieve a lot of data structure algorithms, fit and want to learn data structure programming readers.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:266968
    • 提供者:lilong
  1. 53607924jihe

    0下载:
  2. 计算机编程,集合算法,希望对大家有所帮助,谢谢支持-Computer programming, collection of algorithms, we hope to be helpful, thank you support
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1994
    • 提供者:alexanderxx
  1. GA

    0下载:
  2. 这是一个用VB实现遗传算法的模板,大家可以根据自己编程的实际需要定义相应的参数-This is a realization of genetic algorithm using VB template, you can program according to their own definition of the actual needs of the corresponding parameters
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:6478
    • 提供者:程俊仁
  1. yichuan

    0下载:
  2. 人工智能算法中的遗传算法,使用c++编程-Artificial intelligence algorithm genetic algorithm, the use of c++ programming
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:1711
    • 提供者:流星澈
  1. fire

    0下载:
  2. 人工智能算法中的模拟退火算法,使用c++编程-Artificial intelligence algorithms in the simulated annealing algorithm, the use of c++ programming
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:1579
    • 提供者:流星澈
  1. Alpha_Beta

    1下载:
  2. 人工智能算法中的alphabeta剪枝算法,使用c++编程-Artificial intelligence algorithm alphabeta pruning algorithm, the use of c++ programming
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:3144
    • 提供者:流星澈
  1. TSP

    0下载:
  2. 人工智能算法中的TSP问题,使用c++编程-The TSP algorithm of artificial intelligence, the use of c++ programming
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1733
    • 提供者:流星澈
  1. Recursivesolve

    0下载:
  2. 递归函数编程的优点时简单 但耗用空间很大 由于频繁的调用函数 时间耗用也很可观 这个算法可以在空间和时间上解决递归函数的缺点 -The advantages of recursive functions when programming simple but frequent consumption is much room for the call function as a result of time spent in this algorithm is also very good in
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:193675
    • 提供者:杨红尘
  1. VC_Matlab

    0下载:
  2. Vc与Matlab混合编程的一些实例,比较有用,对于混合编程中常用的数据类型转换,系统设计以及算法设计等等,以实例展现,可以稍加修改即可投入实用。-Vc mixed with Matlab programming examples, more useful for mixed programming commonly used data type conversion, system design and algorithm design, etc., with examples to show
  3. 所属分类:Console

    • 发布日期:2017-05-13
    • 文件大小:3309534
    • 提供者:builder
  1. Calculator

    0下载:
  2. 用c++编写的计算器程序的内核算法,对于刚刚学习编程的人有很大的帮助-Using c++ computer program was written in the kernel algorithm, for people just learning programming is very helpful
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:352589
    • 提供者:Weiya.Bai
  1. divide_wood

    0下载:
  2. 算法设计中的木棒分割问题,采用C++编程实现。代码通俗易懂。适合于初学者学习。-The stick split algorithm design, using C++ programming. Code easy to understand. Suitable for beginners to learn.
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:601946
    • 提供者:liubin
  1. Newton

    0下载:
  2. 此程序实现了利用牛顿迭代法解方程的算法,重要的是利用牛顿迭代法的基本原理,通过编程算出了最后的解-This program implements the algorithm using Newton iterative method of solving equations, newton method basic principle, be programmed to calculate the final solution
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:207673
    • 提供者:
  1. 12

    0下载:
  2. 计算机算法基础里面最大字段和的编程,可以完美运行-Computer algorithm foundation inside field and programming, can be the perfect run
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:884668
    • 提供者:吴慢慢
  1. paixvsuanfa

    0下载:
  2. 排序算法的实现与比较(数据结构课程设计题)   问题描述:编程实现快速排序算法,并利用程序统计执行时间。   实现要求:随机产生10000、50000、 100000、 200000个待排数据存入磁盘文件,从磁盘文件读入待排数据进行排序,并将排序结果写入另一个文件中。-Implementation and comparison of sorting algorithms (data structure curriculum design questions) Problem Descr
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:1182
    • 提供者:华黄
  1. JosephusProblem

    0下载:
  2. 用C程序解决约瑟夫斯问题,是一个出现在计算机科学和数学中的问题。在计算机编程的算法中,类似问题又称为约瑟夫环。-In computer science and mathematics, the Josephus Problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game.
  3. 所属分类:Console

    • 发布日期:2017-12-06
    • 文件大小:99733
    • 提供者:王旺
  1. md5

    0下载:
  2. 基于c语言的MD5算法,codeblocks编程环境,希望对大家有帮助-MD5 algorithm based on the C language the codeblocks programming environment, we want to help
  3. 所属分类:Console

    • 发布日期:2017-12-04
    • 文件大小:19080
    • 提供者:lita0000
  1. FIFO

    0下载:
  2. 先进先出算法编程,控制台程序,操作系统上面的算法-FIFO algorithm programming, console applications, operating systems, the above algorithm
  3. 所属分类:Console

    • 发布日期:2017-11-09
    • 文件大小:860346
    • 提供者:东卓
  1. medo

    0下载:
  2. 设X[ 0 : n - 1]和Y[ 0 : n – 1 ]为两个数组,每个数组中含有n个已排好序的数。找出X和Y的2n个数的中位数。  编程任务 利用分治策略试设计一个O (log n)时间的算法求出这2n个数的中位数。 数据输入 由文件input.txt提供输入数据。文件的第1行中有1个正整数n(n<=200),表示每个数组有n个数。接下来的两行分别是X,Y数组的元素。结果输出 程序运行结束时,将计算出的中位数输出到文件output.txt中-Let X [0: n- 1
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:659
    • 提供者:王倩
  1. ten-important-althgrim-of-C-code

    0下载:
  2. 十大变编程学者应该掌握的算法,有利于初学者熏醋掌握算法的精髓-ten kinds of code althgrim
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:2549
    • 提供者:shuipanpan
  1. 十大算法时间与空间比较

    0下载:
  2. 对于十大算法进行时间复杂度与空间复杂度比较,源程序,模块化设计语言,C++编程
  3. 所属分类:控制台(字符窗口)编程

« 12 »
搜珍网 www.dssz.com