代码搜索:16

找到约 10,000 项符合「16」的源代码

代码结果 10,000
www.eeworm.com/read/468384/6989352

c crc16.c

typedef unsigned char BYTE; typedef unsigned short WORD; static WORD CRC16_size(BYTE *data, WORD len, WORD seed) { WORD q, c; for (unsigned int i = 0; i < len; i++) {
www.eeworm.com/read/468438/6989959

sql demo16.sql

create table t ( x int, constraint t_pk primary key(x) ); insert into t values (1); insert into t values (2); insert into t values (9999999999); analyze index t_pk validate structure; select lf_b
www.eeworm.com/read/468470/6991172

frx form16.frx

www.eeworm.com/read/468470/6991177

frm form16.frm

VERSION 5.00 Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0"; "COMCTL32.OCX" Object = "{A964BDA3-3E93-11CF-9A0F-9E6261DACD1C}#2.0#0"; "RESIZE32.OCX" Begin VB.Form Form16 Caption
www.eeworm.com/read/468496/6991308

h keyboard16.h

#include "..\inc\def.h" void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt void KeyBoard_init(void);
www.eeworm.com/read/468514/6991852

schdoc prefect.~(16).schdoc

www.eeworm.com/read/468018/6997953

c fft16.c

#include "fft16.h" #include "math.h" struct compx EE(struct compx b1,struct compx b2) { struct compx b3; b3.real=b1.real*b2.real-b1.imag*b2.imag; b3.imag=b1.real*b2.imag+b1.imag*b2.real;
www.eeworm.com/read/468018/6997954

h fft16.h

struct compx EE(struct compx b1,struct compx b2); void FFT(struct compx *xin,int N); struct compx { float real; float imag; };
www.eeworm.com/read/468018/6997957

paf fft16.paf