搜索资源列表
mpl_pi
- 使用C++模板元编程求pi值,此算法比较简单,就是程序有些长,大家看看那就知道了。-C programming template yuan value for pi, the algorithm is relatively simple, the procedure is somewhat long, we look at it knows.
qxysocket1
- Windows Sockets规范本意在于提供给应用程序开发者一套简单的API,并让各家网络软件供应商共同遵守。-Windows Sockets norms are meant to provide application developers a simple A PI, and allow various network software vendors mutual respect.
qxysocket
- Windows Sockets规范本意在于提供给应用程序开发者一套简单的API,并让各家网络软件供应商共同遵守。-Windows Sockets norms are meant to provide application developers a simple A PI, and allow various network software vendors mutual respect.
BSDSocket
- Windows Sockets规范本意在于提供给应用程序开发者一套简单的API,并让各家网络软件供应商共同遵守。-Windows Sockets norms are meant to provide application developers a simple A PI, and allow various network software vendors mutual respect.
fft_8point.c
- 8点基二fft Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Sets up General Purpose Timer 1 to generate events at 10 kHz. Will produce 10 kHz output on T1PWM and T1PWM pins. -8:00-two fft Fast Fourier Trans
zhuanjia111
- 用专家系统优化下面的PID参数或设计一个专家控制器,被控对象为 并与PI控制算法进项比较-use expert system optimization below the PID parameters, or a design expert controller, and object to the PI control algorithm with a credit comparison
epm7032ae
- (1) This pin may function as either a JTAG port or a user I/O pin. If the device is configured to use the JTAG ports for in-system programming, this pin is not available as a user I/O pin. (2) The user I/O pin count includes dedicated input pins
Controls
- 代码分为:计算器1.0,实现10进制的基本计算,对 PI 处理并不是很好。基本上实现了计算器的功能。不同的算法。还有treeview,主要实现树形勾选的问题。代码比较简洁。
support_vector_machine
- C针对模式识别问题H描述了支持向量机的基本思想H着重讨论了OD=?PI最小二乘=?PI加权=?P 和直接 =?P 等新的支持向量机方法H用于降低训练时间和减少计算复杂性的海量样本数据训练算法分块法I分解法H提 高泛化能力的模型选择方法H以及逐一鉴别法I一一区分法IPD., 分类法I一次性求解等多类别分类方法@最后给 出了污水生化处理过程运行状态监控的多类别分类实例@作为结构风险最小化准则的具体实现H支持向量机具有 全局最优性和较好的泛化能力
PIDAlgorithm
- 在过程控制中,按偏差的比例(P)、积分(I)和微分(D)进行控制的PID控制器(亦称PID调节器)是应用最为广泛的一种自动控制器。它具有原理简单,易于实现,适用面广,控制参数相互独立,参数的选定比较简单等优点;而且在理论上可以证明,对于过程控制的典型对象──“一阶滞后+纯滞后”与“二阶滞后+纯滞后”的控制对象,PID控制器是一种最优控制。PID调节规律是连续系统动态品质校正的一种有效方法,它的参数整定方式简便,结构改变灵活(PI、PD、…)。
piclassic
- 计算pi ** Pascal Sebah : September 1999 ** ** Subject: ** ** A very easy program to compute Pi with many digits. ** No optimisations, no tricks, just a basic program to learn how ** to compute in multiprecision.
AN01078-PMSM
- 电机的无传感器磁场定向控制,包括三二变换二三变换,PI控制的框图以及实现程序。
PPIPIDControlfiles
- P,PI D控制系统仿真设计的例子,为初学者提供详细的程序去学习。
CEdit_Caculator_Matlab
- 一个扩展的CEdit类,可以直接计算数学表达式,目前不支持变量,但可以支持pi、e等常数。具体请看里边的图片说明。-an expansion CEdit category, and can directly calculate mathematical expressions that do not support variable, but it can support pi, e, etc. constant. For details, please read the caption ins
进程管理模拟
- 系统资源(r1…rm),共有m类,每类数目为r1…rm。随机产生进程Pi(id,s(j,k),t),0<=i<=n,0<=j<=m,0<=k<=dt为总运行时间,在运行过程中,会随即申请新的资源。描述进程运行状态。-system resources (r1 ... rm), a total of m category, the number of each type of r1 ... rm. The process of randomly generated
str3
- 一些用API做的例子可以供大家参考下 ?恍┯肁PI做的例子可以供大家参考下 -Using API to do some examples for your reference under? Indistinct ┯肁example PI can do for your reference under
JJ
- 掌万皮肤非常地好用啊,大家快来下吧-zhang wan pi fu,fei chang de vb et kb da jia kuai lai xia ba ~~~
cup
- 第四节百度杯A题答案。水杯的问题!To solve this problem, you should know that the volume of one cup is pi * (r * r + R * R + r * R) * h / 3. If you don t know this formula, you could find by this formula: s * h / 3. It s the formula to calculte the volume of ta
PB_989
- 皮肤控件 pb换肤和窗体透明,有一定的学习作用-pi fu huan fu
circle
- function [] = circleagain(a,b,c,r) pixel = 0.1 theta1 = 0 theta2 = 360*pi/180 pix = pixel/r theta = theta1:pix:theta2 global x y z x = a + r*cos(theta) y = b + r*sin(theta) z = ones(1,length(x))*c x=round(x*10)/10 y=ro