-
get_system_now
此模块可以获取系统的最高权限SYSTEM权限。(This module can obtain the highest authority system SYSTEM privileges.)
- 2015-03-27 22:29:42下载
- 积分:1
-
ConvertWGStoCarser
WGS 转换到Carser WGS 转换到Carser(ConvertWGStoCarser ConvertWGStoCarser ConvertWGStoCarser)
- 2013-03-20 10:18:35下载
- 积分:1
-
blokkodlama_birbit
Block Coding channel rayleigh
- 2011-09-10 15:48:33下载
- 积分:1
-
yuce1800
MATLAB 从实际风电场对一个季度的风速进行采样,建立LSSVM模型,对之后几天的风速进行预测(MATLAB actual wind farm on a quarterly sample the wind speed, the establishment LSSVM model to predict the wind speed after a few days)
- 2020-09-08 20:28:02下载
- 积分:1
-
iamge
图像的特征提取,用于图像的分类研究
主要是用的MATLAB(Image feature extraction)
- 2010-06-01 16:40:51下载
- 积分:1
-
Modern-control-theory
《现代控制理论参考答案》,刘豹,唐万生版。现代控制理论参考答案(Modern control theory reference for the answer)
- 2015-04-20 19:32:50下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1
-
Foundational-Approach-to-C_MATLAB
Springer - Programming for Engineers - Foundational Approach to Learning C and MATLAB (Bradley 2011)(Springer- Programming for Engineers- Foundational Approach to Learning C and MATLAB (Bradley 2011))
- 2013-01-23 03:46:46下载
- 积分:1
-
abs
汽车ABS刹车自动系统的Matlab建模与仿真实现(Auto ABS brakes Automatic System Modeling and Simulation Matlab)
- 2010-01-16 12:29:17下载
- 积分:1
-
Lave1
#include <iostream>
#include <stdlib.h>
#include <string.h>
using namespace std
const kl = 4, kzs = 2, m = 6, n = 4, Error = 5
char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}}
int A[m][n] = {{1,2,2,5}, {1,3,2,4},{2,2,2,4},{2,2,2,4},{5,5,5,5},{5,5,5,5}},
- 2010-01-20 23:55:27下载
- 积分:1