代码搜索:VC代码

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

代码结果 10,000
www.eeworm.com/read/349195/10842319

txt 代码.txt

;DS1302+AT89C2051的LED钟 ;遥控器各按键数据码,可根据不同的遥控器修改对应的键码 muteM EQU 10h ;静音键 闹铃开/关 timerT EQU 0Ch ;菜单键 进入/退出设置状态 leftL EQU 46h
www.eeworm.com/read/418041/10966878

txt 代码.txt

Private Sub Command1_Click() s = Val(Mid(Combo1.Text, 4, 1)) If MSComm1.PortOpen = False Then MSComm1.CommPort = (s) MSComm1.Settings = "9600,e,7,1" MSComm1.PortOpen = True
www.eeworm.com/read/270271/11043157

txt 代码.txt

#include #include using namespace std; struct Block //空闲链结构体 { string name; //作业名 int address; //分区首地址 int size;
www.eeworm.com/read/466277/7041699

txt 代码.txt

/* * apriori.java * * Created on 2008年5月12日, 下午9:16 */ /** * * @author june */ import com.sun.org.apache.bcel.internal.generic.ConversionInstruction; import javax.swing.JOptionPane
www.eeworm.com/read/456852/7338271

rar 代码.rar

www.eeworm.com/read/455996/7360070

txt 代码.txt

////////////////////////生成10个随机数,显示在编辑框中////////////// void CEeeDlg::OnButton2() { srand((unsigned)time(NULL)); for(int i=0;i
www.eeworm.com/read/455796/7365541

txt 代码.txt

#include #include typedef struct { int number[1000]; int entertime[1000]; int top; }SeqStack; typedef struct qnode { int number; int entertime;
www.eeworm.com/read/455375/7372830

txt 代码.txt

#include #include #include #include #pragma comment (lib,"Urlmon.lib") #pragma comment( linker, "/subsystem:\"windows\" /entry:\"mainCRTStartup\"" )
www.eeworm.com/read/452475/7439553

rar 代码.rar

www.eeworm.com/read/145877/12697673

txt 代码.txt

;DS1302+AT89C2051的LED钟 ;遥控器各按键数据码,可根据不同的遥控器修改对应的键码 muteM EQU 10h ;静音键 闹铃开/关 timerT EQU 0Ch ;菜单键 进入/退出设置状态 leftL EQU 46h