搜索资源列表
几个汇编代码code
- fx.asm 反序输出 cpc.asm 人机对话 DECHEX.ASM 十进制到十六进制转换 PX.ASN 排序 DISP.ASM 显示非组合BCD码 COUNTA.ASM 统计字符A的个数 GRA.ASM 格雷码 TADD.ASM 加法运算 TMUL.ASM 乘法运算-fx.asm sequence output cpc.asm anti-human-machine dialogue DECHEX.ASM decimal to hexadecimal c
AutoShowTime
- 工程师在用Keil开发程序时,在代码性能要求较高的场合,需要对代码段的执行时间作统计。比如在做LED显示屏软件扫描程序,或一些定时采集数据程序,如果在软件仿真的时候就能够清晰知道代码段的运行时间,那就可以对程序进行优化,或者插入汇编代码(asm)达到最高运行速度。 关键字:Keil DLL C语言 ASM 汇编-engineers in the development process with Keil, the code performance requirements higher o
bootstrap_tools
- 一种好的统计参数估计方法.其中的原代码为国外学者编写,适合任何分布
ARM27
- 统计一个字符串中含有 abc 的字母个数,用ARM编程实现,是学习arm编程的一个经典代码。
11
- 该代码为温度控制系统的一个上位机程序,可以采集单片机上传的温度值,并绘出温度曲线,可以通过该程序修改单片机上的温度设定值,有各种参数统计功能-The code for the temperature control system of a host computer program that can capture the temperature microcontroller to upload, and draw the temperature curve, you can modify t
matlab
- 这个是统计信号处理中信号检测的相关代码,其中包括了很多测量信号的方法-this is associated code about signals in the files you can see a lot of means to measure the signals
UCOS-II----IAR4.42-
- 开发环境:EWARM mcu:STM32 UCOS-II移植(IAR4.42版本) 本工程的代码存放在FLASH中(0x08000000~0x0801ffff,共128KB),堆栈和数据放在RAM中(0x20000000~0x20004fff,共20KB)。 本工程共6个任务: 任务名 优先级 功能 AppTaskStart()"Start Task" 3 初始化uC/TCP-IP,触发LED AppTaskKbd() "Keyboard" 4 读取按键和J
library-management-system
- 本系统是用vb 6.0写的图书管理系统,功能很强大,有4位随机图片验证功能,并能够用代码生成统计图。另外系统界面很华丽!-The system is written in vb 6.0 library management system, very powerful, four random image verification and code generation charts. In addition, the system interface is gorgeous!
Lab520-VideoReverse
- 视频图像处理 直方图统计 内含工程和所有代码-Video image processing histogram statistics
Lena_-image-information-entropy
- lena 图像信息熵 分为统计独立和非统计独立(二元联合熵)的代码,所用图像为256*256bmp-Lena image information entropy divided into statistical independence and non statistical independence (two yuan joint entropy) code, image using 256*256bm
calc-words-lines.sh.tar
- 用于shell实现统计代码行数,截取代码片段,当然有更好选择cloc-For shell implementations count the number of lines of code to intercept the code snippet, of course, there are better choices clocUsed to count the number of lines of code to intercept the code snippet
24C04开机次数统计的设计
- 24C04开机次数统计的设计实例,不含代码