搜索资源列表
-
1下载:
卡尔曼滤波C程序 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。
对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,
传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,
例如头脸识别,图像分割,图像边缘检测等等。-Kalman filtering C program Kalman filter is
-
-
1下载:
半年前发过一个版本,有一些人看了后找我交流一些问题,从而使我再次看程序的时候发现以前的有很多毛病。
于是重写了代码,加了游戏地图选择,开机动画,加了protues仿真,弄了许多的优化。
这里面有我做51单片机+12864液晶的贪吃蛇游戏机的全部详细资料。
代码注释详尽,思路清晰。
仿真和实物都有做过,保证游戏没有重大BUG。
响应OPEN精神0资源分发出来。
主要包含
1. 带字库和不带字库12864液晶的基本操作以及动画显示。涉及到得资料和软件
-
-
0下载:
程序是51单片机红外遥控器编写方法,优化的C语言代码,希望对大家有所帮助-51 SCM program is the compilation of infrared remote control, optimization of C language code, we want to help
-
-
0下载:
基于S3C2410的WMA开源解码程序优化,不错的一编论文,希望对你有帮助-S3C2410-based open-source decoding of the WMA program optimization, a series of good papers, want to help you
-
-
0下载:
基于P/G网模拟程序的集成优化系统,对其进行界面的设计-Integrated optimization system of simulated program of Power-Ground networks
-
-
0下载:
* 高速视频A/D采集模块 参考例程
* 基于MC9S12DG128芯片,除PLL部分,其他可直接移植至XS128
* 40M主频,采样点数110点,程序优化后,性能更可提高
* 使用本模块,单片机采集速度与片内A/D时钟无关,性能与主频之间关联
* 所以采用更快的处理器,将获得更高的分辨率
* 本程序在采集每场图像,每行110个点,每隔5行采集一次,连续采样-* High-speed video A/D acquisition module reference routin
-
-
1下载:
CRC16校验算法的C51程序的优化
包括计算法和查表计算混合法
专为KEIL C51优化,高效计算-CRC16 checksum algorithm optimization C51 program including calculation method and calculation of mixing method look-up table for KEIL C51 optimized and efficient computing
-
-
0下载:
这是ADI的TS系列的DSP编程的一些子程序,优化好的里面有几百个子程序,非常有用,再次献上 希望对各位有所帮助-This is the ADI' s TS Series of DSP programming some of the subroutines, which have hundreds of sub-optimization of a good program, very useful, once again offer hope to help you
-
-
0下载:
单片机子程序,有各种数据格式的各种数学运算.(1)按当前流行的以 IBM PC 为主机的开发系统对汇编语言的规定,将原子程序库
的标号和位地址进行了调整,读者不必再进行修改,便可直接使用。
(2)对浮点运算子程序库进行了进一步的测试和优化,对十进制浮点数和二进制浮
点数的相互转换子程序进行了彻底改写,提高了运算精度和可靠性。
(3)新增添了若干个浮点子程序(传送、比较、清零、判零等),使编写数据处理
程序的工作变得更简单直观。-SCM subroutine, there
-
-
0下载:
PMD在dsp上的优化方案,一篇修改稿。主要是PMD的补偿方案,利用的pso算法优化。-PMD in the dsp on the optimization program, a revised version. PMD compensation scheme is mainly the use of the pso algorithm optimization.
-
-
0下载:
Djvu格式的中文书籍,数字信号处理C程序集。对于从事编写科学计算程序或DSP算法优化的朋友非常有用。-Djvu format of Chinese books, digital signal processing C assembly. Engaged in the preparation of scientific computing for DSP algorithm optimization program or friend is very useful.
-
-
0下载:
一些很小但非常有用的资料,一起打包传上来,电子类缩略语大全,电子类缩略语大全,运算放大器电路设计,运放用法大全,程序优化-Some small but very useful information, packaged with the mass up, electronic acronyms Guinness, electronic acronyms Guinness, operational amplifier circuits, op amp usage Daquan, program o
-
-
0下载:
这是遥控发端编码板
程序功能:驱动LED显示。键盘输入。模拟PT2272编码,数据输出使能延时1.5S,优化时间算法使发送单个数据包时间缩短1/3 模拟PT2272串行数据输出和数据输出使能。-This is a remote control program features the originator code board: drive LED display. Keyboard input. Analog PT2272 coding, data output enable delay
-
-
0下载:
本文描述了基于TMS320DM642 DSP 多媒体平台的H. 264 解码器的实现和优化。简单介绍了该解码器的
硬件平台之后,讲述了移植解码器的过程,包括将基于PC 的H. 264 解码程序DSP 化 随后介绍了针对各解码模块的
优化方法。实验结果表明:与原始的H. 264 解码器(JM74) 相比,该解码器提高了运行速度,可以进行实时应用。-This paper describes the implementation and optimization of H. 264 decod
-
-
0下载:
把矩阵相乘程序优化。
使用四种方案,写出每种优化方案的思路
和优化的结果 -The matrix multiplication program optimization. With four options, the idea to write each optimization and optimization results
-
-
0下载:
嵌入式系统的C语言设计,展示用C语言编写MCU程序,涉及数据类型和变量、函数库、优化和嵌入式。介绍了特定软硬件开发的详细细节-Design of embedded systems in C, showing the MCU program written in C language, data types and variables involved, libraries, optimization and embedded. Describes the specific hardware an
-
-
0下载:
关于单片机一些复位电路的设计及优化的方案.-Some of the microcontroller reset circuit design and optimization program.
-
-
0下载:
减少开发者的工作量,可自动生成基础类,优化程序-Reduce the workload of developers, it can automatic generating base class, optimization program
-
-
0下载:
单片机优化程序,其中有RTC闹钟、矩阵按键扫描、AD转换-SCM optimization program, RTC alarm matrix key scan, AD converter, etc.
-
-
0下载:
C代码优化方案,选择合适的算法和数据结构,使用尽量小的数据类型 ,减少运算的强度。-C code optimization program, select the appropriate algorithms and data structures as small as possible data types to reduce the intensity of the operation.
-