代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/282286/9106105
input-basic-units2
/* ======================================================= */
/* VARIBALE WITH UNITS II */
/* This input file tests the variables with different Units */
/* ====
www.eeworm.com/read/282286/9106120
input-basic-units3
/* ======================================================= */
/* SI and US CONVERSIONS */
/* */
/* Test
www.eeworm.com/read/282286/9106153
input-basic-units1
/* ===================================================================== */
/* This input file tests the variables with different Units */
/* ===========================================
www.eeworm.com/read/184192/9118165
vbw basic自测考试系统.vbw
Splash = 88, 88, 382, 408, C, 44, 44, 537, 348, C
SystemLogon = 62, 45, 515, 365, C, 110, 110, 563, 430, C
ProgramReading = 44, 44, 615, 364, C, 0, 0, 559, 237, C
SysUserManage = 132, 132, 561, 463
www.eeworm.com/read/184192/9118218
exe basic自测考试系统.exe
www.eeworm.com/read/184192/9118314
vbp basic自测考试系统.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation
Reference=*\G{00000200-0000-0010-8000-00AA006D2EA4}#2.0#0#C:\Program Files\Common File
www.eeworm.com/read/183990/9127068
c basic_rf_init.c
/*******************************************************************************************************
*
www.eeworm.com/read/183990/9127070
c basic_rf_receive.c
/*******************************************************************************************************
*
www.eeworm.com/read/181664/9242542
asv radial_basic_fun.asv
%径向基函数网络用于完成一个函数逼近任务
%******************************************
%需要逼近的函数为正弦函数
P=-1:.1:1;
T=sin(pi*P);
%给出此函数的采样点
plot(P,T,'+');
title('待逼近的函数样本点');
xlabel('输入值');
ylabel('目标值');
%**********
www.eeworm.com/read/181664/9242567
m radial_basic_fun.m
%径向基函数网络用于完成一个函数逼近任务
%******************************************
%需要逼近的函数为正弦函数
P=-1:.1:1;
T=sin(pi*P);
%给出此函数的采样点
plot(P,T,'+');
title('待逼近的函数样本点');
xlabel('输入值');
ylabel('目标值');
%**********