搜索资源列表
S-Lang
- 一个C格式的脚本处理函数库源代码,可让你的C程序具有执行C格式的脚本文件- A C form scr ipt processing function storehouse source code, may let your C procedure have carries out the C form scr ipt document
一个简单的口令保护程式
- 本程序可加到用户的源程序之前,起到加锁的作用。本程序的特点是: 口令保密性强(保存于文件KLK.CFG中,此文件名也可由用户重新命名),而 且用户可随时修改口令。在程序中当用户输入口令后,系统首先测试口令文 件KLK.CFG是否存在(只有用户运行了修改口令子函数后才会生成口令文件, 否则系统只认默认口令88888888),若存在则从中取出口令字,否则系统用 默认口令与用户输入的口令进行较验。另外,修改口令子函数changkl(), 可在用户程序中调用,以修改口
lpcrr2am
- 用MATLAB来实现声音信号处理的函数程序的源代码。-MATLAB to achieve voice signal processing function of a program's source code.
midi2frq
- 用MATLAB来实现声音信号处理的函数程序的源代码-MATLAB to achieve voice signal processing function of a program's source code
readcnx
- 用MATLAB来实现声音信号处理的函数程序的源代码-MATLAB to achieve voice signal processing function of a program's source code
huamo
- 滑模控制的一个matlab程序,给出了M文件和SINULINK的仿真,模块用S函数编写-sliding control of a Matlab procedures, given the M SINULINK documents and the simulation, S-function module prepared
robot3
- 一种机器人滑模控制器设计,s函数和simulink结合编程实现-a sliding robot controller design, function and Simulink's combination of programming
RobotControl1
- 一种机器人的自适应pd控制,在MATLAB中通过s函数编程实现-a robot pd adaptive control, adopted in MATLAB's programming function
ReactOS-0.3.3-REL-src
- ReactOS是一些高手根据Windows XP的内核编写出的类XP。内核实现机理和API函数调用几乎相同。甚至可以兼容XP的程序。喜欢研究系统内核的人可以看一看。-ReactOS is a number of players under the Windows XP core classes to prepare XP. Core mechanism and realize almost the same API function call. Can even be compatible wi
Equation_testbench3
- 电机测试,异步电动机模型,一个是函数文件,一个是命令文件 -Equation_testbench3
2009S3C2410init.S
- 2410Init.s包括了板子上电后的初始话,具体有几个步骤: 讲述S3C2410启动程序设计 1. 屏蔽所有中断,关看门狗。 2. 根据工作频率设置PLL寄存器 3. 初始化存储控制相关寄存器 4. 初始化各模式下的栈指针 5. 设置缺省中断处理函数 6. 将数据段拷贝到RAM中,将零初始化数据段清零 7. 跳转到C语言Main入口函数中-2410Init.s including the board after t
SVPWMpulse
- SVPWM脉冲产生程序,用matlab的S函数编译,产生SVPWM的六路脉冲。-SVPWM pulse generation process, using S-functions matlab compiler, resulting in a six-way SVPWM pulses.
S
- simnkink 用S函数实现限幅器的功能-simnkink S function with the function to achieve limiter
TinyM0_Routine
- 周立功的TinyM0配套源码。【2011.1.24】TinyM0模板及例程更新 1、TinyM0配套基本外设例程的编写是基于TinyM0核心板+我司的EasyCortex-M3 1300的开发板(相关介绍连接:http://www.embedtools.com/pro_kaifa/ARM/EasyCortex_M3-1300.asp)外设完成,因此用户需要自行购买或设计相关的外设器件Demo板;其中的CAN例程是基于TinyM0-CAN开发板进行编写的。 2、TinyM0更新
untitled1
- 光伏并网逆变器的仿真系统的S函数,能实现其的模拟仿真-PV grid-connected inverter simulation system S-function
SMC
- 线性二阶微分方程的滑模控制设计,S函数编写,采用等速趋近律,包括控制对象S函数-Sliding Mode Control of linear second-order differential equations, S function written using constant reaching law, including the control object S function
LMS
- 自适应滤波器LMS算法包括SIMULINK模型及S函数的编写-LMS adaptive filter algorithm, including the preparation of the SIMULINK model and S function
single-neuron-PID-control-
- 本资料包含基于Hebb学习的单神经元PID的M代码,使用改代码可以直接导入S函数中-This information contains a single neuron PID learning based on the M Hebb code, using the code can be directly imported into the S function.
shanshu2
- 滑模变结构S函数,观察切换前后的过程对比用,对于初学滑模变结构有较大帮助-S function process variable structure was observed before and after switching Comparison with
罚函数
- 利用罚函数计算min X1^2+X2^2 s.t. 2X1-X2≤7 X1^2+3X2^2=2(Penalty function calculation)