代码搜索结果
找到约 10,000 项符合
1 的代码
d1r1.vbp
Type=Exe
Form=D1R1.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTEM\STDOLE2.TLB#OLE Automation
IconForm="Form1"
Startup="Form1"
ExeName32="D1r1.exe"
Command32=""
d1r1.vbw
Form1 = 42, 44, 406, 411, , 22, 22, 386, 389, C
d1r1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3795
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
ch6_1_1.cpp
//***********************
//** ch6_1_1.cpp **
//***********************
extern int n; //n由另一个源文件定义
void fn2() //fn2()函数用于另一个源文件
{
n=8; //使用n
}