CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - c B
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 - c B - List
[
Mathimatics-Numerical algorithms
]
btree-mem.tar.z
DL : 0
用Borland C写的B-Tree算法
Date
: 2025-12-21
Size
: 128.24kb
User
:
[
Mathimatics-Numerical algorithms
]
btree2.zip
DL : 0
用C++实现的B-Tree算法
Date
: 2025-12-21
Size
: 857byte
User
:
[
Mathimatics-Numerical algorithms
]
源文件.rar
DL : 0
二: 普通计算器的设计说明: 1 普通计算器的主要功能(普通计算与逆波兰计算): 1.1主要功能: 包括 a普通加减乘除运算及带括号的运算 b各类三角与反三角运算(可实现角度与弧度的切换) c逻辑运算, d阶乘与分解质因数等 e各种复杂物理常数的记忆功能 f对运算过程的中间变量及上一次运算结果的储存. G 定积分计算器(只要输入表达式以及上下限就能将积分结果输出) H 可编程计算器(只要输入带变量的表达式后,再输入相应的变量的值就能得到相应的结果) I 二进制及八进制的计算器 j十六进制转化为十进制的功能。 *k (附带各种进制间的转化器)。 L帮助与阶乘等附属功能
Date
: 2025-12-21
Size
: 35.13kb
User
:
[
Mathimatics-Numerical algorithms
]
gaojingdujiechengsuanfa
DL : 0
高精度乘法基本思想和加法一样。其基本流程如下: ①读入被乘数s1,乘数s2 ②把s1、s2分成4位一段,转成数值存在数组a,b中;记下a,b的长度k1,k2; ③i赋为b中的最低位; ④从b中取出第i位与a相乘,累加到另一数组c中;(注意:累加时错开的位数应是多少位 ?) ⑤i:=i-1;检测i值:小于k2则转⑥,否则转④ ⑥打印结果
Date
: 2008-10-13
Size
: 1.01kb
User
:
Eurik
[
Mathimatics-Numerical algorithms
]
database_edwardversion
DL : 0
1.简介 本程序是用纯C语言编的一个基于菜单命令行的数据库系统。可以创建多个数据库,数据库表,字段。其中字段的类型只能为整形,浮点型,字符型和字符串型(最大长度确定,不能改变)。 2.功能 a)数据库存储: 一个数据库存储于一个文件中,打开文件将数据库载入到内存。 保存时将内存中数据重新写到文件中去。 b)数据库管理: 提供数据库的创建,表的创建,字段的创建 提供对数据的查询,删除,修改,排序功能 c)支持SQL部分语句: 支持SELECT 和DELETE语句-1. Introduction of this program is pure C language based on a series of menu command-line database system. You can create multiple databases, database tables, fields. The type field which can only plastic, floating point, character and string (maximum length and can not be changed). 2. A function) database storage : a database stored in a document, the document will open the database to include memory. When will preserve memory data re-wrote a document. B) database management : to provide database creation, table creation, the field for the creation of data inquiries, delete, modify, sequencing feature c) some support SQL statement : support DELETE and SELECT statements
Date
: 2008-10-13
Size
: 12.53kb
User
:
李军
[
Mathimatics-Numerical algorithms
]
btr
DL : 0
用c语言实现的b树-use the C Language b tree
Date
: 2008-10-13
Size
: 40.69kb
User
:
关文
[
Mathimatics-Numerical algorithms
]
Matrix
DL : 0
给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。考察这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序,这种计算次序可以用加括号的方式来确定。若一个矩阵连乘积的计算次序完全确定,则可以依此次序反复调用2个矩阵相乘的标准算法(有改进的方法,这里不考虑)计算出矩阵连乘积。若A是一个p×q矩阵,B是一个q×r矩阵,则计算其乘积C=AB的标准算法中,需要进行pqr次数乘。
Date
: 2008-10-13
Size
: 1.46kb
User
:
王旺
[
Mathimatics-Numerical algorithms
]
lcs(continue)
DL : 0
LCS,即最常公共子序列的的C语言解法。prepare_for_backdate(char,char,int,int)函数是为后面的回溯法求得最长公共子序列做准备,并可得到子序列长度。lcs(char,int,int)函数是输出子序列的。并用到了第一个函数的结果。因为要得到最终的子序列,要知道那些地方是可输出的位置,因此构造数组b[][],当为1时表明当前位置匹配,可输出,为2时需要往上回溯,为3时需要往左回溯,直到找到下一个为1的位置。而c[][]数组是保存找子序列过程中匹配位数。
Date
: 2008-10-13
Size
: 721.21kb
User
:
向冬冬
[
Mathimatics-Numerical algorithms
]
bplus
DL : 0
一个简单好用的B+树算法实现- A simple easy to use B tree algorithm realizes
Date
: 2025-12-21
Size
: 6kb
User
:
站长
[
Mathimatics-Numerical algorithms
]
btree2
DL : 0
用C++实现的B-Tree算法- B-Tree algorithm realizes which with C
Date
: 2025-12-21
Size
: 1kb
User
:
站长
[
Mathimatics-Numerical algorithms
]
btree-mem.tar.z
DL : 0
用Borland C写的B-Tree算法- B-Tree algorithm writes which with Borland C
Date
: 2025-12-21
Size
: 128kb
User
:
站长
[
Mathimatics-Numerical algorithms
]
database_edwardversion
DL : 1
1.简介 本程序是用纯C语言编的一个基于菜单命令行的数据库系统。可以创建多个数据库,数据库表,字段。其中字段的类型只能为整形,浮点型,字符型和字符串型(最大长度确定,不能改变)。 2.功能 a)数据库存储: 一个数据库存储于一个文件中,打开文件将数据库载入到内存。 保存时将内存中数据重新写到文件中去。 b)数据库管理: 提供数据库的创建,表的创建,字段的创建 提供对数据的查询,删除,修改,排序功能 c)支持SQL部分语句: 支持SELECT 和DELETE语句-1. Introduction of this program is pure C language based on a series of menu command-line database system. You can create multiple databases, database tables, fields. The type field which can only plastic, floating point, character and string (maximum length and can not be changed). 2. A function) database storage : a database stored in a document, the document will open the database to include memory. When will preserve memory data re-wrote a document. B) database management : to provide database creation, table creation, the field for the creation of data inquiries, delete, modify, sequencing feature c) some support SQL statement : support DELETE and SELECT statements
Date
: 2025-12-21
Size
: 12kb
User
:
李军
[
Mathimatics-Numerical algorithms
]
插值算法
DL : 0
用C++编写的插值程序-prepared by the interpolation procedures
Date
: 2025-12-21
Size
: 1kb
User
:
lin
[
Mathimatics-Numerical algorithms
]
lu_decompose
DL : 0
数值与符号计算LU分解法,运用LU分解函数求解Ax=b的矩阵运算-numerical and symbolic computation LU decomposition, using LU decomposition function for Ax = b matrix operation
Date
: 2025-12-21
Size
: 6kb
User
:
peter
[
Mathimatics-Numerical algorithms
]
Spline
DL : 0
C语言编写,用追赶法解三弯距方程来实现三次B样条插值。很有使用价值-C language, used to catch up with Method three bends away from the equation to achieve three B-spline interpolation. Very useful
Date
: 2025-12-21
Size
: 1kb
User
:
[
Mathimatics-Numerical algorithms
]
llb1
DL : 0
三次b样条曲线,计算机图形结构课程设计,c语言-on tarbo c vabas sd
Date
: 2025-12-21
Size
: 1kb
User
:
李良兵
[
Mathimatics-Numerical algorithms
]
svm4
DL : 0
-s svm类型:SVM设置类型(默认0) 0 -- C-SVC 1 --v-SVC 2 – 一类SVM 3 -- e -SVR 4 -- v-SVR -t 核函数类型:核函数设置类型(默认2) 0 – 线性:u v 1 – 多项式:(r*u v + coef0)^degree 2 – RBF函数:exp(-r|u-v|^2) 3 –sigmoid:tanh(r*u v + coef0) -d degree:核函数中的degree设置(针对多项式核函数)(默认3) -g r(gama):核函数中的gamma函数设置(针对多项式/rbf/sigmoid核函数)(默认1/ k) -r coef0:核函数中的coef0设置(针对多项式/sigmoid核函数)((默认0) -c cost:设置C-SVC,e -SVR和v-SVR的参数(损失函数)(默认1) -n nu:设置v-SVC,一类SVM和v- SVR的参数(默认0.5) -p p:设置e -SVR 中损失函数p的值(默认0.1) -m cachesize:设置cache内存大小,以MB为单位(默认40) -e eps:设置允许的终止判据(默认0.001) -h shrinking:是否使用启发式,0或1(默认1) -wi weight:设置第几类的参数C为weight*C(C-SVC中的C)(默认1) -v n: n-fold交互检验模式,n为fold的个数,必须大于等于2--s svm_type : set type of SVM (default 0) 0-- C-SVC 1-- nu-SVC 2-- one-class SVM 3-- epsilon-SVR 4-- nu-SVR -t kernel_type : set type of kernel function (default 2) 0-- linear: u *v 1-- polynomial: (gamma*u *v+ coef0)^degree 2-- radial basis function: exp(-gamma*|u-v|^2) 3-- sigmoid: tanh(gamma*u *v+ coef0) 4-- precomputed kernel (kernel values in training_instance_matrix) -d degree : set degree in kernel function (default 3) -g gamma : set gamma in kernel function (default 1/k) -r coef0 : set coef0 in kernel function (default 0) -c cost : set the parameter C of C-SVC, epsilon-SVR, and nu-SVR (default 1) -n nu : set the parameter nu of nu-SVC, one-class SVM, and nu-SVR (default 0.5) -p epsilon : set the epsilon in loss function of epsilon-SVR (default 0.1) -m cachesize : set cache memory size in MB (default 100) -e epsilon : set tolerance of termination criterion (default 0.001) -h shrinking: whether to use the shrinking heuristics, 0 or 1 (default 1) -b
Date
: 2025-12-21
Size
: 17kb
User
:
little863
[
Mathimatics-Numerical algorithms
]
shuziheidong
DL : 0
数字黑洞,指的是某种运算,这种运算一般限定从某些整数出发,反复迭代后结果必然落入一个点或若干点。任意整数a,如果它的偶数位的个数为b,奇数位的个数为c,b和c的和为d,那么定义运算@:@a = bcd,比如 @647382 = 426。那么123数字黑洞可以描述为:对于任意整数a,有While(a != 123)a = @a 这个循环可以结束。比如整数274829,@274829 = 426,@426 = 303,@303 = 123,可见,274829经过三次变换变成了123,现在,给你一个整数a,你知道它要经过几次变换才能变成123吗?-Digital black hole, is referring to some kind of operation, this operation is generally limited to an integer starting from a certain, inevitable result after iteratively into a point or several points. An arbitrary integer a, even if it s the number of bits of b, the number of odd bits c, b and c and d, and then define the operator @: @ a = bcd, such as @ 647 382 = 426. Then 123 digital black hole can be described as: For any integer a, a While (a! = 123) a = @ a this cycle can end. Such as integer 274 829 @ 274 829 = 426, @ 426 = 303, @ 303 = 123, shows that 274,829 after three transformations into a 123, now, to give you an integer a, you know it has to go through several transformations to become a 123 it?
Date
: 2025-12-21
Size
: 175kb
User
:
常青树
[
Mathimatics-Numerical algorithms
]
B树
DL : 0
B tree Windows应用环境下的C++代码(B tree Windows C++ code)
Date
: 2025-12-21
Size
: 929kb
User
:
JUSTONEBOY
[
Mathimatics-Numerical algorithms
]
B spline interpolation
DL : 0
本程序用matlab编写非递归的b样条曲线轨迹规划生成算法,该算法可以应用于C语言环境(Non-recursive algorithm for generating B-spline curve trajectory planning)
Date
: 2025-12-21
Size
: 4kb
User
:
dianlituodong
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.