代码搜索:CONNECTED 有哪些应用?
找到约 10,000 项符合「CONNECTED 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/200779/15424969
cpp ftp628.cpp
// FTP628.cpp: implementation of the FTP628 class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Com32.h"
#include "FTP628.h"
#include
www.eeworm.com/read/107739/15602653
asm kbm_task.asm
;========================================================================
; MouseConnectTask
; This Task was invented to clean up and consolidate the code that deals
; with the plugging and unplugg
www.eeworm.com/read/103453/15731499
c dbwrapper.c
#include
#include
#include "dbwrapper.h"
#include "debug.h"
/* Global pointer of current connection to the database */
DbConnection *globaldbconn;
/**
* db_dbgetserver:
*
* In
www.eeworm.com/read/103228/15740016
cpp echoserverdlg.cpp
// EchoSerVerDlg.cpp : implementation file
//
#include "stdafx.h"
#include "EchoSerVer.h"
#include "EchoSerVerDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_F
www.eeworm.com/read/102976/15751656
frm frmmain.frm
VERSION 5.00
Begin VB.Form frmMain
BackColor = &H00A0D0D0&
Caption = "LineWatcher"
ClientHeight = 2955
ClientLeft = 60
ClientTop = 630
C
www.eeworm.com/read/111248/15516148
vb++
Visual Basic编程与应用课程作业-1
( 2002年04月30日)
第一部分
1、下列哪些可作为Visual Basic的变量名,哪些不行?
4*Delta Alpha 4ABC AB丌 ReadData
Filename A(A+B) C254D Read
2、 Visual Basic
www.eeworm.com/read/192685/8360901
txt 是否有控件,能让vb直接使用directdraw等功能.txt
原 来 VideoSoft有 一 个 这 样 的 控 件 , 包 括 DirectX更 新 太 快 , 他 们 的 控 件 已 经 过 时 了 。 现 在 的 DirectX是 基 于 COM模 型 的 , 只 要 在 VB中 加 上 一 个 .tlb模 块 就 可 以 直 接 使 用 DirectX中 的 对 象 而 没 有 必 要 再 使 用 任 何 控 件 了 。