-
DIS_1
MSP430 控制8个5*7LED点阵 完成安检门上位机菜单显示及运行参数控制功能(MSP430 Dot matrix LED)
- 2013-12-15 12:27:05下载
- 积分:1
-
DSP_IMDTC
异步电机的查表法直接转矩控制DSP程序,对转速、转矩和磁链进行控制(DSP program for switch table direct torque control of induction motor)
- 2018-05-17 09:08:46下载
- 积分:1
-
reverb算法
reverb算法,基于vst。算法基于乐器的echo算法,另附有echo, echos,chorus.
- 2022-10-06 11:25:02下载
- 积分:1
-
浮点数运算
说明: 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。
算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);(The representation of floating-point number and the analysis of arithmetic operation algorithm require theoretical derivation and program simulation.
Arithmetic operations include string to floating point, floating point to string conversion, addition, subtraction, multiplication, division and so on. Documentation should be provided, including algorithm proof, program block diagram, usage, special handling (overflow, digital expansion), case analysis, etc. String conversion can be slightly difficult.
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);)
- 2021-03-29 23:19:10下载
- 积分:1
-
页面置换算法
在地址映射过程中,若在页面中发现所要访问的页面不在内存中,则产生缺页中断。当发生缺页中断时,如果操作系统内存中没有空闲页面,则操作系统必须在内存选择一个页面将其移出内存,以便为即将调入的页面让出空间。而用来选择淘汰哪一页的规则叫做页面置换算法。
- 2022-05-20 15:57:23下载
- 积分:1
-
Lidar
Lidar点云数据处理软件,深度影像分类以及边缘检测(Lidar)
- 2021-01-24 20:58:38下载
- 积分:1
-
winldap
告诉你怎么通过WINLDAP进行LDAP的编程,可以实际运行.(tell you how through WINLDAP for LDAP programming, the actual operation.)
- 2006-11-01 21:44:38下载
- 积分:1
-
DC-DC
直流斩波变化的仿真和一些参考文献 可以学习一下(The simulation of dc chopper change and some references can learn
)
- 2015-06-04 10:16:13下载
- 积分:1
-
rsa algorithm, Here is a simple encryption of all source modules (source code) A...
rsa算法,这里是一个简单的所有加密源模块(源代码),对于rsa的理论在线很多,它是基于公钥加密算法的一个系统。这个例子主要是用某个重要的文件来捆绑IP地址。把它复制下来,储户先到CODE.C.再执行GCC-O CODE.C然后./CODE E[IP ADDRESS][FILENAME]文件加密。或者用./CODE D[IP地址]解密整个过程创建了两个中间文件,至于你想知道什么文件!
- 2022-03-18 08:57:49下载
- 积分:1
-
ImageHistogramEqualization
说明: vc代码,用于图像直方图均衡(以原始girl图像为测试图像) (vc code, for image histogram equalization (in the original girl image for the test images))
- 2010-03-28 09:42:18下载
- 积分:1