搜索资源列表
CProgram
- 实现了很多的数据结构算法,适合与想学习数据结构编程的读者。-achieve a lot of data structure algorithms, fit and want to learn data structure programming readers.
53607924jihe
- 计算机编程,集合算法,希望对大家有所帮助,谢谢支持-Computer programming, collection of algorithms, we hope to be helpful, thank you support
GA
- 这是一个用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
yichuan
- 人工智能算法中的遗传算法,使用c++编程-Artificial intelligence algorithm genetic algorithm, the use of c++ programming
fire
- 人工智能算法中的模拟退火算法,使用c++编程-Artificial intelligence algorithms in the simulated annealing algorithm, the use of c++ programming
Alpha_Beta
- 人工智能算法中的alphabeta剪枝算法,使用c++编程-Artificial intelligence algorithm alphabeta pruning algorithm, the use of c++ programming
TSP
- 人工智能算法中的TSP问题,使用c++编程-The TSP algorithm of artificial intelligence, the use of c++ programming
Recursivesolve
- 递归函数编程的优点时简单 但耗用空间很大 由于频繁的调用函数 时间耗用也很可观 这个算法可以在空间和时间上解决递归函数的缺点 -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
VC_Matlab
- 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
Calculator
- 用c++编写的计算器程序的内核算法,对于刚刚学习编程的人有很大的帮助-Using c++ computer program was written in the kernel algorithm, for people just learning programming is very helpful
divide_wood
- 算法设计中的木棒分割问题,采用C++编程实现。代码通俗易懂。适合于初学者学习。-The stick split algorithm design, using C++ programming. Code easy to understand. Suitable for beginners to learn.
Newton
- 此程序实现了利用牛顿迭代法解方程的算法,重要的是利用牛顿迭代法的基本原理,通过编程算出了最后的解-This program implements the algorithm using Newton iterative method of solving equations, newton method basic principle, be programmed to calculate the final solution
12
- 计算机算法基础里面最大字段和的编程,可以完美运行-Computer algorithm foundation inside field and programming, can be the perfect run
paixvsuanfa
- 排序算法的实现与比较(数据结构课程设计题) 问题描述:编程实现快速排序算法,并利用程序统计执行时间。 实现要求:随机产生10000、50000、 100000、 200000个待排数据存入磁盘文件,从磁盘文件读入待排数据进行排序,并将排序结果写入另一个文件中。-Implementation and comparison of sorting algorithms (data structure curriculum design questions) Problem Descr
JosephusProblem
- 用C程序解决约瑟夫斯问题,是一个出现在计算机科学和数学中的问题。在计算机编程的算法中,类似问题又称为约瑟夫环。-In computer science and mathematics, the Josephus Problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game.
md5
- 基于c语言的MD5算法,codeblocks编程环境,希望对大家有帮助-MD5 algorithm based on the C language the codeblocks programming environment, we want to help
FIFO
- 先进先出算法编程,控制台程序,操作系统上面的算法-FIFO algorithm programming, console applications, operating systems, the above algorithm
medo
- 设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
ten-important-althgrim-of-C-code
- 十大变编程学者应该掌握的算法,有利于初学者熏醋掌握算法的精髓-ten kinds of code althgrim
十大算法时间与空间比较
- 对于十大算法进行时间复杂度与空间复杂度比较,源程序,模块化设计语言,C++编程