代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/334767/12575803
c basic_hello1.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/248115/12597316
pdf 07 - basic programming.pdf
www.eeworm.com/read/334412/12604266
c basic_mdl_flags.c
// BASIC ROOTKIT that hides processes
// ----------------------------------------------------------
// v0.1 - Initial, Greg Hoglund (hoglund@rootkit.com)
// v0.3 - Added defines to compile on W2K,
www.eeworm.com/read/247983/12609451
sql basic_function_with_variables.sql
# Basic syntax to create a function
delimiter //
create function add_tax (price float) returns float
begin
declare tax float default 0.10;
return price*(1+tax);
end
//
delimiter ;
www.eeworm.com/read/247983/12609456
sql basic_stored_procedure.sql
# Basic stored procedure example
delimiter //
create procedure total_orders (out total float)
begin
select sum(amount) into total from orders;
end
//
delimiter ;
www.eeworm.com/read/134254/14000108
s54 cpu_basic.s54
;******************************************************************************
; SJTU DSP Tech. Center
; Copyright (c) 2001 SJTU DSP Tech. Center. All Rights Reserved.
;
;
www.eeworm.com/read/134253/14000110
s54 ccs_basic.s54
;******************************************************************************
; SJTU DSP Tech. Center
; Copyright (c) 2003 SJTU DSP Tech. Center. All Rights Reserved.
;
;
www.eeworm.com/read/236094/14032035
exe basic_hello1.exe
www.eeworm.com/read/236094/14032046
c basic_hello1.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applicati