CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 6.0
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - 6.0 - List
[
Mathimatics-Numerical algorithms
]
bwc.rar
DL : 0
搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断
Date
: 2025-12-21
Size
: 561.04kb
User
:
[
Mathimatics-Numerical algorithms
]
c program6.rar
DL : 0
三色球问题 若有一个口袋放有12个球,其中有3个红的,3个白的和6个黑的,从中任取8个球, 问共 这也是一个可用穷举法求解的问题。 设任取的红球个数为i, 白球个数为 j,则黑球个数为8-i-j,用count统计不同的搭配数目
Date
: 2025-12-21
Size
: 249byte
User
:
[
Mathimatics-Numerical algorithms
]
calculator_vckbase.zip
DL : 0
该类有以下特点: 1.支持字符串中含有各种常用函数,如"7.5+sin(6*ln(8))/exp(5)" 2.具有很好的纠错能力,能检查出表达式中括号是否配对、库函数是否正确 3.运算过程中能检查并判断出各种异常,如除数为0、开方函数sqrt(x)中x<0,反余弦函数acos(x)中的x<-1或x>1等 4.支持积分、求方程,算术表达式中可含有x,计算时将用类中的成员变量xx代替
Date
: 2025-12-21
Size
: 23.39kb
User
:
[
Mathimatics-Numerical algorithms
]
MD5KeyGen_v10.zip
DL : 0
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.
Date
: 2025-12-21
Size
: 126.26kb
User
:
[
Mathimatics-Numerical algorithms
]
sl-0.0.6.tar.gz
DL : 0
高效的c++科学算法库,提供了矩阵、复数等算法。
Date
: 2025-12-21
Size
: 273.38kb
User
:
[
Mathimatics-Numerical algorithms
]
C++常用算法之1复数运算
DL : 0
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套复数运算代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting complex computing code, each source document file extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
Date
: 2008-10-13
Size
: 9.49kb
User
:
潘杰
[
Mathimatics-Numerical algorithms
]
C++常用算法之2随机数生成
DL : 0
是《计算机常用数值计算算法与程序 C++版》一书的配套代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting code, each source document file extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
Date
: 2008-10-13
Size
: 17.77kb
User
:
潘杰
[
Mathimatics-Numerical algorithms
]
C++常用数值算法之3多项式与连分式计算
DL : 0
是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C source code file, the source files extensions are used. Cpp form.C Windows Virsual C 6.0
Date
: 2008-10-13
Size
: 23.65kb
User
:
潘杰
[
Mathimatics-Numerical algorithms
]
C++常用数值算法之4数值积分
DL : 0
是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C source code file, the source files extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
Date
: 2008-10-13
Size
: 19.53kb
User
:
潘杰
[
Mathimatics-Numerical algorithms
]
C++常用数值算法之5常微分方程
DL : 0
是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C source code file, the source files extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
Date
: 2008-10-13
Size
: 27.32kb
User
:
潘杰
[
Mathimatics-Numerical algorithms
]
C++常用算法之08非线性方程组求解
DL : 0
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套非线性方程组求解代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过 -the code is "commonly used computer numerical algorithms and procedures C version," a book supporting solve nonlinear equations code, each source document file extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
Date
: 2008-10-13
Size
: 101.05kb
User
:
闻杉
[
Mathimatics-Numerical algorithms
]
C++常用算法之09插值
DL : 0
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套插值代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting interpolation code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
Date
: 2008-10-13
Size
: 89.7kb
User
:
闻杉
[
Mathimatics-Numerical algorithms
]
67
DL : 2
一, 一般步骤 (1),消除或减小恒定系差 (2),求测量数据的数学期望 ,即算术平均值 : , 其中n为测量数据次数, 为第 次测量的数据。 (3),求剩余误差 : (4),根据贝塞尔公式求标准偏差 : (5),检查是否有粗大误差。检查时用了肖维纳准则。如果某次测量的结果 所对应的 ,则认为是坏值,予以剔除。 (6),如有坏值,剔除后重新进行步骤(2)~(5)的计算,直至无坏值为止。 (7),判断有无变值系差。判断是可用马利科夫准则或阿卑—赫梅特准则。 (8),求出算术平均值的标准偏差 : 必须注意,如前面计算中曾出现坏值,则这里的 应为剔除后重新计算出的标准偏差。 (9),求算术平均值的不确定度 -a general steps (a) to eliminate or reduce the lines is constant (2), the measurement data for the mathematical expectation, that arithmetic average :, in which n is the number of measurement data for the first time measurement data. (3), for the remaining error : (4), according to Bessel formula for standard deviation : (5) to check whether there is a large error. Check with the Xiaoweina criteria. If a certain measurements corresponding to the results, think it is bad value, be removed. (6), if a bad value, after excluding re-steps (2) to (5), until no bad value date. (7), with or without value judgment is poor. Judgment is available Malikefu guidelines or A 171-Hemeite criteria. (8), calculated arithmetic average of the standard deviation : the need attention, as previously had calculat
Date
: 2008-10-13
Size
: 35.09kb
User
:
jack
[
Mathimatics-Numerical algorithms
]
matlab_tftb_toolbox
DL : 0
Matlab 时频分析工具箱,含短时傅立叶变换、Cohen类双线性时频处理函数、Affine类双线性时频处理函数、模糊函数和其他处理函数等源码,应该很有用。从6.5以后版本的matlab不自带,大家可以下载下来使用。-Matlab Toolbox time-frequency analysis, with short-time Fourier transform, Cohen category bilinear time-frequency processing function, Affine category bilinear time-frequency processing function, Fuzzy function and the other handling functions such as source, it should be very useful. From 6.5 and later versions of Matlab not own, we can use downloaded.
Date
: 2008-10-13
Size
: 2.22mb
User
:
杨力
[
Mathimatics-Numerical algorithms
]
heidongshu
DL : 0
黑洞数又称陷阱数,是类具有奇特转换特性的整数。 任何一个数字不全相同整数,经有限次“重排求差”操作,总会得某一个或一些数,这些数即为黑洞数。\"重排求差\"操作即组成该数得排后的最大数去重排的最小数。 印度数学家研究过四位黑洞数,得到的黑洞数为6174。用这个程序验证这一下这个黑洞数。-few black hole known as traps, and are kind of peculiar characteristics of the integer conversion. Any incomplete figures the same integer, limited by the "rearrangement Difference" operation, in a Federation or a few, These few black hole shall be few. "Rearrangement Difference" operation that is composed of several in the row after the largest number of rearrangement to the smallest number. Indian mathematician studied for four black hole, the black hole at 6,174. Use this to verify this number into the black hole.
Date
: 2008-10-13
Size
: 1.11kb
User
:
Eurik
[
Mathimatics-Numerical algorithms
]
C_3mfz
DL : 0
C语言 打印“魔方阵”,所谓魔方阵是指这样的方阵 ,它的每一行,每一列和对角线之间和均相等。例如,三阶魔方阵为 8 1 6 3 5 7 4 9 2 要求打印出1~n的平方数的自然数的魔方阵。-C language Print "demons Matrix" and the so-called magic matrix is the matrix, which each row, Each series and between diagonal and are equal. For example, third-order magic Lineup for 8 1 6 3 5 7 4 9 2 print out a request ~ to the square of the number n the number of natural magic matrices.
Date
: 2008-10-13
Size
: 942byte
User
:
WJ
[
Mathimatics-Numerical algorithms
]
VisualC++6.0SourceC
DL : 0
Visual C++ 6.0编程案例精解的光盘资源,从第二章到第十二章-Visual C 6.0 programming case Accurate CD resources, from the second chapter to chapter 12
Date
: 2008-10-13
Size
: 10.12mb
User
:
宋峥峥
[
Mathimatics-Numerical algorithms
]
edft
DL : 0
程序之所以称之为扩展功能的DFT,是因为,它有如下扩展功能: 1. 可以自动扩展输入序列X,如果你输入的长度不足N,会自动以NaN补足。 2. 可以增大频率精度,至1/(N*T),其中T是采样周期。 3. 可以统计输入序列X的正弦波的幅度和相位 4. 输入序列可以包含NaN 5. 可以限制迭代的次数 6. 可以输入/计算二维矩阵
Date
: 2008-10-13
Size
: 205.88kb
User
:
vivi
[
Mathimatics-Numerical algorithms
]
MATLAB6.0数学手册
DL : 0
MATLAB6.0数学手册-coefficients Mathematics Handbook
Date
: 2025-12-21
Size
: 16.96mb
User
:
none
[
Mathimatics-Numerical algorithms
]
DT-SMC-for-6-phase-IM-main (1)
DL : 0
DT-SMC-for-6-phase-IM-main (1)
Date
: 2025-03-24
Size
: 9.08mb
User
:
here.s******
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.