CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - MATLAB 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 - MATLAB c - List
[
Data structs
]
循环码
DL : 0
循环吗的C语言实现-cycle? C Language
Date
: 2025-12-27
Size
: 1kb
User
:
aaa
[
Data structs
]
Dijkstra-c++
DL : 0
数据结构常用算法之一-Dijkstra算法,实现最短路径选择.-algorithm commonly used data structures one-Dijkstra algorithm to achieve the shortest path to choose.
Date
: 2025-12-27
Size
: 246kb
User
:
陈钊
[
Data structs
]
nihequxian
DL : 0
在C或C++环境下,最小二乘法曲线拟合源码。-in C or C environment, the least squares curve fitting source.
Date
: 2025-12-27
Size
: 1kb
User
:
沈
[
Data structs
]
CodeErroeDetecting
DL : 0
海明码和CRC校验码加密和捡错程序 c编写,有注释-Hamming code and CRC encryption and seizure procedures c prepared wrong, Notes
Date
: 2025-12-27
Size
: 900kb
User
:
[
Data structs
]
20070609
DL : 0
高斯回代算法源代码 蚁群算法的matlab源码 蚁群算法TSP(旅行商问题)通用matlab程序 Java实现几种常见的排序算法 用pascal语言实现希尔排序算法-Gaussian back to the source code generation algorithm Ant Algorithm Matlab source Ant Algorithm TSP (TSP) General Matlab procedures Java Several ranking algorithm used pascal language ranking Hill Algorithm
Date
: 2025-12-27
Size
: 6kb
User
:
asegwaeg
[
Data structs
]
TIN
DL : 0
Date
: 2025-12-27
Size
: 228kb
User
:
xy
[
Data structs
]
dijkstra
DL : 1
经典求最短路径算法程序--dijkstra算法。完整的C++源码程序。-Classical procedures seek the shortest path algorithm Dijkstra algorithm. Complete C++ Source procedures.
Date
: 2025-12-27
Size
: 1kb
User
:
刃具
[
Data structs
]
LatinSquare1
DL : 0
一个C++实现的拉丁方构造程序, 很简单有效. 而且很容易理解.-A C++ Realize the Latin square structure procedure, very simple and effective. But it is easy to understand.
Date
: 2025-12-27
Size
: 1kb
User
:
龚文引
[
Data structs
]
Dijkstra
DL : 0
Dijkstra算法的实现,代码清晰,易懂-Dijkstra algorithm, the code clear, easy-to-understand
Date
: 2025-12-27
Size
: 33kb
User
:
小江
[
Data structs
]
Dijkstra
DL : 0
单源最短路径问题:给定带权有向图G=(V,E)。给定V中的一个顶点v,称为源。要计算从源到所有其它各顶点的最短路径长度。-Single-source shortest path problem: a given weighted directed graph G = (V, E). Given a vertex V in v, known as the source. To calculate from the source to all other vertices of the shortest path length.
Date
: 2025-12-27
Size
: 1kb
User
:
忠波
[
Data structs
]
prim1
DL : 0
最小生成树 采用C程序编程实现的PRIM算法-Minimum spanning tree using C programming algorithm to achieve the PRIM
Date
: 2025-12-27
Size
: 1kb
User
:
Mary
[
Data structs
]
standard_pso_2007
DL : 0
用c语言实现标准的微粒群算法,功效更好,可以和matlab互凋-a standard pso algorithm in c
Date
: 2025-12-27
Size
: 11kb
User
:
周大卫
[
Data structs
]
huffman
DL : 0
用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码,并做出效率计算等-C language with a bmp256 color image scanner, using Huffman code it, and make efficient computing
Date
: 2025-12-27
Size
: 2.03mb
User
:
郑元伟
[
Data structs
]
BRENT
DL : 0
用Visual C++实现,不用导数的布伦特法 Visual C+常用数值算法集中的源代码-Using Visual C++ implementation of Brent method without derivative Visual C+ numerical algorithm used concentrated source code
Date
: 2025-12-27
Size
: 1kb
User
:
yj
[
Data structs
]
remez-19980711
DL : 0
c remez algorthim, to obtain filter coefficient same as firpm matlab funtion
Date
: 2025-12-27
Size
: 24kb
User
:
sam
[
Data structs
]
Dijkstra
DL : 0
C语言编程实现D算法。本实验利用Matlab实现。实现以下功能: 1输入必要参数,包括:节点个数、节点间路径长度、给定节点; 2输出给定节点到其它各节点的最短路径、径长; 3节点间路径长度用矩阵形式表示: -D C language programming algorithm. In this study, by Matlab. Achieve the following functions: 1 Enter the required parameters, including: the number of nodes, the path length between nodes, for a given node 2 output for a given node to other nodes of the shortest path, path length 3 path length between nodes in a matrix form:
Date
: 2025-12-27
Size
: 5kb
User
:
依依
[
Data structs
]
fastBSpline
DL : 0
fastBSpline - 一个快速,轻量级的类,它实现 任意阶非均匀B样条曲线 Matlab的样条函数都很一般。这种通用性来自于 速度的代价。对于大规模的应用,包括模型 其中,模型的某些组件中的术语定义嵌合 样条曲线,如广义相加模型,更快的解决方案是 可取的。 该fastBSpline类实现一个轻量级的一套B样条 功能,包括评估,分化和参数拟合。 艰苦的工作是由C代码完成,因而在高达10倍的加速 评估时,评估样条曲线和高达50倍的加速 样条衍生物。 然而, fastBSplines使用的是直观的,高操纵 面向对象的接口,从而使C级性能 而不杂乱。使用CompileMexFiles以编制所需的 文件。如果MEX文件不可用,评估将:M进行 码,所以你仍然可以使用的代码,如果你不能使用一个编译器为你 平台。-fastBSpline- A fast, lightweight class that implements non-uniform B splines of any order Matlab s spline functions are very general. This generality comes at the price of speed. For large-scale applications, including model fitting where some components of the model are defined in terms of splines, such as generalized additive models, a faster solution is desirable. The fastBSpline class implements a lightweight set of B-spline features, including evaluation, differentiation, and parameter fitting. The hard work is done by C code, resulting in up to 10x acceleration for evaluating splines and up to 50x acceleration when evaluating of spline derivatives. Nevertheless, fastBSplines are manipulated using an intuitive, high- level object-oriented interface, thus allowing C-level performance without the messiness. Use CompileMexFiles to compile the required files. If mex files are not available, evaluation will be done in .m code,
Date
: 2025-12-27
Size
: 12kb
User
:
cao
[
Data structs
]
MAT
DL : 0
仿MATLAB矩阵C++运算库,包括加、减、乘、除、点加、点减、点乘、点除、赋值、转置、rank、det、eig、svd、pinv、power等的运算。inv运算使用pinv运算。最难实现的是非方阵的除法。-MatLab Matrix simulator
Date
: 2025-12-27
Size
: 23kb
User
:
maguangzhi
[
Data structs
]
dxkgn
DL : 0
Including orbital maneuvering simulation, initial orbit calculation, Based on matlab GUI interface design, Including AHP, factor analysis, regression analysis, cluster analysis.
Date
: 2025-12-27
Size
: 9kb
User
:
ningsangting
[
Data structs
]
Cplex1
DL : 0
关于经济规划的Cplex程序 可以和matlab联合仿真(The Cplex program on economic planning can be combined with MATLAB)
Date
: 2025-12-27
Size
: 1kb
User
:
Musk
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.