在软件Proteus中仿真ucos(ARM) 1.移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外,对中断专门用了一个函数OS_int_A.s 按其中的规则写中断函数即可. 2。应用实例为\ArmUCOS\App\test1\test.mcp,在周立功2104的板子上的ram中就可直接运行(code+data<16K), 注意使用了.a库文件(我习惯这么用) 3. 将所有的文件放到D:\ArmUCOS\下,这样上面的文件能直接编译.
标签: OS_CPU_A OS_CPU_C Proteus OS_CPU
上传时间: 2014-01-02
上传用户:chenbhdt
12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={"www.zansi.com"} delay(BYTE ms) {
标签: include unsigned intrins typedef
上传时间: 2016-04-25
上传用户:zsjinju
h.261 player with running h.261,p24,h26 file
上传时间: 2013-12-16
上传用户:lanwei
PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = PlotSphereIntensity(...) Plots the intensity (as color) of a number of points on a unit sphere. Input: azimuth (phi), in degrees elevation (theta), in degrees intensity (optional, if not provided, a green sphere is produced) All inputs must be vectors or matrices of the same size. Data does not have to be evenly spaced. When there aren t enough points to draw a smooth sphere, additional points (with color) are interpolated. Output: h - a handle to the patch object The axes are also plotted: positive x axis is red positive y axis is green positive z axis is blue
标签: PlotSphereIntensity elevation azimuth intensity
上传时间: 2014-01-15
上传用户:ruan2570406
H.264 and MPEG-4 Video Compression 一本非常好的讲H。264的书。
标签: Compression 264 Video MPEG
上传时间: 2014-01-20
上传用户:bjgaofei
This ximage.h file, it is very useful for image processing and cbir system.
标签: processing ximage useful system
上传时间: 2014-01-27
上传用户:Amygdala
H.263编解码源代码,对视频音频文件的压缩解压码
上传时间: 2016-04-29
上传用户:Shaikh
#include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef int Status typedef char TElemType /*树元素的类型*/ int t=35 int n=20 int h=14 int u=2 int leaf=0,non_l_leaf=0,non_r_leaf=0,root=0 /*各种结点数*/ char le[m],l[m],r[m],ro[m] /*用与存放各种结点*/ typedef struct BiTNode/*定义二叉树*/
上传时间: 2013-12-15
上传用户:liansi
[T264_decoder.rar] - 经过开源的H.264压缩算法代码,进行优化后并在VC++6。0环境下调试和PC下成功运行,也可以在DSP上运行 [x264-windows.rar] - X264,H.264编码器源代码,在windows下用VC编译通过, [技术手册arm.rar] - arm技术手册,详细讲解了利用arm开发嵌入式系统的各个流程以及详细的步骤,对于初学arm的开发人员来说是不可多得的好手册! [2005827161349.rar] - 介绍嵌入式的视频,来自上海交通大学,是一个ARM培训的视频教程 [H.264_CODEC_Src.zip] - 标准H.264编解码源代码,C语言实现,值得参考。 [h264new.rar] - 最新视频传输协议H.264的c语言源代码
上传时间: 2013-12-30
上传用户:xiaoyunyun
51单片机,健盘驱动,包括C文件和H文件,只接加到工程中使用,已经调试通过.
上传时间: 2016-05-01
上传用户:talenthn