代码搜索:electrical system
找到约 10,000 项符合「electrical system」的源代码
代码结果 10,000
www.eeworm.com/read/373904/9429782
h system.h
/*
*******************************************************************************
**
** This device driver was created by Applilet for the 78K0S/KB1+, 78K0S/KA1+,
** 78K0S/KY1+,78K0S/KU1+ 8-Bit
www.eeworm.com/read/373904/9429809
rel system.rel
www.eeworm.com/read/373904/9429813
c system.c
/*
*******************************************************************************
**
** This device driver was created by Applilet for the 78K0S/KB1+, 78K0S/KA1+,
** 78K0S/KY1+,78K0S/KU1+ 8-Bit
www.eeworm.com/read/177819/9431532
h system.h
/* Portability cruft. Include after config.h and sys/types.h.
Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modi
www.eeworm.com/read/177609/9444155
c system.c
#include
#include
#include
int main()
{
char c;
int in, out;
in = open("file.in", O_RDONLY);
out = open("file.out", O_WRONLY|O_CREAT, S_IRUSR|S_IW
www.eeworm.com/read/177594/9445571
h system.h
void InitPLL(void);
void InitPLL(void)
{
// for 20MHz to 192MHz R=96-1 0x5f N=10-1 0x09
PLLNDIV=0x09; //set N
PLLRDIV=0x5f;
PLLCON=(PLLRDIV&0x03)
www.eeworm.com/read/373602/9448639
asm system.asm
.INCLUDE hardware.inc
.INCLUDE key.inc
.DEFINE TIMER_CLKA_8K 0x0003
.DEFINE TIMER_CLKB_1 0x0030
.DEFINE RUN_TIMERA 0x1000
.DEFINE TIMER_DATA_FOR_8KHZ (0xFFFF-80)
.DEFINE P_ADC_M
www.eeworm.com/read/373602/9448674
asm system.asm
.INCLUDE hardware.inc
.INCLUDE key.inc
.DEFINE TIMER_CLKA_8K 0x0003
.DEFINE TIMER_CLKB_1 0x0030
.DEFINE RUN_TIMERA 0x1000
.DEFINE TIMER_DATA_FOR_8KHZ (0xFFFF-80)
.DEFINE P_ADC_M