搜索资源列表
K-means
- K-means K聚类算法的C++语言实现,里面附有使用文档和实例,在VS2005上实现的-K-means K clustering algorithm C++ language, which accompanied with documentation and examples implemented on the VS2005
20094310201088387
- C C++算法实例(宝贵资源)个人收藏起来不错的东西,学习C需要的,我收益不错,希望对大家有-C C++ algorithm for example (a valuable resource) to the personal collection of good things, needs to learn C, I am a good income, in the hope that we have
Cplusplus
- c++算法实例,帮助理解,都是些常用的算法-c++ algorithm
03
- 子集和问题的一个实例为〈S,t〉。其中,S={x1 ,x2 ,…,xn }是一个正整数的集合,c是一个正整数。子集和问题判定是否存在S的一个子集S1,使得S1中元素的和等于c,设计一个解子集和问题的回溯算法. 输入: 第一行2个数,n(集合S的大小)和c(子集和的目标值) 第二行n个数表示集合中的元素 输出:无解时输出一行"No Solution!↵ "(中间一个空格) 有解时输出子集中的元素 如: 输入: 5 10 2 2 6 5 4 输出
migong_c
- 这是一个c语言的实例程序,他包含了c语言的许多知识和体现了数据结构和算法方面的东西-This is an example of c language programs, c language, he included a number of knowledge and reflects the data structure and algorithm of things
BFGS
- 最优化方法作业 BFGS方法 有算法分析 步骤 实例 实验结果和C++源程序-Operations optimization algorithm analysis step BFGS method is an instance of experimental results and the C++ source code
PRP
- 最优化方法作业 PRP共轭梯度法 有算法分析 步骤 实例 实验结果和C++源程序-Optimization method operating PRP conjugate gradient method are examples of algorithm analysis step in the experimental results and C++ source code
jianyuetidufa
- 最优化方法作业 简约梯度法 有算法分析 步骤 实例 实验结果和C++源程序-Simple operation optimization algorithm analysis step gradient method are examples of experimental results and the C++ source code
ww
- c语言的应用实例,实用经典的算法的实现及解释-c language application example
GraphAlgorithm
- 图论通用各种算法,有大量实例,包括BFS,DFS,Prim, kruskal,Dijkstra,Floyed,Aoe,Aov,topsort-General algorithms of graph theory, a large number of cases, including the BFS, DFS, Prim, kruskal, Dijkstra, Floyed, Aoe, Aov, topsort
horse
- c语言结合gtk+,在windows平台下,实现马踏飞燕算法的可视化界面演示。可以作为gtk+的学习实例。-c language combined with gtk+ in windows platform, horse riding Chebi visual interface of the algorithm demonstrates. As gtk+ learning instance.
PcrimeNumber
- C#源码,算法相关,素数 使用C#判断素数的一个实例程序源代码,在输入框内输入任意数字,即可立即判断出该数值是否为素数,源代码开源,对学习C#中的算法有益。 -C# source code, algorithm related, prime number using C# to determine the prime numbers an instance of the program source code, enter any number in the input box, y
NSGAP2p28Origp29CPP
- 多目标遗传算法的应用实例,用的是c语言实现,希望给需要的人参考-Multi-objective genetic algorithm c language
Com
- c++编程实例大全,各种实例编程,算法俱全,值得拥有-c++programming examples Daquan, a variety of examples of programming, algorithms and taste, worth having
libicp
- icp算法C++实例,用于点集的配准,实现两片点云数据的拼接-icp algorithm C++ instance, used for the registration point set to achieve splice two pieces of point cloud data
C-program
- c语言经典算法100实例,是一些常见的应用小程序-C program
5-1
- 5-1 子集和问题 问题描述:子集和问题的一个实例为<S,t>。其中,S={x1,x2,...,xn}是一个正整数的集合,c是一个正整数 。 子集和问题判定是否存在S 的一个子集S1,使得子集里的元素之和为c 试设计一个解子集和问题的回溯法。 算法设计:对于给定的正整数的集合S={x1,x2,...,xn}和正整数c,计算S的一个子集S1,使得子集里的元素之和为c。 数据输入:由文件input.txt提供输入数据。文件第1行有2个正整数n和c,n表示S的
73462713Router
- 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序
贪心
- 一些有关算法案例,例如n后问题 单源最短路径的相关程序(This docunmet will be useful for those who learned c/c++ ,you will understand some basic theory and master useful skills.)
03--2算法
- 根据C语言的基本的运算和表达,讲述了几个编程的实例。(According to the basic operation and expression of the C language, several examples of programming are described.)