代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/132212/5918930
basic config.basic
TARGETKIND = MFCC_E_D_A # Basic parameterisation
#TARGETKIND = MFCC_E_D_A_V # VQ parameterisation
#VQTABLE = vq.table # VQ table
HNET:TRACE = 1 # Want
www.eeworm.com/read/131315/5944078
out basic.out
1723
3 statements executed in 0.02 seconds cpu time.
www.eeworm.com/read/131315/5944135
p basic.p
program test(input,output);
var
i, j :integer;
procedure print(
{value} num1 :integer;
var num2 :integer);
begin
writeln(num1,num2:1);
end;
begin
read(i,j);
print(i,j);
end.
www.eeworm.com/read/130076/5965242
dni basic.dni
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[JLinkDriver]
WatchVectorCatch=_ 0
WatchCond=_ 0
Watch0=_ 0 "" 0 "" 0 "" 0 "" 0 0 0 0
Watch1=_ 0 "" 0 "" 0 "" 0 "" 0 0 0 0
[Log file]
LoggingEnab
www.eeworm.com/read/129475/5972657
h basic.h
#ifndef _RD4_BASIC_H
#define _RD4_BASIC_H
int ramdisk_init(unsigned long size, int useExist);
int ramdisk_terminate(void);
unsigned long ramdisk_change_size(unsigned long newSize);
void ramdisk
www.eeworm.com/read/129475/5972675
c basic.c
/*************************************************************
File Name: basic.c (RAMDisk 4.1) *
**************************************************************
Programmer: MSC
Last Modifie
www.eeworm.com/read/124827/6039790
basic config.basic
TARGETKIND = MFCC_E_D_A # Basic parameterisation
#TARGETKIND = MFCC_E_D_A_V # VQ parameterisation
#VQTABLE = vq.table # VQ table
HNET:TRACE = 1 # Want
www.eeworm.com/read/120487/6073091
java basic.java
package example;
import java.io.*;
import java.sql.*;
/*
*
* $Id: basic.java,v 1.14 2003/09/09 11:24:04 barry Exp $
*
* This example tests the basic components of the JDBC driver, and shows
* h