代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/331430/12829201
h a2dp_sd_avrcp.h
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release
FILE NAME
a2dp_sd_avrcp.h
www.eeworm.com/read/244788/12843930
cs sqlhelper.cs
//===============================================================================
// Microsoft Data Access Application Block for .NET
// http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.as
www.eeworm.com/read/244626/12851407
bas commbas.bas
Attribute VB_Name = "CommBas"
Option Explicit
Public GlobalCon As New ADODB.Connection
Public RoleID As String '当前用户的角色
Public RolePass As String '当前用户的角色的口令字
Public AdoConnectionStr As String
www.eeworm.com/read/143315/12884736
java simpletable.java
/*
* SimpleTable.java
*
* Created on June 9, 2005, 10:44 AM
*
* To change this template, choose Tools | Options and locate the template under
* the Source Creation and Management node. Right-cli
www.eeworm.com/read/330369/12898297
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Menus, Buttons, ComCtrls, ToolWin, ExtCtrls, StdCtrls, ImgList,
IdAntiFree
www.eeworm.com/read/330348/12900269
readme
README for tcpclient_serial
1.Compiler and build
execute build.sh will create executable file tcpclient_serial.
2.download to matrix
use ftp or USB/SD to put the executable file into matrix.
3.exec
www.eeworm.com/read/330348/12900300
readme
README for tcpserver_serial
1.Compiler and build
execute build.sh will create executable file tcpserver_serial.
2.download to matrix
use ftp or USB/SD to put the executable file into matrix.
3.exec
www.eeworm.com/read/142935/12907847
c echoserver.c
/* echoServer.c - TCP echo server program */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01g,06nov97,mm added copyright.
01f,29Sep97,mm change
www.eeworm.com/read/330145/12913904
java todatabase.java
//import the packages for using the classes in them into the program
import java.sql.*;
public class toDatabase {
/***********************************************************************