搜索资源列表
BFGS_C++
- bfgs算法求全域最小数值点,c++源程序,文件读入套用方便-bfgs domain algorithm ambitious minimum values, c source, the document read into the convenient use
mp3read
- mp3read源码 能将mp3文件读入matlab中,成为二进制代码 文件格式 mp3-mp3read mp3 source documents can be read into Matlab, binary code files into mp3 format
largeint_multi
- 从文件读入两个很大的整数,做乘法后将结果存入第三个文件。乘数被乘数均可溢出,结果绝对精确。-Reading from the document into two large integers, the result will do multiplication into the third document. Multiplicand multiplier may overflow, the result is absolutely accurate.
suanfa
- 一、利用随机函数产生3000个随机整数,利用选择排序、起泡排序、快速排序、合并排序等排序方法进行排序,并统计每一种排序上机所花费的时间。 二、石子归并问题:在一个圆形操场的四周摆放着N堆石子(N<= 100),现要将石子有次序地合并成一堆.规定每次只能选取相邻的两堆合并成新的一堆,并将新的一堆的石子数,记为该次合并的得分.编一程序,由文件读入堆栈数N及每堆栈的石子数(<=20)。 (1)选择一种合并石子的方案,使用权得做N-1次合并,得分的总和最小; (2)选择一种合并石
number
- 解N元一次方程从文件读入整数 N, 然后读入N*( N+1)矩阵,得到解并输出到文件中。
segyread
- 这是一个读SEGY文件的源码,希望能带给大家一点方便。
duoxianshi
- 从文件读进2个不限制长度的多项式相加,输出结果
fbt
- 读写绿山数据库文件,并能自动转换成文本和二进制转换的VC代码
DigitRecognition_VC++
- 本目录主要包括:文档和两个源代码。 其中一个源代码是识别程序的,另一个是一个矩阵类库的, 书里面也使用过,所以一并附上。 因为已经保存了训练好的网络权值, 所以第一次使用识别程序时, 可以直接运行\\\\Release目录下的可执行文件, 然后对图片目录中的测试图片进行读入、识别。 当然读者也可以自行用训练样本训练网络, 不过要特别注意训练样本的选择,否则可能造成识别率很低。 训练样本选择的原则是,尽可能的有代表性, 在训练时间不至于太长
vc++mathlib
- 科学与工程数值计算算法 1、本书附赠的光盘包含了本书中全部的源代码。使用时只需将相应的目录拷贝到您的硬盘中。 注意 拷贝到硬盘上的源文件的属性如果成为只读的,在编译之前应该将它们的属性改为可读写的。 2、光盘各目录中的内容如下所示: 光盘目录 内容说明 \\Source\\ChapterN 第N章的所有示例工程源程序 \\Source\\Classes 本书所有算法类的源程序 \\Source\\Lib 集成本书所有算法的
排序(M)
- 这是关于文件操作的一个题,由题意可知,该题解决起来应该分为三个部分。第一部分即从in.dat中读入数据,第二部分即实现排序的算法,最后应该实现将排序的结果输出到out.dat中。-This is the document on the operation of a title, and that Italy, we can see that the solutions to the problem should be divided into three parts. The first par
coherence
- Java实现的快速自相关算法:提供交互界面,可读入外部数据文件-Java's rapid auto-correlation algorithm : to provide interfaces to external data into readable document
Trans2Plt
- 将二维矩形网格的数据转换为Tecplot软件可识别的数据,其中im和jm分别为x和y方向的网格数,生成文件可用tecplot读入-Will be two-dimensional rectangular grid of data into a software Tecplot identifiable data, which im and jm, respectively, for x and y direction grid number can be used to generate a do
munkres
- 指派问题的匈牙利解法,从文件中读入待指派的数据。-Assignment problem of the Hungarian method, read from a file to be assigned to data.
Level_A
- 编制n元一次方程组求解程序。其中n用全局变量定义,方程中的增广矩阵从文本文件中读入,求解方法用列主元消去法。-The preparation of n-linear equation group solver. Where n using the global variable definition, equation Augmented Matrix read from a text file, solving method principal component elimination me
Level_B
- 编制一维数组排序程序。数组大小n用全局变量定义,数组数据从文本文件中读入或随机生成。包含冒泡排序、选择排序、插入排序三种排序方法。程序能够选择使用任何一种方法排序。-The preparation of one-dimensional array sorting program. Array size n with the global variable definition, an array of data read from a text file or randomly generate
Backtrack_0-1bag
- 从文件读入数据,用回溯法实现了0-1背包最优解的问题-Read data from a file, using backtracking to achieve the optimal solution of the 0-1 knapsack problem
cpyvar
- 该程序可以从非vax系统的磁带设备读入数据,并将记录写成一个磁盘文件。-The program can be non-vax systems from tape devices read data, write and record a disk file.
crout-diagonally
- 此程序用于计算追赶法对角占优的三对角矩阵的crout分解。整个程序可分为读文件和计算两部分-This program is used to calculate the chasing method decomposition the tridiagonal matrix crout diagonally dominant. The entire program read documents and calculation can be divided into two parts
SIMPLE
- 用SIMPLE方法求解二维不可压缩方腔剪切流动,结果以TecPlot可读文件输出。-By SIMPLE method for solving the two-dimensional incompressible square cavity shear flow, results TecPlot readable output file.
