代码搜索:PcB 开发教程
找到约 10,000 项符合「PcB 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/174539/9582984
txt readme.txt
VK62/64/65用户可使用的配套软件见
“VK系列智能液晶配套软件”文件夹
请把光盘上的内容复制到自己的硬盘上再安装,软件版权归本公司所有,盗版必究。
“内码查询”文件夹中有“setup.exe”自动安装程序,安装内码查询程序前请把你的pc机系统时间改为2000年,安装密码为“2000”,在硬盘或光盘上运行该目录中的setup,可在PC机上自动安装内 ...
www.eeworm.com/read/166702/10006433
txt rf_modem_reference_design_readme.txt
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
X Company: CHIPCON AS X
X Address: Gaustadall閑n 21 0349 OSLO
www.eeworm.com/read/361973/10025089
rep evmp28.rep
Specifications For evmp28.pcb
On 2003-5-10 at 11:51:47
www.eeworm.com/read/361973/10025093
vld evmp28.vld
PCB文件数据完整性报告:E:\240PCB\EVMP28.PCB
28-Jul-2003 at 11:45:11
Duplicate pads """" in component P7
Duplicate pads """" in component P6
数据完整性报告结束
www.eeworm.com/read/165040/10078480
txt 操作系统实验一源程序.txt
#include
#include
#include
struct pcbtype{
int id,priority,wait;
char status[8];
}; /*定义进程控制块*/
struct semtype{
int value; /*表示该类资源的可用资源*/
int waitptr; /
www.eeworm.com/read/164953/10080523
lst arm_00_os_core.lst
ARM COMPILER V2.50a, ARM_00_OS_Core 16/05/06 14:55:44 PAGE 1
ARM COMPILER V2.50a, COMPILATION OF MODULE ARM_00_OS_Core
OBJECT MODULE
www.eeworm.com/read/164953/10080530
c arm_00_os_core.c
/**********************************************************************************************
本程序只供学习使用,不得用于其它任何用途,否则后果自负。
ARM_00_OS_Core.c file
作者:Computer-lov
建立日期:2006-5-1
修改日
www.eeworm.com/read/163516/10155456
cpp os.cpp
// Os.cpp: implementation of the Os class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Os.h"
#include "stdlib.h"
#include "time.h"
www.eeworm.com/read/163323/10166132
cpp 复件 (2) main.cpp
#include "head.h"
//////////////////////////////////////////////////////////////Common
int getNowTime(){//取得现在时间
return time(NULL);
}
void wait(int n){//等待n秒钟
int now=getNowTime();
while(get