-
HeartRate
msp430心电仪解决方案,IAR程序。(msp430 ECG instrument solutions, IAR process.)
- 2010-06-02 20:09:26下载
- 积分:1
-
EM4095
采用STC89C51编写的125K射频卡阅读器程序,采用EM4096基站芯片。(125K RF using STC89C51 written card reader program, the the EM4096 base station chip.)
- 2012-07-12 10:05:19下载
- 积分:1
-
xydy
校园导游咨询 [问题描述] 设计一个校园导游程序,为来访的客人提供各种信息查询服务。 [基本要求] (1)设计你的学校的校园平面图,所含景点不少于10个。以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 (2)为来访客人提供图中任意景(Campus tour guides Advisory [Description of the problem] to design a campus tour guide procedures for visitors, providing information services. [Basic requirements] (1) design your floor plan in schools, which contain not less than 10 scenic spots. Vertex to map the various scenic spots in schools, storage attractions name, code-named, briefings and other information to edge that path, the path length of storage and other related information. (2) to provide visitors map arbitrary King)
- 2008-12-27 09:50:03下载
- 积分:1
-
AddCAD
AE实现加载CAD格式的数据,以及对其进行转换格式,转换为SHP等格式,还有对其进行编辑等操作(AE spatial data editing functions, including generating points, generating lines, as well as delete, move elements such as fried operation)
- 2013-10-26 11:23:37下载
- 积分:1
-
paddle-mobile
说明: 百度深度学习前向框架,针对手机前端等作出相应优化(Baidu Deep Learning Forward Framework)
- 2019-06-09 13:52:53下载
- 积分:1
-
二维码生成工具c++源码
二维码生成工具c++源码
VS2013下编译,可选择生成的二维码样式和复杂度
- 2022-05-26 04:13:46下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
Czhihen
关于C语言的一些指针的处理算法,能够使得初学者对C语言指针有自己的了解(Some pointers on C language processing algorithms, it is possible to make a beginner C language pointer has its own understanding)
- 2016-06-17 11:29:59下载
- 积分:1
-
target-tracking
基于meanshift算法的目标跟踪,主要是基于opencv车辆跟踪!!!程序当中进行简单的图像分割(Based on the meanshift algorithm of image segmentation and target tracking.)
- 2013-08-21 10:45:45下载
- 积分:1
-
h264标准转MP4,基于vs10平台
处理视频,基于H264的标准来转换MP4,采用了C++语言在VS10平台开发的
- 2022-01-24 18:48:36下载
- 积分:1