代码搜索:visual basic

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

代码结果 10,000
www.eeworm.com/read/179565/9350680

asp frm_psj_basic.asp

油田采油工艺综合管理系统
www.eeworm.com/read/179565/9351043

asp well_basic_form.asp

油田采油工艺综合管理系统
www.eeworm.com/read/179565/9351074

asp frm_basic_form.asp

油田采油工艺综合管理系统
www.eeworm.com/read/179565/9351101

asp frm_well_basic.asp

油田采油工艺综合管理系统
www.eeworm.com/read/375622/9355553

m qam16_basic.m

% qam16_basic.m % % Simulate basic 16 QAM with AWGN % % Programmed by linxiaochen %******************** Preparatin part ******************************* sr = 256000.0; % S
www.eeworm.com/read/372156/9518932

bak sur_basic.c.bak

/* file_name: sur_basic.c * author: wangtiezhen miuliang @ Xidian University * description: */ flag_type sur_get_command(void){ // printf("all your command:\n"); // int i = 0; // for(i =
www.eeworm.com/read/169946/9829897

c basic_prediction_mmx.c

/************************************************************************** * * * This code has been developed by Eugene Kuzn
www.eeworm.com/read/169946/9830022

c basic_prediction_mmx.c

**/ #include "basic_prediction.h" void CopyBlock(unsigned char * Src, unsigned char * Dst, int Stride) { int dy; long *lpSrc = (long *) Src; long *lpDst = (long *) Dst; int lpStride
www.eeworm.com/read/169946/9830166

c test_basic_prediction.c

/* test_basic_prediction.c Test program for basic_prediction. Tests for accuracy and can also be used for testing the speed of this module. Version 0.1 John Funnell, 18 March 2001