4月ARIS7.0发布会上,案例2-基于业务流程管理平台的企业架构(EA)及德国大众集团案例分享
上传时间: 2013-12-27
上传用户:jennyzai
红外线遥控器解码程序(汇编) ORG 0000H AJMP MAIN ORG 0003H 外部中断INT0入口地址 AJMP INT 转中断服务子程序 MAIN: MOV SP,#40H MOV P1,#00H SETB EA 开CPU中断 SETB IT0 设定INT0触发方式 SETB EX0 INT0请求中断 DSP: MOV R2,#9 将遥控器键值转化成A(0~9) MOV DPTR,#TAB1 VV: MOV A,R2 MOVC A,@A+DPTR XRL A,1CH JZ ABC DJNZ R2,VV ABC: MOV A,R2 MOV DPTR,#TAB ;将A的值通过数码管显示出来
上传时间: 2014-01-12
上传用户:wkchong
Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.
标签: representation Magnitude the magnitude
上传时间: 2013-12-24
上传用户:金宜
SP2338中文数据手册,the datasheet in chinese of sp2338
上传时间: 2013-12-26
上传用户:koulian
This program displays all SMBIOS/DMI information within the BIOS. The information is organized as a series of Structures each of which is a certain Type. For more details, see a copy of the SMBIOS specification "System Management BIOS Reference Specification".
标签: information organized displays program
上传时间: 2014-08-11
上传用户:wweqas
这是个基于SYMBIAN OS的菜单管理程序,很适用于刚刚学SYMBIAN的朋友。大家多多研究下,学SYMBIAN一定要多看多写啊。这也是《SERIES 60》书中源码
上传时间: 2015-11-08
上传用户:qq521
Spikes can be taken as absolute quantities of measuring values which are large than approximately four (expressed as variable [Times_SD] in the program)times of the standard deviation of the time series, and can be removed by repeating 3 times with each time series. When a measuring value with the deviation from the mean larger than four times of the standard deviation, the variable can be taken as NO_VALUE, and the number of spikes is saved into the variable [SpikeNum]. If the variable [Times_SD] is taken as four, many records will be removed, so the variable [Times_SD] can be taken as larger, for example eight.
标签: approximately quantities measuring absolute
上传时间: 2015-11-09
上传用户:yangbo69
带中文注释的linux 0.11源码 很好,推荐!!!Sourcecode of the Linux-011 with detailed chinese annotation,it s verygood and worth reading.
上传时间: 2013-12-14
上传用户:frank1234
从s60平台移植到UIQ平台的例子代码:In this code we shall consider taking a simple HelloWorld GUI application written for the Nokia’s Series 60 reference design and transforming it into a HelloWorld example for the UIQ reference design.
标签: application HelloWorld consider taking
上传时间: 2016-01-08
上传用户:xiaoyunyun
This module is built to provide more practical/effective functions than php iconv for character encoding conversion. Chinese package has been included: gb<->big5, (gb,big5)<->utf8<->unicode, (gb, big5)->pinyin. The Chinese package was built based on the Chinese encoding lib
标签: effective character functions practical
上传时间: 2016-02-20
上传用户:songyue1991