代码搜索:数字时钟程序

找到约 10,000 项符合「数字时钟程序」的源代码

代码结果 10,000
www.eeworm.com/read/154960/11909606

txt 源程序6.txt

// main.h - for compress #ifndef _MAIN_H_DCC_001 #define _MAIN_H_DCC_001 void CompressFile(FILE* input, BIT_FILE* output, int argc, char* argv[]); void ExpandFile(BIT_FILE* input, FILE* outp
www.eeworm.com/read/154960/11909609

txt 源程序1.txt

//------------------------------------------------------------ // arith-n.cpp - order-n arithmetic coding module #include #include #include #include "errhand.h
www.eeworm.com/read/154960/11909611

txt 源程序3.txt

// bitio.h #ifndef _BITIO_H_DCC_01 #define _BITIO_H_DCC_01 #include typedef struct bit_file { FILE* file; unsigned char mask; int rack; int pacifier_counter; // 工作计数
www.eeworm.com/read/154960/11909614

txt 源程序4.txt

// errhand.cpp #include #include #include #include "errhand.h" void fatal_error(char* fmt, ...) { va_list argptr; va_start(argptr, fmt); printf("Fatal
www.eeworm.com/read/154960/11909617

txt 源程序7.txt

// main-c.cpp - for compress #include #include #include #include "bitio.h" #include "errhand.h" #include "main.h" void usage_exit(char* prog_name); void p
www.eeworm.com/read/154960/11909619

txt 源程序8.txt

// main-e.cpp #include #include #include #include "bitio.h" #include "errhand.h" #include "main.h" void usage_exit( char * prog_name ); int main( int ar
www.eeworm.com/read/154960/11909622

txt 源程序5.txt

// errhand.h #ifndef _ERRHAND_H_DCC_001 #define _ERRHAND_H_DCC_001 void fatal_error(char * fmt, ...); #endif // _ERRHAND_H_DCC_001
www.eeworm.com/read/154960/11909624

txt 源程序2.txt

// bitio.cpp #include #include #include "bitio.h" #include "errhand.h" #define PACIFIER_COUNT 2047 BIT_FILE* OpenOutputBitFile( char* name ) { BIT_FILE* bit_file;
www.eeworm.com/read/343921/11919766

txt 串口通信主机程序.txt

#include #define uchar unsigned char #define _rdy_ 0x05 #define _ok_ 0x04 #define _busy_ 0x03 #define _succ_ 0x02 #define _ecc_ 0x01 uchar data ss[]={4,0,0,0}; sbit k1=P3^3;
www.eeworm.com/read/343917/11919802

txt 串口从机程序.txt

ORG 0000H LJMP MAIN ORG 0023H LJMP INT ORG 0030H MAIN: MOV PCON,#80H MOV SCON,#90H SETB EA SETB ES SJMP $ INT: JNB RI,LOOP6 CLR RI MOV A,SBUF