搜索结果

找到约 489 项符合 OBJECT 的查询结果

技术资料 PADSLayout-不同层设置不同线宽

Power PCB如何在不同层去设不同线宽之走线1.选择 Setup\Design Rules2.选泽 Conditional Rules Setup3.设定Sousce rule object(可依照不同的状况去选择使用Al/Classes/Nets/Groups/Pin pairs)4.设定Against rule object(可依照不同的状况去选择使用 Layer/Classes/Nets)5.设定Existing rule sets将 Sousce rule object ...
https://www.eeworm.com/dl/840524.html
下载: 2
查看: 8635

编译器/解释器 list is a data dtructure. this is a data structure type implemantation and it is implemented in C pr

list is a data dtructure. this is a data structure type implemantation and it is implemented in C prgramming language. General header contains pointer to object so list.c in c is implemented in generic way.
https://www.eeworm.com/dl/628/419882.html
下载: 86
查看: 1137

软件设计/软件工程 The purpose of the design pattern dictionary is to serve as reference point for commonly accepted s

The purpose of the design pattern dictionary is to serve as reference point for commonly accepted software design patterns and idioms. It contains structured summaries of some 30 design patterns and idioms, commonly used in object oriented programming
https://www.eeworm.com/dl/684/433143.html
下载: 57
查看: 1086

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
查看: 1174

书籍 Radio+Protocols+for+LTE+and+LTE-A

It was only a few years ago that “ubiquitous connectivity” was recognized as the future of wireless communication systems. In the era of ubiquitous connectivity, it was expected that the broadband mobile Internet experience would be pervasive, and seamless connectivity on a global scale would be n ...
https://www.eeworm.com/dl/522086.html
下载: 1
查看: 47

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
查看: 1188

技术资料 InsidetheCplusplusObjecModel

非常有帮助的C++学习资料,有助于您更深入地了解C++的编程思想。-Helpful for you working on C++. It focused on the Object-Oriented
https://www.eeworm.com/dl/906701.html
下载: 8
查看: 5197

数据结构 a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, lis

a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.
https://www.eeworm.com/dl/654/164741.html
下载: 72
查看: 1098

Java编程 利用java反射机制

利用java反射机制,根据基于O/R映射的数据持久层框架的设计方案,采用反射机制实现了域对象(Domain Object)信息的动态加载
https://www.eeworm.com/dl/633/184105.html
下载: 87
查看: 1040

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
查看: 1195