代码搜索:Command

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

代码结果 10,000
www.eeworm.com/read/481427/6640778

asm micro-os_kernel.asm

name "kernel" ; this is a very basic example ; of a tiny operating system. ; ; this is kernel module! ; ; it is assumed that this machine ; code is loaded by 'micro-os_loader.asm' ; from
www.eeworm.com/read/264342/11319366

h telnet.h

/* telnet.h */ /* TELNET Command Codes: */ #define TCSB (u_char)250 /* Start Subnegotiation */ #define TCSE (u_char)240 /* End Of Subnegotiation */ #define TCNOP (u_char)241 /* No Operation
www.eeworm.com/read/408735/11373613

wzd readme.wzd

///////////////////////////////////////////////////////////////////// // Modify any class. ///////////////////////////////////////////////////////////////////// // 1) use ClassWizard to add a UPD
www.eeworm.com/read/408735/11374477

wzd readme.wzd

///////////////////////////////////////////////////////////////////// // Modify View Class. ///////////////////////////////////////////////////////////////////// // 1) use ClassWizard to add a UP
www.eeworm.com/read/408642/11378356

cpp mdi.cpp

// MDI.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "MDI.h" #include "MainFrm.h" #include "ChildFrm.h" #include "MDIDoc.h" #include "MDIView.h" #i
www.eeworm.com/read/405059/11472560

frm pic.frm

VERSION 5.00 Begin VB.Form pic Caption = "Form1" ClientHeight = 3150 ClientLeft = 60 ClientTop = 390 ClientWidth = 4680 LinkTopic =
www.eeworm.com/read/401276/11559787

log frmmodijiashu.log

行 3: 不能创建引用: '{B25498A2-5592-11D3-8644-DA5FB01D9D37}#1.2#0'。 行 25: 控件 Command2 的类 ExRainButton.RainButton 不是一个已加载的控件类。 行 44: 控件 Command1 的类 ExRainButton.RainButton 不是一个已加载的控件类。 行 31: 属性名 _ExtentX 在
www.eeworm.com/read/158343/11624341

pl qq_test.pl

#!/usr/bin/env perl use strict; use Net::OICQ; use Net::OICQ::ServerEvent; use Net::OICQ::Event; use IO::Select; my $qq_uid=; my $qq_pass=; my $input; my $qq=Net::OICQ->new; $qq->{Print}=0; $qq->add
www.eeworm.com/read/260147/11743316

h telnet.h

/* telnet.h */ typedef unsigned char u_char; /* TELNET Command Codes: */ #define TCSB (u_char)250 /* Start Subnegotiation */ #define TCSE (u_char)240 /* End Of Subnegotiation */ #define TCNOP (u
www.eeworm.com/read/345654/11798029

txt 例3.5.txt

【例3.5】 窗体上有一个文本框Text1、一个命令按钮,标题为“执行”,名称为Command1。运行程序后,向文本框中输入一个数值,然后单击命令按钮“执行”,根据输入的成绩,判断学生的成绩等级。 程序代码如下: Private Sub Command1_Click()