代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/143089/12899657
cpp basic.cpp
//: C03:Basic.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Defining the four basic data
// t
www.eeworm.com/read/143012/12904685
css basic.css
body {
background: #DDDDDD;
margin-right: 6px;
margin-left: 6px;
}
table {
font-size: 14px;
line-height: 130%;
word-break: break-all;
}
.table1 {
font-size: 12px;
line-height: 130%
www.eeworm.com/read/142573/12938744
plg basic.plg
Build Log
--------------------Configuration: basic - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\bingle\
www.eeworm.com/read/142573/12938750
dsp basic.dsp
# Microsoft Developer Studio Project File - Name="basic" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/142573/12938858
c basic.c
#include "os.h"
#include "res.h"
#include "mask.h"
#include "ptype.h"
#include "project.h"
/***basic.c Func declare***/
UInt8 CreateListModeWindow();
UInt8 CreateNewModeWindow();
UInt8 Cr
www.eeworm.com/read/142573/12938911
c basic.c
/* A tiny BASIC interpreter */
#include "stdio.h"
#include "setjmp.h"
#include "math.h"
#include "ctype.h"
#include "stdlib.h"
#define NUM_LAB 100
#define LAB_LEN 10
#define FOR_NEST 25
www.eeworm.com/read/141272/13026237
tcl basic.tcl
namespace eval DemoBasic {
variable var
variable count 0
variable id ""
}
proc DemoBasic::create { nb } {
set frame [$nb insert end demoBasic -text "Basic"]
set topf [frame
www.eeworm.com/read/141209/13033330
h basic.h
#ifndef _CVAL_FILE_H
#define _CVAL_FILE_H
#include "Stru.h"
//解读字段内容的方法
class Cval
{
public:
//this is end boudary flag;
static bool isEndBoudary(char *szline);
static int getEncodingTyp
www.eeworm.com/read/141209/13033436
cpp basic.cpp
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/141209/13033449