CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - main.c
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 - main.c - List
[
Mathimatics-Numerical algorithms
]
C2-1GaussElimination
DL : 0
gauss列主元消去的C原程序,编写者为武汉大学数值分析老师-gauss main-element elimination of the C program, the authors of Numerical Analysis of Wuhan University teachers
Date
: 2008-10-13
Size
: 1.49kb
User
:
flb0624
[
Mathimatics-Numerical algorithms
]
AFEPack.tar
DL : 0
主要特点 * Flexible finite element space construction based template element library 基于模板单元库灵活的构造有限元空间 * Convenient facilities to implement mesh adaption 很方便的进行网格加密和稀疏化 * Multi-mesh operation supported 支持多套网格操作 需要有一定的有限元基础和C++语言基础,最好在linux平台下用。 http://162.105.68.168/AFEPack/-main features * Flexible finite element space const ruction based template element modules based on template library the flexible structure finite element space * Convenient facilities to implem ent mesh adaption convenient grid for encryption and sparse * Multi-mesh support operation supported multiple grid operators need a definite basis for finite element and C language Introduction basis, preferably in the linux platform used. Http://162.105.68.168/AFEPack/
Date
: 2008-10-13
Size
: 987.49kb
User
:
刘易
[
Mathimatics-Numerical algorithms
]
arithmetic_edwardversion
DL : 1
本程序是用纯C语言编的一个基于命令行的四则运算计算器。主要用于计算四则运算表达式的值,同时可以实现四种进制任意两种之间的转换。 主要功能:1.四则运算:能够解释并执行四则运算表达式。四则运算就是包含+、—、*、/、.(小数点)和数字的运算表达式,例如:3+2.9*(5-6/3) -4+(+8*6)等; 2.错误警告:能够对不符合语法的表达式给出相应的错误警告,本程序共给出了8大类警告 3.进制转换:能够做二进制、八进制、十进制、十六进制中任意两种进制之间的互相转换 4.帮助系统:提供完善的帮助系统 5.出错保护:有良好的出错保护系统,命令行输入错误,程序仍能正常运行。-this program is pure C-language series based on a command line of four Operational calculator. Mainly used in the calculation of four computing the value of the expression, and can achieve four band arbitrary conversion between the two. The main functions : 1. Four computing : the ability to interpret and apply the four Operational expression. Four operations is included ,-,*,/,.( decimal point) and digital arithmetic expressions, for example : 2.9 * 3 (5-6/3) -4 (8 * 6); 2. Wrong warning : to be able to not grammar of expressions is the corresponding error warnings, the procedure is a total of eight major categories of warning 3. Decimal Conversions : can do binary, octal, decimal, hexadecimal arbitrary band between the two interchangeable 4. help system : to provide a comprehensive help
Date
: 2008-10-13
Size
: 8.55kb
User
:
李军
[
Mathimatics-Numerical algorithms
]
TSP_orC
DL : 0
TSP算法 1.C语言TSP算法 2.2-OPT,orOPT摄动 3.Main单独执行
Date
: 2008-10-13
Size
: 2.15kb
User
:
DuDu Ch
[
Mathimatics-Numerical algorithms
]
arithmetic_edwardversion
DL : 0
本程序是用纯C语言编的一个基于命令行的四则运算计算器。主要用于计算四则运算表达式的值,同时可以实现四种进制任意两种之间的转换。 主要功能:1.四则运算:能够解释并执行四则运算表达式。四则运算就是包含+、—、*、/、.(小数点)和数字的运算表达式,例如:3+2.9*(5-6/3) -4+(+8*6)等; 2.错误警告:能够对不符合语法的表达式给出相应的错误警告,本程序共给出了8大类警告 3.进制转换:能够做二进制、八进制、十进制、十六进制中任意两种进制之间的互相转换 4.帮助系统:提供完善的帮助系统 5.出错保护:有良好的出错保护系统,命令行输入错误,程序仍能正常运行。-this program is pure C-language series based on a command line of four Operational calculator. Mainly used in the calculation of four computing the value of the expression, and can achieve four band arbitrary conversion between the two. The main functions : 1. Four computing : the ability to interpret and apply the four Operational expression. Four operations is included ,-,*,/,.( decimal point) and digital arithmetic expressions, for example : 2.9* 3 (5-6/3)-4 (8* 6); 2. Wrong warning : to be able to not grammar of expressions is the corresponding error warnings, the procedure is a total of eight major categories of warning 3. Decimal Conversions : can do binary, octal, decimal, hexadecimal arbitrary band between the two interchangeable 4. help system : to provide a comprehensive help
Date
: 2025-12-19
Size
: 8kb
User
:
李军
[
Mathimatics-Numerical algorithms
]
数值计算
DL : 0
定步长辛普森公式计算.二分法.列主高斯消去法.龙贝格.牛顿迭代法.弦截法.逐次超松弛迭代法.-fixed step Simpson formula. Dichotomy. Main-Gaussian Elimination Act. Romberg. Newton iteration. Xianjie law. Successive Over-Relaxation iterative method.
Date
: 2025-12-19
Size
: 3kb
User
:
毛伟杰
[
Mathimatics-Numerical algorithms
]
mylu
DL : 0
Gauss列主元消去法解线性方程组.mylu函数中,U0、L0、P0分别为Gauss列主元分解中得U,L,P.-out PCA Gauss elimination method for solving linear equations. Mylu function, U0, L0, P0 Gauss out of the main yuan decomposition in the U, L, P.
Date
: 2025-12-19
Size
: 1kb
User
:
jiangyi
[
Mathimatics-Numerical algorithms
]
nrfxxfc
DL : 0
牛顿法计算方程,可以计算非线性方程/方程组,有需要的可以试试,主要是数学方法的实现-Newton s method to calculate equations, can calculate the nonlinear equation/equations, there is a need to try the main mathematical methods realize
Date
: 2025-12-19
Size
: 1kb
User
:
lyl
[
Mathimatics-Numerical algorithms
]
det_code-1.0beta
DL : 0
The main part of the code uses improved Shape Context as feature descriptor and fit into a Hough Voting framework to detect objects. It can be used for initial hypothesis proposal. I hope you find this code helpful!
Date
: 2025-12-19
Size
: 7.96mb
User
:
cui
[
Mathimatics-Numerical algorithms
]
main
DL : 0
solving anagram in ansi c language
Date
: 2025-12-19
Size
: 1kb
User
:
wijanarto
[
Mathimatics-Numerical algorithms
]
main
DL : 0
maze solver i C language, count the fastest way out of the maze
Date
: 2025-12-19
Size
: 2kb
User
:
Akita-Inu
[
Mathimatics-Numerical algorithms
]
main
DL : 0
a simple nco written in c
Date
: 2025-12-19
Size
: 1kb
User
:
psyfusion
[
Mathimatics-Numerical algorithms
]
MainTemperaturePIDcontrol
DL : 0
锅炉主汽温自适应模糊PID控制,:对锅炉主温度动态特性,以及采用传统PID控制方式和模糊控制方式的优缺点进行了分析,进而提出将模糊控制与常规PID 控制相结合的思路,设计了主汽温自适应模糊PID控制系统。仿真结果表明,其控制效果得到明显改善。-Main steam temperature adaptive fuzzy PID control
Date
: 2025-12-19
Size
: 459kb
User
:
沉默年糕
[
Mathimatics-Numerical algorithms
]
main
DL : 0
用c语言解决最优化问题,共轭梯度法是解决问题的其中一个-With the c language to solve optimization problems Conjugate gradient method is one solution to the problem
Date
: 2025-12-19
Size
: 1kb
User
:
谢文杰
[
Mathimatics-Numerical algorithms
]
main
DL : 0
满应力算法c++代码 。。。。。。工程结构优化满应力设计-Full stress method c++ code. . . . . .
Date
: 2025-12-19
Size
: 1kb
User
:
伊先生
[
Mathimatics-Numerical algorithms
]
main
DL : 0
sur le probleme de bin- packing, qu il s ag^t de charger n objets, dans m bins de m^eme capacite c . L objectif c est de minimze le nombre des bins a utiliser.
Date
: 2025-12-19
Size
: 1kb
User
:
as ab
[
Mathimatics-Numerical algorithms
]
main.cpp
DL : 0
三个人吃苹果问题的c++实现,资料的详细功能、包含内容说明(至少要20个字)。-tree people eating appales c++
Date
: 2025-12-19
Size
: 1kb
User
:
zcj
[
Mathimatics-Numerical algorithms
]
main
DL : 0
Construction of universal hash functions.
Date
: 2025-12-19
Size
: 1kb
User
:
Ategro
[
Mathimatics-Numerical algorithms
]
C常用算法程序集(第二版)
DL : 0
针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。(The effective algorithm commonly used in engineering and preparation, the main contents include polynomial calculation, complex operation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculation, the solution of linear algebraic equations, nonlinear equations and solving equations, interpolation and approximation, numerical integration, ordinary differential equation group solving, data processing, extremum problem solving, mathematical transformation and filtering, special function calculation, sorting and searching.)
Date
: 2025-12-19
Size
: 224kb
User
:
堪别丶执子右
[
Mathimatics-Numerical algorithms
]
main
DL : 0
遗传算法简单实现 基于c++编写 求解目标函数极值(Genetic algorithm is simple, and is based on c++ to solve the extreme value of objective function.)
Date
: 2025-12-19
Size
: 1kb
User
:
cc18409
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.