搜索资源列表
2^65536
- 一般計算機或電腦算不出如此龐大之數字,此程式即能解決此問題,因為輸出太多,所以把它存進檔案。-general computer or computer operator not see this huge number, the program is able to solve this problem, because the output too much, So it put into files.
hyper_eul
- Toro的经典书 "Riemann Solvers and Numerical Methods for Fluid Dynamics" 中的算例程序。该程序求解二维笛卡尔网格下的理想气体欧拉方程程序。采用TVD格式与HLLC的近似黎曼解相结合,二维处理采用维数分裂,求解扩张一维问题。6种通量限制器可供选择。- to solve the two-dimensional Euler equations for an ideal gas on a Cartesian quadri
Calc_ZuHe_1
- 惯性导航系统中,惯导解算过程中组合导航算法-Inertial navigation systems, inertial navigation solution integrated navigation algorithm
procdd
- GPS基线解算全过程,包括标准格式数据读取,基线解算及整周模糊度解算-GPS baseline solution the whole process, including the standard format data is read, and the whole week baseline solution Ambiguity Resolution
fangchengzujiesuan
- 基于VB实现简单计算,实现方程组的解算,方便简洁。-Based on VB realize simple calculation, realize the equations of calculating, convenient and concise.
LAMBDA
- Visual C++源码,GPS整周模糊度解算,矩阵计算,矩阵求逆,矩阵乘法-Visual C++源码
C
- Visual VC ++ GPS源码,坐标转换,基线解算,O文件读取,界面制作-Visual VC++ GPS源码,
eph2
- 用Python自己编写的GPS历书解算程序,历书是GPS星基卫星的概略位置-I have written in Python solver GPS almanac, almanac is the approximate position of a satellite-based GPS satellites
neural-network-matlab_m
- matlab神经网络原理与实例精解的matlab源代码,包括matlab快速入门、单层感知器、线性神经网络、BP神经网络、径向基函数网络、自组织竞争神经网络、随机神经网络等各章节源码,是学习神经网络的有力助手,里面包含matlab库函数工具箱的应用,也有手算代码。-matlab neural network theory and examples of fine solution matlab source code, including matlab QuickStart, single se
Genetic-Algorithm-Toolbox-v1.2
- 工作原理是通过模拟自然界中生物进化的过程,设计相应的进化算子和操作,来解决复杂的实际问题,是一种建立在自然选择和遗传学基础上的搜索寻优算法。它从一组随机产生的种群开始,这个种群由经过基因编码的一定数量的个体组成,按照适者生存和优胜劣汰的规则,通过比较每个个体适应度的大小,选择适应度较大的个体进行交叉、变异,产生的新一代更适应环境的种群参与进化。通过一代一代不断的繁衍进化,最终得到最适应环境的个体,即得到问题的最优解。-Works by simulating the process of biol
xianxingfangcheng
- 线性方程组解算常规算法,包含高斯迭代法,选主元消去发等-A general algorithm for solving linear equations
(65260)
- 非结构网格,有限体积法解二维浅水方程, 用于水动力学计算,带算例。(solving the 2D depth averaged navier-stokes equations using finite volume method)
牛顿法小算例1
- 主要是利用牛顿法解线性方程组,重点是雅克比矩阵的求解(Solving linear equations by Newton method)