资源列表
GEAR
- 吉尔算法积分一阶微分方程组初值问题的C语言描述,包括主函数、计算微分方程组中各方程右端函数值的函数程序、计算雅克比矩阵的函数程序、矩阵求逆程序等。-GEAR algorithm integral first order differential equations initial value problem of the C language descr iption, including the main function to calculate the differential equat
Measure
- 程序的主要功能是仿真通过仿真三维物体运动模型,说明卡尔曼滤波在测量精度中的应用。-The main function of the program is three-dimensional simulation of the movement of objects through the simulation model, indicating that the measurement accuracy of the Kalman filter application.
1d-burgers
- 一维burgers方程求解程序,MacCormack格式-One-dimensional burgers equation solver, MacCormack format
NACA0012-Ogrid
- NACA0012翼型O网格生成;速度势方程解流场-NACA0012 airfoil O mesh generation flow field velocity potential equation
robust-MD-estimation
- 稳健马氏距离的计算,并与一般马氏距离比较,主要应用于模式识别等领域-robust MD estimation
Script-to-calculate-the-thermal-conductivity-with
- scr ipt to calculate thermal conductivety using Perl language in Material Studio Software
LocalDiffusivity.pl
- The scr ipt to calculate local diffusivity using Perl language in Material Studio software-The scr ipt to calculate local diffusivity using Perl language in Material Studio software
theinterp
- 自己写的一个程序,利用matlab的interp3实现三维数据插值-it s a program using matlab to achieve a three-dimensional data interpolation of interp3
RFMs
- 利用有理函数模型进行空间前方交会程序,已知同名像点和2张卫星影像的有理函数RPC文件用于求地面点坐标。-Space forward intersection process using rational function model, known as points and 2 with the same satellite images of the rational function RPC file is used to beg the ground point coordinates.
cylinder_test5_somenodes
- 格子Boltzmann方法,D2Q9模型,模拟多孔介质流动-Lattice Boltzmann method, D2Q9 model to simulate the flow in porous media
neidianfa
- 内点法计算3节点系统最优潮流 3节点系统-Interior point method to calculate three-node system OPF 3-node system
5464
- 问题描述: 现在有一个简单游戏:给你一行n个整数,要求你在两两之间放入“+”、“-”、“*”、“/”等符号共n-1个,使得表达式计算结果最大且不包含数字k。 请注意: 1) 表达式自左向右运算,不考虑优先级,例如:6+7*11=143; 2) 减法计算结果都为非负,即a-b定义为|a-b|,例如:2-5=3; 3) 除法计算结果向下取整,且除数不得为0,例如:7/5=1。 ★实验任务: 现请你写一个程序,求出这个最大值。 ★数据输入: 输入数据第一行
