代码搜索:7000 开发教程
找到约 10,000 项符合「7000 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/102564/15770685
ppt 第6章 应用系统开发.ppt
www.eeworm.com/read/102521/15779533
zip 软件开发计划书模版.zip
www.eeworm.com/read/102037/15794252
chm win2000驱动程序开发.chm
www.eeworm.com/read/186097/8960095
h can.h
/*
********************************************************************************************************************
*描述: G7000CAN-(V1.00)
*文件名:
*应用语言: KEIL C51
*版本 : V1.01
*鲍方
www.eeworm.com/read/185724/8988797
h mydefine.h
#ifndef _MYDEF_H
#define _MYDEF_H
#include "math.h"
#define EVENT_BKSCROLL 1//主定时器
#define EVENT_BAO 2//宝箱定时器
#define BAO_TICK 7000//宝箱定时器的间隔时间
#define PI 3.1415926//圆周率
#endif
www.eeworm.com/read/381544/9086668
drl pcb_ml505_100306-1-14.drl
M48
INCH,TZ
T01C.01
T02C.012
T03C.015748
T04C.02598
T05C.027559
T06C.027949
T07C.03
T08C.0315
T09C.032
T10C.033
T11C.033858
T12C.035
T13C.035429
T14C.036
T15C.03622
T16C.04
T17C.041
www.eeworm.com/read/308966/13685081
txt 说明.txt
简易示波器操作说明:
例程中有两个DSO(数字存储示波器),其中,“dso”版本中的曲线采用虚线形式,而“dso_vector” 版本中,曲线显示采用“矢量”方式,即两个样点之间用实线相连,但显示速度较慢。
1.键盘设置如下:
1 2 3 0
www.eeworm.com/read/136812/5860953
pr panel_left_arrow.pr
/* Format_version=1, Width=16, Height=8, Depth=1, Valid_bits_per_item=16
*/
0x0000,0x1000,0x3000,0x7000,0xF000,0x7000,0x3000,0x1000
www.eeworm.com/read/136812/5861001
pr screenr7.pr
/* Format_version=1, Width=48, Height=18, Depth=1, Valid_bits_per_item=16
*/
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
0x0000,0x0000,0x0000,0x0000,0x000
www.eeworm.com/read/128531/5986449
makefile
#
# S/390 network devices
#
O_TARGET := s390-net.o
list-multi := ctc.o
export-objs := iucv.o fsm.o
ctc-objs := ctcmain.o ctctty.o
obj-$(CONFIG_IUCV) += iucv.o fsm.o
obj-$(CONFIG_CTC) += ctc.o fsm.