搜索资源列表
科学与工程数值计算算法配套源码java
- 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix co
科学与工程数值计算算法配套源码vb
- 清华大学2002年出版的《科学与工程数值计算算法VB》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VB" complementary source, includes the plural, matrix comput
科学与工程数值计算算法配套源码vc++
- 清华大学2002年出版的《科学与工程数值计算算法VC++》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VC + +" complementary source, includes the plural, matrix
Strassen矩阵乘法算法 C++程序源码
- Strassen矩阵乘法算法 C++程序源码 V.Strassen在1969年发表了一个算法,将计算两个n阶方阵的乘积的时间复杂性降低到了o(nlog27),被誉为“在代数复杂性理论中最激动人心的结果”。该算法主要适用于方阵的乘法。-Strassen algorithm for matrix multiplication C++ program source V. Strassen published in 1969, an algorithm to compute the product of
VBPID_PositionCal
- VB写的位置式PID算法公式源码,是仿照西门子PLC的PID公式写的,在网上碰到好多网友索要,现在公布出来,希望对大家有用-VB to write the position PID algorithm formula source, is modeled on the Siemens PLC PID formula writing, met a lot of friends in the online request, now published in the hope that useful
kalman
- 1960年,卡尔曼发表了他著名的用递归方法解决离散数据线性滤波 问题的论文。从那以后,得益于数字计算技术的进步,卡尔曼滤波器 已成为推广研究和应用的主题,尤其是在自主或协助导航领域。-In 1960, Kalman published his famous recursive solution using discrete data linear filtering problem papers. Since then, figures to benefit from advances
lle
- 一种流形学习算法,用于非线性降维,文章发表在2000年science杂志上,是一种非常经典的算法。-A manifold learning algorithm for nonlinear dimensionality reduction, articles published in science journal in 2000, is a very classic algorithms.
rmol-0.22.0.tar
- 该项目(RMOL)旨在通过收益管理舞台上的图书馆提供的算法和公布的一个参考实现方法,最关心,给予开发-That project (RMOL) aims at giving developers concerned by the Revenue Management arena a library delivering a reference implementation for most of the published algorithms and methods.
shuzhifenxi
- 东南大学出版数值分析第一章第20题源代码-Southeast University, published in Numerical Analysis Chapter 20 source code question
octree_code
- 八叉树算法代码。八叉树算法在减少数值计算空间的应用广泛。在美国SEG等顶尖地球物理杂志上已经发表过相关文章-Octree algorithm code. Octree algorithm in reducing numerical calculation of the space wide application. In the United States such as SEG top geophysical magazine published related articles
DIJKSTRA
- Dijkstra s algorithm, conceived by Dutch computer scientist Edsger Dijkstra in 1956 and published in 1959
random_gauss
- Producing Random Gauss Number This F90 program is created for the book, "An Introduction to Computational Physics, 2nd Edition," written by Tao Pang and published by Cambridge University Press on January 19, 2006.
Dijkstra
- Dijkstra s algorithm, conceived by Dutch computer scientist Edsger Dijkstra in 1956 and published in 1959is a graph search algorithm that solves the single-source shortest path problem for a graph with nonnegative edge path costs, producing a shortes
artmdsim2.tar
- 本软件是"分子动力学的艺术 模拟”这本书的源代码,由剑桥大学出版-This software is intended to accompany the book `The Art of Molecular Dynamics Simulation , 2nd edition, by D. C. Rapaport, published by Cambridge University Press (2004). The material is being supplied in compu
Nelder-Mead
- Nelder Mead simplex algorithm for minimizing N-dimension const function Copyright (C) 2008 Colin Caprani - www.colincaprani.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General P
MAPLE-Introduction
- 介绍MAPLE使用方法的书籍。网上关于maple的指导书很少,这个是不错的了。对初学者来说可以迅速上手,我当时就是因为临时需要才学的,边学边用,很快就上手了。-An introductory book of MAPLE, published in 2007. Easy to understand and use. Suitable for beginners and amateurs.
Navier_Stokes
- Navier_Stokes-This computer program was copied from the graduate student course C program of the University of Minnesota. Part of it was re-formu- C lated to meet the microcomputer environment. Some inappropriate C expressions were also corr
2744865b71bc
- 清华大学2002年出版的《科学与工程数值计算算法VB》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Tsinghua University, published in 2002, " Science and engineering numerical algorithm VB" complementary source, including complex number calcula
PBP
- 用 LDPC 解码法,对原始信号通道的噪声进行评估,消去。具体原理可参照IEEE TCOM的论文。-Channel Noise Estimation or correlation estimation for distributed source coding Using Particle based Belief Propagation for LDPC decoding in AWGN and BSC models. This code is partially based on our
CPP
- 清华大学出版 常用算法程序集 C++描述 里面有关矩阵运算 常微分方程组解法 等-Tsinghua University, published commonly used algorithm for assembly