代码搜索:CONNECTED 开发教程

找到约 10,000 项符合「CONNECTED 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/142793/12918118

cpp usedatabase.cpp

//: C09:UseDatabase.cpp // From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison. // (c) 1995-2004 MindView, Inc. All Rights Reserved. // See source code use permissions stated in the fi
www.eeworm.com/read/329297/12962816

pin idct.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/329295/12963188

pin dct.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/142087/12964447

pas datamodule.pas

unit Datamodule; interface uses SysUtils, Classes, Provider, DBClient, DB, ADODB, Forms; type TData = class(TDataModule) ADOConnection: TADOConnection; QGetdata: TADOQuery;
www.eeworm.com/read/142087/12964841

pas data.pas

unit data; interface uses SysUtils, Classes, MConnect, ObjBrkr, DB, DBClient, SConnect; type TDatam = class(TDataModule) SCTlx: TSocketConnection; SOBlx: TSimpleObjectBroker;
www.eeworm.com/read/242841/12979934

pin test.pin

-- Copyright (C) 1991-2006 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/141647/12992483

txt readme.txt

/** THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/328533/13021820

c emif.c

/*H***************************************************************************** * * $Archive:: $ * $Revision::
www.eeworm.com/read/327960/13053430

pin state_machine.pin

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions,
www.eeworm.com/read/140545/13076315

cpp usedatabase.cpp

//: C09:UseDatabase.cpp #include "Database.h" int main() { Database db("MyDatabase"); db.open(); // Use other db functions... db.close(); } /* Output: connected to MyDatabase MyDatab