代码搜索:PIC
找到约 10,000 项符合「PIC」的源代码
代码结果 10,000
www.eeworm.com/read/158679/11592721
class pic_mid.class
www.eeworm.com/read/158679/11592723
class pic_show.class
www.eeworm.com/read/158679/11592732
class pic_show.class
www.eeworm.com/read/158679/11592733
java pic_show.java
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
public class Pic_show extends Applet implements ActionListener
{
Button pic_first,pic_next,pic_forword,pic_last,pic_goto
www.eeworm.com/read/348271/11603524
cce pic_game.cce
Advisory[1207] : some of the command line options you are using are now obsolete
Advisory[1208] : use --help option or refer to the user manual for option details
www.eeworm.com/read/348271/11603550
sdb pic_game.sdb
[p GLOBOPT AUTOSTATIC PIC14 PICMIDHI PICLOMID ]
"14 d:\Program Files\HI-TECH Software\PICC\9.50\include\pic16f946.h
[v _TMR0 `Vuc 1 s 1 @1 ]
"15
[v _PCL `Vuc 1 s 1 @2 ]
"16
[v _STATUS `Vuc 1
www.eeworm.com/read/348271/11603570
c pic_game.c
#ifndef __PIC_GAME_c__
#define __PIC_GAME_c__
#include "PIC_GAME.h"
void main(void)
{
uint8_t i;
delay(255);
cpu_inti();
for(i=0;i
www.eeworm.com/read/348271/11603572
h pic_game.h
#ifndef __PIC_GAME_h__
#define __PIC_GAME_h__
#include
#include "defin_data.h"
//乘方替代
ROM_DTAT uint16_t mux_int[]={
0x0001,0x0002,0x0004,0x0008,0x0010,0x0020,0x0040,0x0080,
0x0100,0x020
www.eeworm.com/read/348271/11603584