-
MP3音乐播放器
- 2022-09-22 15:35:03下载
- 积分:1
-
GAVRPWITHC
对外经贸大学的硕士论文,用c++编写的遗传算法解决VRP的程序(External Economic and Trade University master' s thesis, using c++ to prepare the genetic algorithm to solve VRP process)
- 2020-10-31 17:19:54下载
- 积分:1
-
radix--4-butterfly-DIF_FFT
我自己用c语言写的64点基4FFT算法,在visual c++ 6.0环境下编译通过。同matlab结果一致。(My own use C language to write the 64 based 4FFT algorithm, in visual c++ 6 compiler environment through. Results consistent with matlab.)
- 2020-12-19 01:39:09下载
- 积分:1
-
SphereMap
D3D创建球体并且加贴图的例子,可以用来做星球(Sphere, and add texture to create D3D example, can be used to make the planet)
- 2021-05-13 14:30:02下载
- 积分:1
-
MotorCtrl
PID控制,包括算法,控制阶梯列表,算法步进(PID control, including algorithms, control ladder list, the algorithm step)
- 2009-02-26 11:40:55下载
- 积分:1
-
ls_AR
时间序列分析,采用了最小二乘(LS)与自回归(AR)的组合模型,并用MATLAB将其实现(Time series analysis, using a least-squares (LS) and autoregressive (AR) model combination and its implementation using MATLAB)
- 2013-09-10 11:13:58下载
- 积分:1
-
sim900_amr_file_playing_application_note_v1.03
playing amr files fro sim900 mudule
- 2015-10-30 14:07:47下载
- 积分:1
-
MFC文件资源管理器
【实例简介】使用vs2008编译器,mfc界面,多线程
- 2021-09-06 00:31:09下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
C# 抓包(SharpPcap)
C# 抓包(SharpPcap)
- 2016-02-23下载
- 积分:1