-
tiaojian
编码是在MATLAB下编写的,可以在MATLAB上直接运行,我没有在分类中找到MATLAB,所以选择了c++,希望管理员能分下类。这款编码是计算水准测量中计算条件平差的。(The code is written in MATLAB, you can run directly in MATLAB, MATLAB, I did not find in the classification so chose c++, I hope that the administrators in the next class. This code is calculated in the calculation leveling adjustment of condition equations.)
- 2012-05-29 09:14:21下载
- 积分:1
-
tuoyuan
本程序可以实现椭圆形窗口的绘制,使得界面更加舒适(This procedure can be drawn oval window, making the interface more comfortable)
- 2007-10-29 11:27:31下载
- 积分:1
-
multifractal
平均功率谱密度多维分形,可以计算二维位场数据的分维值(Average power spectral density multi-dimensional fractal, can calculate the two-dimensional potential field data, fractal dimension)
- 2008-03-18 22:34:25下载
- 积分:1
-
SOURCE KOFD 7556
说明: Segue abaixo a source code do wyd do cliente 760
- 2020-06-24 16:20:02下载
- 积分:1
-
Compressed-Sensing
压缩感知的经典书籍,请大家下载查阅,好的东西大家一起分享哦,谢谢大家了!!(compresed sensoring)
- 2020-12-31 10:18:59下载
- 积分:1
-
10086最终版
说明: 这是一个利用东进语音卡实现10086系统的完整程序,基于MFC,使用语言是C++,该程序实现了与移动10086系统相似的功能。功能包括:拨号、欢迎语言、语言选择、验证、服务选择、消费查询、业务查询、密码修改、天气查询、人工服务等(This is a complete program to implement 10086 system by using Dongjin Voice Card. Based on MFC, the language is C++. The program achieves similar functions as mobile 10086 system. Functions include: dialing, welcome language, language selection, validation, service selection, consumption query, business query, password modification, weather query, manual service, etc.)
- 2021-03-11 14:19:25下载
- 积分:1
-
erfenfaheNewtonXiashan
说明: 包括二分法,Newton下山法和improved Newton迭代法(Including the dichotomy, Newton downhill method and improved Newton iteration method)
- 2008-10-25 18:56:34下载
- 积分:1
-
PCA
主成分分析的Matlab程序,包括完整的计算过程,相关参数计算及绘图(Principal component analysis)
- 2015-01-23 11:25:04下载
- 积分:1
-
EXCEL
VC EXCEL接口:workbook worksheet 等一系列操作接口(excel interface IN vc)
- 2013-11-28 14:46:44下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1