代码搜索:CONNECTED 开发教程
找到约 10,000 项符合「CONNECTED 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/406618/11438875
h serial.h
#include "serialform.h"
#include
// some .h files used for serial port programming
#include
#include
#include
www.eeworm.com/read/406618/11438895
h serial.h
#include "serialform.h"
#include
// some .h files used for serial port programming
#include
#include
#include
www.eeworm.com/read/406072/11449860
cpp transip.cpp
//------------------------------------------------------------------------------
// File: TransIP.cpp
//
// Desc: DirectShow base classes - implements class for simple Transform-
// In-Place
www.eeworm.com/read/405553/11460569
pin cursor.pin
-- Copyright (C) 1991-2007 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
www.eeworm.com/read/405399/11463399
pin alltest.pin
-- Copyright (C) 1991-2007 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
www.eeworm.com/read/405333/11464938
cpp usedatabase.cpp
//: C09:UseDatabase.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc.
// Available at www.BruceEckel.com.
#include "Database.h"
int m
www.eeworm.com/read/405286/11466735
java evilempire.java
//file: EvilEmpire.java
import java.net.*;
public class EvilEmpire {
public static void main(String[] args) throws Exception{
try {
Socket s = new Socket("???.???.???.???", 80);
Sys
www.eeworm.com/read/405272/11467094
java oreilly.java
import java.net.*;
class oreilly {
public static void main (String args[]) {
try {
InetAddress address = InetAddress.getByName("www.oreilly.com");
boolean connected = address.isReach
www.eeworm.com/read/405257/11467545
pin img.pin
-- Copyright (C) 1991-2004 Altera Corporation
-- Any megafunction design, and related netlist (encrypted or decrypted),
-- support information, device programming or simulation file, and a
www.eeworm.com/read/405256/11467569
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, ExtCtrls, StdCtrls, Buttons, DB, ADODB;
type
TForm1 = class(T