搜索结果
找到约 281 项符合
where 的查询结果
按分类筛选
- 全部分类
- 书籍 (33)
- 技术资料 (33)
- 其他 (15)
- 其他书籍 (14)
- 单片机编程 (12)
- matlab例程 (12)
- Java编程 (9)
- 数学计算 (9)
- C/C++语言编程 (8)
- 单片机开发 (8)
- 模拟电子 (7)
- Linux/Unix编程 (7)
- 电源技术 (6)
- 驱动编程 (5)
- 人工智能/神经网络 (5)
- VC书籍 (5)
- 网络 (4)
- 系统设计方案 (4)
- SQL Server (4)
- 教程资料 (3)
- 可编程逻辑 (3)
- 编译器/解释器 (3)
- 技术管理 (3)
- 文章/文档 (3)
- Delphi控件源码 (3)
- 软件设计/软件工程 (3)
- JavaScript (3)
- 行业发展研究 (3)
- 论文 (2)
- 接口技术 (2)
- 数值算法/人工智能 (2)
- 加密解密 (2)
- 书籍源码 (2)
- 软件工程 (2)
- 电子书籍 (2)
- SCSI/ASPI (2)
- 嵌入式/单片机编程 (2)
- 生物技术 (2)
- Oracle数据库 (2)
- 源码 (1)
- PCB相关 (1)
- 无线通信 (1)
- 开关电源 (1)
- 数据库系统 (1)
- 仿真技术 (1)
- 通讯/手机编程 (1)
- 操作系统开发 (1)
- 技术书籍 (1)
- 嵌入式综合 (1)
- 压缩解压 (1)
- 游戏 (1)
- 编辑器/阅读器 (1)
- Applet (1)
- 文件格式 (1)
- 汇编语言 (1)
- 其他数据库 (1)
- 通讯编程文档 (1)
- uCOS (1)
- 数据结构 (1)
- Java书籍 (1)
- J2ME (1)
- VHDL/FPGA/Verilog (1)
- 家庭/个人应用 (1)
- 其他行业 (1)
- Windows CE (1)
- Symbian (1)
- 中间件编程 (1)
- MySQL数据库 (1)
- GPS编程 (1)
- Ajax (1)
- MacOS编程 (1)
技术资料 美国 San José State University 逻辑设计课件(Xilinx FPGA和Verilog)
·这是课程说明:EE178 is a class for students interested in designing synchronous digital circuits using Xilinx FPGA devices as the prototyping medium. EE178 is a hands-on lab class where students will complet
JavaScript A Web proxy server listens to requests, then retrieves the requested files from other Web servers an
A Web proxy server listens to requests, then retrieves the requested files from other Web servers and serves them to the clients. These proxy servers are useful in certain situations, such as on firewalls, where they can allow access to certain pages and deny access to others
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_入住单_客房信息]\' ...
书籍 Plug In Electric Vehicles
Plug in Electric Vehicles (PEVs) use energy storages usually in the form of battery
banks that are designed to be recharged using utility grid power. One category of
PEVs are Electric Vehicles (EVs) without an Internal-Combustion (IC) engine
where the energy stored in the battery bank is the only so ...
书籍 Electric Vehicles in Smart Grids
Plug in Electric Vehicles (PEVs) use energy storages usually in the form of
battery banks that are designed to be recharged using utility grid power. One
category of PEVs are Electric Vehicles (EVs) without an Internal-Combustion
(IC) engine where the energy stored in the battery bank is the only so ...
驱动编程 These libraries are designed for use with Microsoft Visual C++ version 6.0. Install them by running
These libraries are designed for use with Microsoft Visual C++ version 6.0.
Install them by running setup.exe. This will copy the files to various
places where MSVC will expect to find them. If setup fails, alternate
instructions are below.
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].[mrp物料需求计算_物料编号_fk]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1)
ALTER TABLE [dbo].[mrp物料需求计算] DROP CONSTRAINT mrp物料需求计算_物料编号_fk
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[m ...
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]') and ...
其他书籍 The objective of this page is to teach you how to use the Intel libraries to build applications wher
The objective of this page is to teach you how to use the Intel libraries to build applications where images or
sequences of images have to be processed. In addition, the DirectShow technology is also introduced this
one is particularly useful to process image sequences or sequences captures using ...