-
ami.rar
这是AMI码的波形编辑和其付氏变换,以及功率普密度分析(This is the AMI code waveform editor and its Fourier transform, and the power density analysis Cape)
- 2006-05-17 13:29:06下载
- 积分:1
-
Collective_Intelligence
集体智慧编程。。关于数据挖掘和网络的一本经典书。。。(Programming Collective Intelligence. . Data mining and network on a classic book. . .)
- 2010-08-05 08:30:11下载
- 积分:1
-
SpecViewer
使用matlab仿真hitran,用以计算气体吸收系数计算(Use matlab simulation hitran, to calculate gas absorption coefficient calculation)
- 2009-12-20 18:38:56下载
- 积分:1
-
ACMotorsTutorial
acmotor tutorial
acmotor tutorial
acmotor tutorial
acmotor tutorial
- 2011-01-06 02:00:46下载
- 积分:1
-
vebyk
vebyk is a flexible and user-friendly matlab-program, which performs ordinary kriging and can be easily adapted to other kriging methods.
- 2013-09-06 10:40:14下载
- 积分:1
-
Rosen
实现对指定的函数梯度图的绘制,及其三围图形绘制等功能(Achieve specified function gradient map drawing, and its measurements graphics rendering functions)
- 2012-10-06 17:05:46下载
- 积分:1
-
getMFCC_2
This is the tutorial for MFCC
- 2011-12-25 18:39:31下载
- 积分:1
-
Fuzzy-Cluster-Analysis
模糊聚类分析的matlab程序,先将原矩阵标准化,再标定并生成模糊相似矩阵,最后生成动态分类图。(Matlab fuzzy clustering analysis program, the first of the original matrix standardized, re-calibration and generate fuzzy similarity matrix, and finally generate dynamic classification map.)
- 2013-12-10 22:12:25下载
- 积分:1
-
HttpSample
利用ASIHTTPREQUEST与服务器交互的最简单的例子(How to use ASIHTTPREQUEST)
- 2010-07-27 14:29:03下载
- 积分:1
-
oscsend
发送一个开放声音控制(OSC)的信息通过UDP连接
oscsend(美,路径)
oscsend(美,路径,类型,arg1的,arg2的,...)
oscsedn(美,路径,类型,[参数])
ü= UDP的对象与打开的连接。
路径=路径字符串
=同类型的参数类型的字符串,
支持:
我=整数
f=浮动
商S =串
每组空(忽略相应的参数)
余=脉冲(忽略相应的参数)
T=真(忽略相应的参数)
F=假(忽略相应的参数)
乙=布尔(不是官方:将参数为T/在F型)
不支持:
b=一滴
参数=参数所指定的类型。
示例
ü=的UDP( 127.0.0.1 ,7488)
的FOPEN(美)
oscsend(ü, /测试 , ifsINBTF ,1,3.14, 您好 ,[],[],虚假,[],[])
fclose(美)
如需关于振荡信息http://opensoundcontrol.org/。(Sends a Open Sound Control (OSC) message through a UDP connection
oscsend(u,path)
oscsend(u,path,types,arg1,arg2,...)
oscsedn(u,path,types,[args])
u = UDP object with open connection.
path = path-string
types = string with types of arguments,
supported:
i = integer
f = float
s = string
N = Null (ignores corresponding argument)
I = Impulse (ignores corresponding argument)
T = True (ignores corresponding argument)
F = False (ignores corresponding argument)
B = boolean (not official: converts argument to T/F in the type)
not supported:
b = blob
args = arguments as specified by types.
EXAMPLE
u = udp( 127.0.0.1 ,7488)
fopen(u)
oscsend(u, /test , ifsINBTF , 1, 3.14, hello ,[],[],false,[],[])
fclose(u)
See http://opensoundcontrol.org/ for more information about OSC.)
- 2011-05-15 17:56:03下载
- 积分:1