代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/113668/6126812
h slot_container.h
/* $Id: slot_container.h,v 1.19 2004/01/02 15:42:44 mbn Exp $
**
** ClanLib Game SDK
** Copyright (C) 2003 The ClanLib Team
** For a total list of contributers see the file CREDITS.
**
**
www.eeworm.com/read/494778/6375013
txt dubscript.txt
System_Wizard_Version = "4.20";
EVENT new_system
{
name = "full_1c20";
hdl = "verilog";
}
EVENT set_board
{
class = "altera_nios_dev_board_cyclone_1c20";
}
EVENT new_clock
{
na
www.eeworm.com/read/493500/6394548
cpp xcom.cpp
#include"xcom.h"
#include
#include
#include
Login::Login()
{
setupUi(this);
this->setWindowTitle(QString::fromLocal8Bit("串口通讯"));
www.eeworm.com/read/491886/6428103
inf mtk gprs usb modem.inf
[Version]
Signature="$CHICAGO$"
Class=Modem
Provider=%COMPANY%
ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
[Manufacturer]
%COMPANY% = Models
[Models]
%Modem1%=Modem1, USB\MTKUSB
[M
www.eeworm.com/read/483854/6596328
m q804a.m
%《MATLAB在电子信息课程中的应用》第八章例8.4程序q804
% 复杂系统结构图变换
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear
% 建立环节的对象模型。
s1 = tf(10,[1,5],'inputname','u1','outputname','x1');
A=[-9,17;-2,3];
B=[-0.5,0.5;-0.002,-
www.eeworm.com/read/478758/6702242
inf usbmot2000.inf
; Windows 2000 USB Modem Setup File
; Copyright (c) 2003 Motorola Inc.
; Manufacturers: Motorola
;
; Revision History :
; LIBdd25316 - Qualcomm 6050 chipset support
[Version]
Signature="
www.eeworm.com/read/477326/6741755
ini project.ini
[HI-WAVE]
Target=bdik
[Environment Variables]
GENPATH={Compiler}lib\hc12c\src;{Compiler}lib\hc12c\include;{Compiler}lib\hc12c\lib
LIBPATH={Compiler}lib\hc12c\include
OBJPATH={Project}bin
TEXTP
www.eeworm.com/read/476237/6764306
inf mtk gprs usb modem.inf
[Version]
Signature="$CHICAGO$"
Class=Modem
Provider=%COMPANY%
ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
[Manufacturer]
%COMPANY% = Models
[Models]
%Modem1%=Modem1, USB\MTKUSB
[M
www.eeworm.com/read/264910/11294822
c uvcdemo.c
/*----------------------------------------------------------------------------
* Name: UVCDEMO.C
* Purpose: USB Video Class Demo
* Version: V1.10
*---------------------------
www.eeworm.com/read/408881/11366457
java jdbcapplet.java
/*
* This sample applet just selects 'Hello World' and the date from the database
*/
// Import the JDBC classes
import java.sql.*;
// Import the java classes used in applets
import java.awt.*;
imp