搜索结果

找到约 222 项符合 Table 的查询结果

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_门诊划价明细_门诊划 ...
https://www.eeworm.com/dl/503/37365.html
下载: 132
查看: 1140

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_入住单_客房信息]\' ...
https://www.eeworm.com/dl/503/37367.html
下载: 113
查看: 1160

C/C++语言编程 c#数据库开发实例

c#数据库开发实例:有很多的实例,对学习非常的有意义! 酒店管理系统源代码 医院信息管理系统源代码 图书馆管理系统源代码 财务管理系统源代码 生产管理系统源代码 人力资源管理实例程序源代码 进销存管理实例程序源代码 if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[采购订单_供货商_fk ...
https://www.eeworm.com/dl/503/37369.html
下载: 124
查看: 1100

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]') ...
https://www.eeworm.com/dl/503/37372.html
下载: 87
查看: 1116

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 ...
https://www.eeworm.com/dl/503/37374.html
下载: 181
查看: 1089

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 ...
https://www.eeworm.com/dl/503/37375.html
下载: 135
查看: 1118

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 ...
https://www.eeworm.com/dl/503/37376.html
下载: 99
查看: 1142

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_图书罚款_图书 ...
https://www.eeworm.com/dl/503/37377.html
下载: 61
查看: 1134

可编程逻辑 基于Xilinx FPGA的双输出DC/DC转换器解决方案

  Xilinx FPGAs require at least two power supplies: VCCINTfor core circuitry and VCCO for I/O interface. For the latestXilinx FPGAs, including Virtex-II Pro, Virtex-II and Spartan-3, a third auxiliary supply, VCCAUX may be needed. Inmost cases, VCCAUX can share a power supply with VCCO.The ...
https://www.eeworm.com/dl/kbcluoji/40111.html
下载: 134
查看: 1025

编译器/解释器 Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-

Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation ...
https://www.eeworm.com/dl/628/103267.html
下载: 189
查看: 1112