代码搜索:ctrl

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

代码结果 10,000
www.eeworm.com/read/370163/9614379

htm globals_defs_0x62.htm

MiniGUI V1.6.10 API Reference: Data Fields
www.eeworm.com/read/369901/9630028

txt 在线聊天说明v1.22.txt

-------------------------- 作者:shemily 创建:2007-01-12 版本:1.22 修改:2007-04-01 ----------------------- 2007-03-24 1、支持firefox; 2、增加MeTro样式; 3、全面支持MSSQL以及Access数据库;
www.eeworm.com/read/369484/9644286

plg histogramtest.plg

Build Log --------------------Configuration: HistogramTest - Win32 Debug-------------------- Command Lines Creating command line "rc.exe /l 0x4
www.eeworm.com/read/369142/9661863

cpp decoding.cpp

/**********************************************/ /* LDPC Decoder /* int DecodingF(struct BasicParaS * ctrl, double * input) /* Written by: Ouyang Ziyue, /* Date: Dec 21st, 2007,
www.eeworm.com/read/369134/9661919

cpp loadbasicmatric.cpp

#include "parameter_sets.h" int LoadBasicMatrixF(struct BasicParaS * ctrl) { // Declaration FILE * fpBasicMatrix; int i, j; // Initialization if ((fpBasicMatrix = fopen("BasicMatri
www.eeworm.com/read/369134/9661944

cpp countber.cpp

#include "parameter_sets.h" double CountBerF(struct BasicParaS * ctrl, int * input, int * output) { double ber; int i; double counter = 0; for (i=0; icodeK; i++) { if ((
www.eeworm.com/read/369134/9661961

cpp decoding.cpp

#include "parameter_sets.h" int * DecodingF(struct BasicParaS * ctrl, double * input) { int * output = new int[ctrl->codeK]; int * decodeOutput = new int[ctrl->numInBits]; double * decod
www.eeworm.com/read/369096/9662536

c lcm.c

/* file name:lcm.c function: lcm applicantion interface author :Einsn date:2006-12-24 */ #include "lcm.h" #include //malloc free #include #include
www.eeworm.com/read/172886/9683521

lss lcd12864.lss

lcd12864.elf: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .text 000001e2 00000000 00000000 00000094 2**0
www.eeworm.com/read/367990/9720101

c ctrlbrk.c

#include #include void main(void) { printf("Previous extended Ctrl-Break status %s\n", (getcbrk()) ? "On": "Off"); setcbrk(0); // Turn if off }