CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Update
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 - Update - List
[
Mathimatics-Numerical algorithms
]
JAVA的计算器
DL : 0
这个无限位计算器,N!及N的平方了。本来是打算用堆栈去实现的,突然发现了BigDecimal这个好东东~~于是乎~~堆栈在偶的计算器里退休了。。。 这个是在JDK 5.0 Update 3下用 NetBeans 4.1写的,我试过了两个1.4.2版本的,总说找不到MAIN()方法,对NetBeans打的包。。偶有置疑。。。所以拆开来。。。*.calss + 一个批处理+*.java打成了个压缩包传了上来~~ -the infinite spaces calculators, N! The N and the square. Originally intended to use to achieve the stack, BigDecimal suddenly found the good result Wanton ~ ~ ~ ~ dual stack in the calculator Lane retired. . . This is the JDK 5.0 Update 3 under with NetBeans 4.1 to write, I tried two versions of 1.4.2, the total that it can not find MAIN () method right NetBeans play packages. . Occasionally doubt. . . So to open the. . . *. Class a batch + *. java fight became compressed and spread onto ~ ~
Date
: 2008-10-13
Size
: 18.02kb
User
:
炸鱼
[
Mathimatics-Numerical algorithms
]
findkey.c
DL : 0
此程序解决的问题:较好的, 并适应短字符串的中文分词算法.根据词库 发现以换行符分隔的众多标题中的 top N 关键字并以此更新词库.是一个分类分词算法 -this procedure to solve the problem : better, and adapt to the short string of Chinese Segmentation. According thesaurus found in the many separate newline heading the top key N this update and the word thesaurus. it is a classification algorithm Word
Date
: 2008-10-13
Size
: 8.55kb
User
:
刘红周
[
Mathimatics-Numerical algorithms
]
JAVA的计算器
DL : 0
这个无限位计算器,N!及N的平方了。本来是打算用堆栈去实现的,突然发现了BigDecimal这个好东东~~于是乎~~堆栈在偶的计算器里退休了。。。 这个是在JDK 5.0 Update 3下用 NetBeans 4.1写的,我试过了两个1.4.2版本的,总说找不到MAIN()方法,对NetBeans打的包。。偶有置疑。。。所以拆开来。。。*.calss + 一个批处理+*.java打成了个压缩包传了上来~~ -the infinite spaces calculators, N! The N and the square. Originally intended to use to achieve the stack, BigDecimal suddenly found the good result Wanton ~ ~ ~ ~ dual stack in the calculator Lane retired. . . This is the JDK 5.0 Update 3 under with NetBeans 4.1 to write, I tried two versions of 1.4.2, the total that it can not find MAIN () method right NetBeans play packages. . Occasionally doubt. . . So to open the. . .*. Class a batch+*. java fight became compressed and spread onto ~ ~
Date
: 2026-01-22
Size
: 18kb
User
:
炸鱼
[
Mathimatics-Numerical algorithms
]
findkey.c
DL : 0
此程序解决的问题:较好的, 并适应短字符串的中文分词算法.根据词库 发现以换行符分隔的众多标题中的 top N 关键字并以此更新词库.是一个分类分词算法 -this procedure to solve the problem : better, and adapt to the short string of Chinese Segmentation. According thesaurus found in the many separate newline heading the top key N this update and the word thesaurus. it is a classification algorithm Word
Date
: 2026-01-22
Size
: 8kb
User
:
刘红周
[
Mathimatics-Numerical algorithms
]
dd
DL : 0
蚁群算法仿真因特网中的路由选择,给出正常情况、节点阻断和路径拥塞等不同情况下的最优路径选择与更新实现,仿真结果能够提供可视化的过程模拟-Simulation of Ant Colony Algorithm for Routing in the Internet, given normal circumstances, and the path blocked node under different circumstances, such as congestion of the optimal path selection and update the realization of simulation results can provide visualization of the process simulation
Date
: 2026-01-22
Size
: 120kb
User
:
lx
[
Mathimatics-Numerical algorithms
]
sideeffec
DL : 0
This programme is for understanding the side effec.In the above program, the side effect has occurred. In sum1, first i is calculate first for that,i/2 is 5 and then fun(&i) is called that is return 41.so the result is 46. In sum2, first fun(&j) is called, that’s return 41 and update the j is 14.so j/2 is 7.result is 48. -This programme is for understanding the side effec.In the above program, the side effect has occurred. In sum1, first i is calculate first for that,i/2 is 5 and then fun(&i) is called that is return 41.so the result is 46. In sum2, first fun(&j) is called, that’s return 41 and update the j is 14.so j/2 is 7.result is 48.
Date
: 2026-01-22
Size
: 822kb
User
:
kabir
[
Mathimatics-Numerical algorithms
]
Kalmantoolbox
DL : 0
卡尔曼滤波器,有卡尔曼初级教学,平滑卡尔曼滤波,升级卡尔曼滤波,航迹追踪等功能-KALMAN FILTER, which includes the basic learing of Kalman, the smooth of Kalman,the Update of Kalman and so on
Date
: 2026-01-22
Size
: 13kb
User
:
周挺
[
Mathimatics-Numerical algorithms
]
myTSP
DL : 0
关于TSP问题的蚁群算法,加入局部更新和基于最大信息熵的优化,并有美观的显示界面,是关于蚁群算法很好学习模板,可以作为算法模块加入到你自己的程序中.-On the ant colony algorithm for TSP problem by adding partial update and optimization based on maximum entropy, and a beautiful display interface, a very good study on the ant colony algorithm templates can be used as algorithm module added to your own program.
Date
: 2026-01-22
Size
: 3.39mb
User
:
chenshu
[
Mathimatics-Numerical algorithms
]
LRU_Catche
DL : 0
使用LRU方法更新catche,c++描述-Method using the LRU update catche, c++ description
Date
: 2026-01-22
Size
: 1kb
User
:
天游
[
Mathimatics-Numerical algorithms
]
C
DL : 0
卡尔曼滤波器的算法C实现 最佳线性滤波理论起源于40年代美国科学家Wiener和前苏联科学家Kолмогоров等人的研究工作,后人统称为维纳滤波理论。从理论上说,维纳滤波的最大缺点是必须用到无限过去的数据,不适用于实时处理。为了克服这一缺点,60年代Kalman把状态空间模型引入滤波理论,并导出了一套递推估计算法,后人称之为卡尔曼滤波理论。卡尔曼滤波是以最小均方误差为估计的最佳准则,来寻求一套递推估计的算法,其基本思想是:采用信号与噪声的状态空间模型,利用前一时刻地估计值和现时刻的观测值来更新对状态变量的估计,求出现时刻的估计值。它适合于实时处理和计算机运算。-Kalman filter algorithm implemented in C Optimal linear filtering theory originated in the 1940s, American scientists Wiener and the former Soviet Union scientists Kолмогоров research, and their descendants are collectively referred to as Wiener filtering theory. In theory, the biggest drawback of the Wiener filter is needed for unlimited data, does not apply to real-time processing. To overcome this shortcoming, in the 1960s, Kalman state space model of the introduction of filtering theory, and a recursive estimation algorithm is derived, later known as the Kalman filter theory. Kalman filter based on minimum mean square error of the estimated best practices, to seek a recursive estimation algorithm, the basic idea is: the state space model of signal and noise, the first time to estimate and the present moment the observed values to update the estimated state variables, find the estimated value of the moment. It is suitable for real-time processing and computing.
Date
: 2026-01-22
Size
: 13kb
User
:
fan
[
Mathimatics-Numerical algorithms
]
BSG_GMM
DL : 0
背景检测算法,利用混合高斯模型,可以每一帧更新背景帧得到较好的结果-Background detection algorithm, using Gaussian mixture model, you can update each frame background frame to get better results
Date
: 2026-01-22
Size
: 9kb
User
:
周
[
Mathimatics-Numerical algorithms
]
glocdl-update
DL : 0
这是一个有关信号相关性处理的MatLAB的程序,希望能对大家有所帮助-This is a MatLAB program, regarding the handling of signal correlation hope can help to you,,
Date
: 2026-01-22
Size
: 2kb
User
:
PGOZ@8340
[
Mathimatics-Numerical algorithms
]
51单片机计算器完整源代码
DL : 0
附件代码供学习,使用时更改一下输出口即可,只是实现计算器简单的功能。更多的还请自行更新。(Attachment code for learning, use, change the output port can be, but the realization of the calculator simple function. More please update yourself.)
Date
: 2026-01-22
Size
: 1kb
User
:
灵芝
[
Mathimatics-Numerical algorithms
]
onestep_ap
DL : 0
交替投影算法(AP):先用边缘导向插值恢复绿色通道,再用部分波段法更新绿色通道值,最后用AP算法迭代插值恢复红蓝通道。(Alternating projection algorithm (AP): using edge oriented interpolation to restore the green channel first, and then update the green channel value by partial band method, and finally use the AP algorithm to interpolate the red and blue channel.)
Date
: 2026-01-22
Size
: 18.07mb
User
:
lili2222
[
Mathimatics-Numerical algorithms
]
捷联惯导算法与组合导航原理讲义(20180206)
DL : 0
本书主要讨论捷联惯导系统算法方面的有关问题,包括姿态算法基本理论、捷联惯导更新算法与误差分析、组合导航卡尔曼滤波原理、捷联惯导系统的初始对准技术、组合导航系统建模以及算法仿真等内容。希望读者参阅之后能够对捷联惯导算法有个系统而深入的理解,并能快速而有效地将基本算法应用于解决实际问题。(This book mainly discusses the algorithms of sins, including the basic attitude algorithm theory, the sins update algorithm and error analysis, the integrated navigation Calman filter principle, the initial alignment technology of sins, the modeling of integrated navigation system and the algorithm simulation. It is hoped that the reader can have a systematic and thorough understanding of the sins algorithm and can quickly and effectively apply the basic algorithm to the practical problems.)
Date
: 2026-01-22
Size
: 7.67mb
User
:
文猛
[
Mathimatics-Numerical algorithms
]
Q-learning
DL : 0
强化学习的核心算法,Q-table,应用动作值函数对动作的Q值进行更新来找到最优策略。(The core algorithm of reinforcement learning, Q-table, uses action value function to update the Q value of actions to find the optimal strategy.)
Date
: 2026-01-22
Size
: 2kb
User
:
学数学的傻子
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.