搜索结果

找到约 155 项符合 msp-EXP 的查询结果

matlab例程 %电影动画: %1.首先调用moviein函数对内存初始化.创建一个足够大的矩阵来容纳一系列指定的图形(帧) %2.调用getframe函数生成每一帧.该函数返回一个矢量

%电影动画: %1.首先调用moviein函数对内存初始化.创建一个足够大的矩阵来容纳一系列指定的图形(帧) %2.调用getframe函数生成每一帧.该函数返回一个矢量,利用这个矢量创建一个电影动画矩阵 %3.调用movie函数按照指定速度进行指定次数的播放 %例子2:演示如何实现快速傅立叶变换(exp(j*2*pi/n))的可视化过程 ...
https://www.eeworm.com/dl/665/170005.html
下载: 25
查看: 1132

书籍源码 zemax源码: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surfac

zemax源码: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surface also demonstrates a user-defined apodization filter The filter is defined as part of the real ray trace, case 5 The filter can be used at the stop to produce x-y Gaussian apodization similar to t ...
https://www.eeworm.com/dl/532/178859.html
下载: 46
查看: 1090

汇编语言 Procedure TSPSA:  begin   init-of-T { T为初始温度}   S={1

Procedure TSPSA:  begin   init-of-T { T为初始温度}   S={1,……,n} {S为初始值}   termination=false   while termination=false    begin     for i=1 to L do       begin         generate(S′form S) { 从当前回路S产生新回路S′}         Δt:=f(S′))-f(S) {f(S)为路 ...
https://www.eeworm.com/dl/644/191017.html
下载: 183
查看: 1062

数学计算 此算术表达式解析器能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式

此算术表达式解析器能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc
https://www.eeworm.com/dl/641/210450.html
下载: 142
查看: 1037

其他书籍 Carrier-phase synchronization can be approached in a general manner by estimating the multiplicativ

Carrier-phase synchronization can be approached in a general manner by estimating the multiplicative distortion (MD) to which a baseband received signal in an RF or coherent optical transmission system is subjected. This paper presents a unified modeling and estimation of the MD in finite-alphabet d ...
https://www.eeworm.com/dl/542/240338.html
下载: 29
查看: 1083

微处理器开发 1305时钟芯片驱动

1305时钟芯片驱动,用于弹片机、dsp、msp开发时的计时。
https://www.eeworm.com/dl/655/247747.html
下载: 104
查看: 1035

matlab例程 matlab遗传算法工具箱函数及实例讲解2 【问题】在-5<=Xi<=5,i=1,2区间内

matlab遗传算法工具箱函数及实例讲解2 【问题】在-5<=Xi<=5,i=1,2区间内,求解 f(x1,x2)=-20*exp(-0.2*sqrt(0.5*(x1.^2+x2.^2)))-exp(0.5*(cos(2*pi*x1)+cos(2*pi*x2)))+22.71282的最小值。
https://www.eeworm.com/dl/665/287813.html
下载: 117
查看: 1103

数学计算 Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm

Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm to sample from the distribution P ~ EXP(-F), where F is the first argument to HMC. The Markov chain starts at the point X, and the function GRADF is the gradient of the `energy function F.
https://www.eeworm.com/dl/641/289151.html
下载: 138
查看: 1190

Oracle数据库 备份oracle数据库脚本

备份oracle数据库脚本,更新exp.txt文件的oracle登录用户名和密码,就可以使用了
https://www.eeworm.com/dl/681/297099.html
下载: 140
查看: 1053

编译器/解释器 本程序是一个行计算器(即对表达式求值)。计算器能实现加、减、乘、除、取余(%)和乘方(^)运算;能实现三角函数(正弦函数sin和余弦函数cos)

本程序是一个行计算器(即对表达式求值)。计算器能实现加、减、乘、除、取余(%)和乘方(^)运算;能实现三角函数(正弦函数sin和余弦函数cos),求10为底的对数log,求2为底的对数ln,求e的指数幂exp,其参数也可以是合法的表达式; 计算器并能对表达式的合法性进行测试,错误的能给出表达式错误的信息。 ] 输入文件格 ...
https://www.eeworm.com/dl/628/300741.html
下载: 95
查看: 2144