JavaTM 2 Platform, Enterprise Edition, v 1.3 API Specification
标签: Specification Enterprise Platform Edition
上传时间: 2016-04-23
上传用户:Divine
crw-v用户手册,这个主要是一个读卡器的使用方式,即它的函数调用
上传时间: 2014-02-25
上传用户:lvzhr
在软件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