代码搜索:visual basic

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

代码结果 10,000
www.eeworm.com/read/148781/5708810

dat basic_ice.dat

echo off Com *-------------------------------------------------------------------------------------- Com * ATMEL Microcontroller Software Support - ROUSSET - Com *---------------------------
www.eeworm.com/read/148781/5708831

dat basic_flash.dat

Com *-------------------------------------------------------------------------------------- Com * ATMEL Microcontroller Software Support - ROUSSET - Com *-------------------------------------
www.eeworm.com/read/148781/5708832

dat basic_ice.dat

echo off Com *-------------------------------------------------------------------------------------- Com * ATMEL Microcontroller Software Support - ROUSSET - Com *---------------------------
www.eeworm.com/read/146652/5734884

tld html_basic.tld

www.eeworm.com/read/144216/5752343

t gol-basic.t

#!./perl -w BEGIN { chdir('t') if -d 't'; @INC = '../lib'; } use Getopt::Long qw(:config no_ignore_case); die("Getopt::Long version 2.24 required--this is only version ". $Getopt::Long::
www.eeworm.com/read/144216/5752361

t glob-basic.t

#!./perl BEGIN { chdir 't' if -d 't'; if ($^O eq 'MacOS') { @INC = qw(: ::lib ::macos:lib); } else { @INC = '.'; push @INC, '../lib'; } require Config; import Config;
www.eeworm.com/read/141023/5777869

txt basic_docuser.txt

+------------------------------------------------------------------------------+ | | | Documentation Utilisation | |
www.eeworm.com/read/140156/5794826

hpp tuple_basic.hpp

// tuple_basic.hpp ----------------------------------------------------- // Copyright (C) 1999, 2000 Jaakko J鋜vi (jaakko.jarvi@cs.utu.fi) // // Permission to copy, use, sell and distribute this
www.eeworm.com/read/139842/5796764

h basic_prediction.h

#ifndef _BASIC_PREDICTION_H_ #define _BASIC_PREDICTION_H_ void CopyBlock(unsigned char * Src, unsigned char * Dst, int Stride); void CopyBlockHor(unsigned char * Src, unsigned char * Dst, int
www.eeworm.com/read/139842/5796798

c basic_prediction.c

#include "basic_prediction.h" void CopyBlock(unsigned char * Src, unsigned char * Dst, int Stride) { int dy; #ifdef BIG_ENDIAN char *lpSrc = (char *) Src; char *lpDst = (char *) Dst