代码搜索:板卡连接

找到约 10,000 项符合「板卡连接」的源代码

代码结果 10,000
www.eeworm.com/read/418162/10962773

htm 8.14 检测站点的链接速度.htm

标题页 indexArr=0 //连接网站的时间 setInterval("indexArr++",100) //设置循环的定时器 b=1 var aut
www.eeworm.com/read/271624/10986240

asm ad_main.asm

*------------------------------------------------------* *文 件 名:AD_Main.ASM * *硬件连接:PTB0/AD0 接模拟量输入端 * *程序描述:获取1路A/D转换结果,并滤波,通过串口发送出去 * *目
www.eeworm.com/read/271515/10991285

cpp testdlldlg.cpp

// TestDllDlg.cpp : implementation file // #include "stdafx.h" #include "2dcad.h" #include "TestDllDlg.h" #include "math.h" // 包含动态连接库的头文件 #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_
www.eeworm.com/read/469846/6927920

java~10~ jdbcfile.java~10~

package com.dbmanage; import java.sql.*; import javax.sql.*; import java.util.*; import java.awt.*; /** * Title:数据库连接 * Description: * Copyright: Copyright (c) 2004 * C
www.eeworm.com/read/468589/6985615

jsp test1.jsp

www.eeworm.com/read/464180/7167932

bas modmain.bas

Attribute VB_Name = "modMain" Option Explicit Public DBConnection As New ADODB.Connection '定义一个连接 Public rctDepartList As New ADODB.Recordset '定义一个记录集,表示部门表 Public rctEdulevel As New ADODB
www.eeworm.com/read/463249/7185109

bas modinter.bas

Attribute VB_Name = "modInter" Public bActiveSession As Boolean '用以标示已经建立了FTP连接 Public hOpen As Long '用InternetOpen()函数建立Internet对话后返回的句柄 Public hConnection As Long '用InternetConnect()函数建立FTP连
www.eeworm.com/read/462020/7212152

html s1-network-config-modem.html

建立调制解调器连接
www.eeworm.com/read/458593/7293659

bas module1.bas

Attribute VB_Name = "Module1" Public czy As String Public gh As String Public ckh As String Public sjh As String Public Function cnn() As String '定义函数 '返回一个数据库连接 cnn = "Provider=MSDASQL.
www.eeworm.com/read/456863/7338159

txt login.txt

Private Sub Form_Load() '连接用户表 Call open_connection("user_table") xpcmdbutton1.Caption = "登陆" xpcmdbutton2.Caption = "注销" End Sub Private Sub Image1_Click() End Sub Private Su