搜索资源列表
rc6_avr
- AVR单片机的优化RC6 加密算法(速度快,其优化思想绝对值得学习) 在有128bytes RAM 的AVR单片机上执行 rc6 16/10/8(16 bit/10 rounds/8 bytes keys) * 对多数代码进行了 C 语言优化,对数据相关循环移位,模乘等用ASM优化 * 在4MHz无乘法器的AVR上得到平均 1172 Bytes/s的加解密速度。 * 编译器: AVR-G-AVR optimization RC6 encryption algorithm
Comparators_16B
- verilog 实现 优化的16位比较器 可以输出大于,小于,等于。模块化设计,可扩展为32位-Verilog achieve optimization of 16 compared with the output can be greater than, less than, equal to. Modular design, which can be expanded to 32
8052os
- /*看大家都在学操作系统,我也想学学。所以想用51写一个来玩玩,发现比较郁闷。 弄了几下,不想再弄了,51弄这个没啥意思。我用的89S52,除了速度慢,RAM资源 太少之外,其它都还过得去。弄了一点代码出来,放在那也没啥用,不如拿上来 给新手看看,一个任务调度的雏形是什么样子的~~~~~~~~~这些代码没有经过优化, 我只求实现任务切换的功能。 利用定时器2产生10mS的定时中断作为时钟节拍,任务切换时保存工作寄存器等操作 嵌入了汇编指令,因此Task_Switch.
STC_Download
- STC-Download/STC-ISP下载工具(STC89C51单片机在线下载器) 必须组件: SPComm(必须), VCLSkin(可以去掉) ------------------------------------------ 23:13 2005年7月4日 ------------------- 1.增加了重复下载功能,便于多个芯片下载 2.改进连机搜索算法 13:23 2005年7月4日 -------------------
MPC8241BSP
- MPC8241:本程序是freescale的824*系列的BSP源程序,可以应用于该系列的处理器。本程序经过优化和项目支持,已裁减为一个最小系统,开发者可以利用本源程序扩展功能,适合研究嵌入式和项目开发。-MPC8241 : this procedure is 824 * Freescale series of BSP source, The series can be applied to the processor. After this process optimization and p
PinYin_InputMethod_C51
- 用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。
159
- 路口分主干和支干道,主干道的绿灯时间(为25秒)长红灯时间短(为20秒),支干道的红灯时间长(为30秒)绿灯时间短(为15秒),黄灯时间相等(为5秒)! 用P1口控制红绿灯,用P0和P2显示时间! 程序还没有优化,还望各位老师多多指点! -junction trunk and branch-trunk Road green time (for 25 seconds) long red light a short time (20 seconds), Support corridors
S1C33
- ucosii 移植到s1c33平台的3个关键文件 其中os_cpu_a.s 是 os_cpu_a.c 汇编优化 用一个就可以了-ucosii s1c33 platform transplanted to the three key documents which are os_cpu_a.s os_cpu_a.c optimization with a compilation, on the
RGBtoYCbCr
- ADI BF535 DSP 图象处理颜色空间RGB to Ycrcb转换汇编优化源码-ADI BF535 DSP image processing RGB color space conversion Ycrcb to compile source code optimization
AutoShowTime
- 工程师在用Keil开发程序时,在代码性能要求较高的场合,需要对代码段的执行时间作统计。比如在做LED显示屏软件扫描程序,或一些定时采集数据程序,如果在软件仿真的时候就能够清晰知道代码段的运行时间,那就可以对程序进行优化,或者插入汇编代码(asm)达到最高运行速度。 关键字:Keil DLL C语言 ASM 汇编-engineers in the development process with Keil, the code performance requirements higher o
CompilerOptimizations
- To increase simulation speed, ModelSim® can apply a variety of optimizations to your design. These include, but are not limited to, mergingprocesses, pulling constants out of loops, clock suppression, and signal collapsing. You control the level o
fft_VB_DSP
- 我自己编写的VB的FFT程序,算法中改进了网上常用算法的一些Bug,并且进行了优化,已经移植到DSP中检验过算法的速度与正确性,测试数据显示效果非常好。-myself prepared by the VB FFT procedure, the algorithm used the Internet to improve the algorithm Bug, and the optimization, which has been ported to the DSP algorithm tests
embedc[1]
- 简介 当今嵌入式处理器的生产已远远超过了为桌面系统所设计的处理器。本书通过介绍8位微控制器(MCU)的开发原理和C语言的相关知识,向读者展示了如何用C语言编写8位嵌入式MCU程序,内容涉及数据类型和变量、函数库、优化和测试嵌入式C语言程序等。利用贯穿全书的样例工程,揭示了特定设备硬件开发的详细细节,以及用C语言进行嵌入式程序设计所带来的快速开发、增强的可移植性和再利用等优越性能。本书适合于从事嵌入式研究的相关技术人员使用-briefing today's embedded process
imgDSP.rar
- 有关图像处理中的dsp优化的文章,以及FPGA在嵌入式领域进行运动估计的文章,Related to image processing dsp optimization article, as well as the field of FPGA in the embedded motion estimation article
12864液晶(带字库+不带字库)+51单片机贪吃蛇游戏机
- 半年前发过一个版本,有一些人看了后找我交流一些问题,从而使我再次看程序的时候发现以前的有很多毛病。 于是重写了代码,加了游戏地图选择,开机动画,加了protues仿真,弄了许多的优化。 这里面有我做51单片机+12864液晶的贪吃蛇游戏机的全部详细资料。 代码注释详尽,思路清晰。 仿真和实物都有做过,保证游戏没有重大BUG。 响应OPEN精神0资源分发出来。 主要包含 1. 带字库和不带字库12864液晶的基本操作以及动画显示。涉及到得资料和软件
matrix-optimize
- 这是dsp实验中用汇编语言编的矩阵相乘优化,包括4种优化方法,最终时钟周期400多个-This is the dsp series of experiments using assembly language to optimize matrix multiplication, including four kinds of optimization methods, the final clock cycle 400
s3c6410-h264-IDR-encode-ok
- 这是上一个代码的优化,加了IDR帧编码,适合不稳定网络(如移动通信网),已产品化,基于华恒S3C6410-R2开发板采集视频并压缩为H264格式,带IDR帧,使用时.c文件要改名为cam2fb.c-This is a code optimization, plus the IDR frame coding for unstable networks (such as mobile communications network), has been product oriented, huahen
ourdev_7
- 优化级别必需为s,其他优化级别也不会导致编译时出错,但会导致运行时出错。原因涉及局部变量分配堆栈处理方式不同,也就是OS_CPU_A.c那个文件中的移植部分。还有就是其他优化涉及的中断自动保存寄存器的数量有所出入。-Necessary to optimize the level of s, other optimization levels will not lead to compile-time error, but it will result in run-time error. Re
zhangjie
- 描述公交换乘的代码优化,有助于解决实际生活中的问题-Describe the bus transfer of code optimization to help solve real life problems
LectureNote
- 高级Xilinx FPGA ISE设计教程,详细讲解优化Xilinx设计结构改善时序,减少implementation时间,减少调试时间,片上验证以及调试等FPGA设计深入环节,是深入理解FPGA设计的不可多得的好书。-Advanced Xilinx FPGA ISE design tutorial, explain in detail the structure of the Xilinx design optimization to improve timing, reduce implem