#include #include void _assert(char *s, char *f, int l) { printf("assertion error: \"%s\" on file %s line %d\n", s, f, l); exit(1); }
http://www.codebf.com/read/172774/5382112
#include #include #define U1 unsigned char void printBinary(U1 nbr) { U1 i; printf("["); for(i=128;i>0;i=i/2) { if(nbr&i){ printf("1"); } else{ printf("0"); }
http://www.codebf.com/read/171602/5392339
#include #include #define U1 unsigned char void printBinary(U1 nbr) { U1 i; printf("["); for(i=128;i>0;i=i/2) { if(nbr&i){ printf("1"); } else{ printf("0"); } } printf("
http://www.codebf.com/read/171602/5392363
#include #include #include #ifdef DEBUG #undef DEBUG #endif #ifdef DEBUG #define PRINTF(format, args...) _printf(format , ## args) #else #define PRINTF(format, argc.
http://www.codebf.com/read/171344/5396346
#include #include #include "../disk/part_amiga.h" #include #undef BOOTA_DEBUG #ifdef BOOTA_DEBUG #define PRINTF(fmt,args...) printf (fmt ,##args) #else #define
http://www.codebf.com/read/171344/5396779
#!/bin/awk BEGIN { print "unsigned char bootscript[] = { \n"} { for (i = 2; i
http://www.codebf.com/read/171344/5397102
#include #include int main() { char szTemp[1024]; wsprintf(szTemp,"当前文件名:%s\n",__FILE__ ); OutputDebugString(szTemp); wsprintf(szTemp,"%d行的内容为printf(szTemp);\n",__
http://www.codebf.com/read/171026/5400372
#include "T-ProcMon.h" INT main( INT iArgc, PTSTR pArgv[]) { Start(); if(!SetConsoleCtrlHandler(CtrlEvent,TRUE)) { printf("SetConsoleCtrlHandler for Event Control Error: %d\n",G
http://www.codebf.com/read/171026/5400393
#include "config.h" #include "cpu.h" #include "genlib.h" #include "stddefs.h" extern int getopt(), atoi(), printf(); extern void InitUART(); void mstatshow(void); static ushort MonitorSTATUS
http://www.codebf.com/read/170239/5406272
#ifndef LINT /* derived from: zoo.c 2.24 88/01/29 00:55:09 */ static char sccsid[]="$Id: zoo.c,v 1.21 91/07/09 02:36:40 dhesi Exp $"; #endif /* LINT */ #if 0 #define TRACEI(item) printf("line %
http://www.codebf.com/read/169979/5407856
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机