搜索资源列表
Numerical_Recipes_source_code-cpp
- Numerical Recipes in C++ 书中的程序的源代码-C Numerical Recipes in the book of a program's source code
static.cpp
- 调查统计员(这是我大一上学期提交的一份C++作品)-survey statisticians (this is my last semester freshman year of a C + + entries)
euler.cpp
- 有时仅对赋权有向图上从任意一个顶点到另外任意一个顶点之间有没有路感兴趣。试修改Floyd算法,计算出图的道路矩阵P,使得从顶点i到顶点j有路时P[i,j]= 1,否则P[i,j]= 0。-sometimes only to empower a map from any one vertex to another arbitrary point between a road not interested. Try to amend Floyd algorithm calculated the ro
color.cpp
- 对于给定的图G,如果存在一种用2种颜色对顶点着色的 方案,使得图中任意一条边所连接的2 个顶点着有不同 颜色,则称图G 是可2着色的。-for the given graph G, if there is a use two colors of vertex programs, make a map arbitrary edge connected with two vertices are different colors, says G is 2-colored.
path.cpp
- 试在虚基类Network中增加一个函数FindPaths,对于给定的无向图G 和G 中的2 个顶点v和w,输出G 中从v到w的一条简单路径。若有多条可能路径,则输出任意一条。 -test in the virtual base class to add a Network Function FindPaths. For a given undirected graph G and G, the two vertices v, w, output from the G v w to a si
HopfieldNN0-9Recognise
- This code in this directory implements the binary hopfield network. Source code may be found in HOPNET.CPP. A sample training file is H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST, H5x8D7.TST and H5x8D9.TST, Output of the pr
dom.cpp 亲兄弟问题
- Ex3-23 亲兄弟问题 « 问题描述: 给定n 个整数0 1 1 , , , n- a a a 组成的序列。序列中元素i a 的亲兄弟元素k a 定义为: min{ | } k i j n j j i a = a a ³ a < < 。 亲兄弟问题要求给定序列中每个元素的亲兄弟元素的位置。元素i a 的亲兄弟元素为k a 时,称k 为元素i a 的亲兄弟元素的位置。当元素i a 没有亲兄弟元素时,约定其亲兄弟元素 的位置为-1。
svd[1].cpp
- The document describes an AP library adapted for C++. The AP library for C++ contains a basic set of mathematical functions and collection classes needed to run the programs from the ALGLIB website.
经典cpp例子
- 这几个是本人整理的.cpp程序,您可以借鉴参考------>> dos前景背景色设置.cpp 二.八.十.十六进制转换程序的函数.cpp 二叉树的遍历.cpp 图形的广度优先搜寻法.cpp 图形的深度优先搜寻法.cpp 用C语言编的一个日历.c-these are my finishing. Cpp and you can draw reference --- gt; Gt; Dos prospects for the background color set. Cpp two. 8
cPP 约瑟夫问题
- 1、约瑟夫问题的一种描述是:编号为1,2,3——,n的n个人按顺时针方向围坐一圈, 每个人持有一个密码(正整数)。一开始任选一个正整数作为报数上线值m,从第一 开始按顺时针方向报数,报到m时停止报数。报m的人出列,将他的密码作为新 的 m值,从他在顺时针方向上的下一个人重新开始从1报数,如此下去,直至所有人 全部出列。 2、程序运行后,首先要求用户指定初始报数上限值,然后读取个人的密码。可设n≤30。 3、测试数据:m=20;n=7;密码一次为:3,1
cPP
- 简易计算器,支持多数多符号运算,里面有消息报告解说,是一位师兄提供的-Simple calculator, support more than most symbols operations, there are news report explain, is a senior provide
CPP.rar
- NORAD公布的两行星历数据计算轨道参数模型,本程序包括SGP SGP4 模型,是用C++写的!前面上传了matlab版本,请读者搜索一下就可以找到,NORAD released two calendar data planet orbit-parameter model, the process includes the SGP SGP4 model is C++ Written! From in front of a matlab version, readers can be found
alglib-3.4.0.cpp
- 在求解线性方程组(System of Linear Equations)的算法中,有两类最基本的算法,一类是直接法,即以消去为基础的解法。如果不考虑误差的影响,从理论上讲,它可以在固定步数内求得方程组的准确解。另一类是迭代解法,它是一个逐步求得近似解的过程,-we can use several different methods to obtain a solution. If a unique solution is known to exist, and the coefficient m
Maltab-CPP-Math-Library
- 此参考,让您快速访问MATLAB的C++数学库函数的原型和调用语法。在每一页的底部,你会发现一个函数的MATLAB版本的链接文件。使用MATLAB函数来查找参数的描述和功能的行为。-This reference gives you quick access to the prototypes and call syntax for the MATLAB C++ Math Library functions. At the bottom of each page, you’ll find a li
Cpp
- VRP问题蚁群算法的c++源码,很具有代表性-VRP problem of the ant colony algorithm c++ source code, it is a representative
bashuma.cpp
- C++实现的八数码问题,采用A*算法,利用STL提供的priority_q-C to achieve the eight digital issues, the use of A* algorithm, the use of STL provided priority_q
huffman.cpp
- c++实现霍夫曼编码,用户先输入一段文字,然后程序执行统计并进行编码,最好输出编码并统计编码平均长度。有类和无类两种形式源代码-c++ achieve the Huffman code, the user to enter a section of text, and then the implementation of statistical procedures and codes, the best output encoding and statistical encoding the
jacobi.cpp
- jacobi algorithm (an iterative method of solving a matrix system)
FCM-cPP
- FCM算法,用C++实现的,是很不错的程序-FCM algorithm, implemented using C++ is a very good program
cPP
- c++自适应霍夫曼代码,实现单次扫描,并且压缩率高实时性好-c++ adaptive Huffman code, to achieve a single scan, and good real-time compression rate