搜索结果
找到约 280 项符合
Select 的查询结果
按分类筛选
- 全部分类
- 技术资料 (36)
- 网络 (14)
- Linux/Unix编程 (13)
- SQL Server (13)
- 其他 (12)
- Java编程 (11)
- C/C++语言编程 (9)
- 单片机编程 (8)
- 微处理器开发 (8)
- Oracle数据库 (7)
- 软件设计/软件工程 (7)
- 数据库系统 (6)
- 其他书籍 (6)
- Internet/网络编程 (6)
- 其他数据库 (6)
- 源码 (5)
- 编译器/解释器 (5)
- 数学计算 (5)
- Delphi控件源码 (5)
- JavaScript (5)
- 单片机开发 (4)
- 人工智能/神经网络 (4)
- 文章/文档 (4)
- matlab例程 (4)
- 书籍源码 (3)
- 可编程逻辑 (3)
- 驱动编程 (3)
- 通讯编程文档 (3)
- 书籍 (2)
- 开发工具 (2)
- 传感与控制 (2)
- 教程资料 (2)
- 压缩解压 (2)
- 串口编程 (2)
- SCSI/ASPI (2)
- 企业管理 (2)
- 技术管理 (2)
- 汇编语言 (2)
- 嵌入式/单片机编程 (2)
- uCOS (2)
- 嵌入式Linux (2)
- VHDL/FPGA/Verilog (2)
- MySQL数据库 (2)
- Jsp/Servlet (2)
- Ajax (2)
- VIP专区 (2)
- 手册 (1)
- PCB相关 (1)
- 电源技术 (1)
- 行业应用文档 (1)
- 无线通信 (1)
- 接口技术 (1)
- Linux/uClinux/Unix编程 (1)
- 数值算法/人工智能 (1)
- 多媒体处理 (1)
- 驱动程序 (1)
- 仿真技术 (1)
- 通讯/手机编程 (1)
- 技术书籍 (1)
- 技术教程 (1)
- 实用工具 (1)
- 嵌入式综合 (1)
- 电子书籍 (1)
- 教育系统应用 (1)
- 游戏 (1)
- 语音压缩 (1)
- 多国语言处理 (1)
- Java书籍 (1)
- FlashMX/Flex源码 (1)
- VxWorks (1)
- 其他行业 (1)
- Windows CE (1)
- VC书籍 (1)
- 行业发展研究 (1)
- GPS编程 (1)
技术资料 socket
单线程并发服务器(select) 编程.
errexit()和passiveTCP()两个方法见"linux socket通信示例(传送文件)"文章-common implementation o
C/C++语言编程 医院信息管理系统源代码
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_药品库存_药品资料]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1)
ALTER TABLE [dbo].[药品库存] DROP CONSTRAINT FK_药品库存_药品资料
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_门诊划价明细_门诊划 ...
C/C++语言编程 图书馆管理系统源代码
if exists (select * from dbo.sysobjects where id = object_id(N\'[dbo].[图书丢失_图书编号_fk]\') and OBJECTPROPERTY(id, N\'IsForeignKey\') = 1)
ALTER TABLE [dbo].[图书丢失] DROP CONSTRAINT 图书丢失_图书编号_fk
GO
if exists (select * from dbo.sysobjects where id = object_id(N\'[dbo].[FK_图书罚款_图书 ...
人工智能/神经网络 用c语言编写的matlab遗传算法程序
用c语言编写的matlab遗传算法程序,包含:select,crossover,mutator等。非常适合初学者学习,程序比较清晰,而且不是很复杂。
SQL Server to study the example of creation of tables, formative DB, and filling with their information. Using
to study the example of creation of tables, formative DB, and filling with their information. Using this example to create DB, satisfying a logical structure, to developed in previous laboratory work and to fill with its information. To study a command SQL SELECT.
嵌入式Linux 一个智能门禁系统的linux的程序
一个智能门禁系统的linux的程序,select方式数据驱动方式,对于搞嵌入linux开发的朋友有一定参考价值
技术资料 DM9000AE
The host interface is a general processor local bus
that using chip select (pin CS#) to access DM9000A.
Pin CS# is default low active which can be re-defined
by EEPROM setting.
源码 RBF神经网络
%this is an example demonstrating the Radial Basis Function
%if you select a RBF that supports it (Gausian, or 1st or 3rd order
%polyharmonic spline), this also calculates a line integral between two
%points.
C/C++语言编程 酒店管理系统源代码
if exists (select * from dbo.sysobjects where id = object_id(N\'[dbo].[FK_帐单明细_入住单]\') and OBJECTPROPERTY(id, N\'IsForeignKey\') = 1)
ALTER TABLE [dbo].[帐单明细] DROP CONSTRAINT FK_帐单明细_入住单
GO
if exists (select * from dbo.sysobjects where id = object_id(N\'[dbo].[FK_入住单_客房信息]\' ...
驱动编程 AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Em
AR6001 WLAN Driver for SDIO installation Read Me
March 26,2007
(based on k14 fw1.1)
Windows CE Embedded CE 6.0 driver installation.
1. Unzip the installation file onto your system (called installation directory below)
2. Create an OS design or open an existing OS design in Platform Builder 6.0.
a. ...