代码搜索:通讯源程序

找到约 10,000 项符合「通讯源程序」的源代码

代码结果 10,000
www.eeworm.com/read/288358/8640923

c 源程序_i.c

/* this file contains the actual definitions of */ /* the IIDs and CLSIDs */ /* link this file in with the server and any clients */ /* File created by MIDL compiler version 5.01.0164 */ /*
www.eeworm.com/read/385554/8799181

txt 源程序6.txt

// wm_bitio.h #ifndef _WIX_WM_BITIO_H_01_ #define _WIX_WM_BITIO_H_01_ // 取log2(n)的upper_bound int UpperLog2(int n); // 取log2(n)的lower_bound int LowerLog2(int n); // 将位指针*piByte(字节偏移),
www.eeworm.com/read/385554/8799185

txt 源程序1.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/385554/8799186

txt 源程序4.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/385554/8799192

txt 源程序5.txt

///////////////////////////////////////////////////////// // 取log2(n)的upper_bound int UpperLog2(int n) { int i = 0; if (n > 0) { int m = 1; while(1) { if (m >= n) return i
www.eeworm.com/read/385554/8799195

txt 源程序2.txt

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

txt 样本源程序.txt

#include #include #include #include using namespace std; #define r (0.08) #define sigma (0.2) #define deltT (1/250.0) double gaussrand() //标准高斯
www.eeworm.com/read/371142/9564630

lst 迷宫车源程序.lst

页 1 06-01-07