OBJECT

共 489 篇文章
OBJECT 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 489 篇文章,持续更新中。

Head First Java.第二版.中文完整高清版

<p>《HeadFirstJava》是一本完整地面向对象(object-oriented,OO)程序设计和Java的学习指导用书,根据学习理论所设计,你可以从程序语言的基础开始,到线程、网络与分布式程序等项目。重要的是,你可以学会如何像一个面向对象开发者一样去思考,而且不只是读死书。</p><p>  在这里,你可以会玩游戏、拼图、解谜题以及以意想不到的方式与Java交互。</p><p>  在这些活

Altium Designer 规则检查(DRC)英汉对照表

<p>1.bus indices out of range 总线分支索引超出范围<br/>2.Bus range syntax errors 总线范围的语法错误<br/>3.Illegal bus range values 非法的总线范围值<br/>4.Illegal bus definitions 定义的总线非法<br/>5.Mismatched bus label ordering 总线分支网

高清电子书-C++ Primer Plus 第6版英文版 1438页

<p>高清电子书-C++ Primer Plus, 第6版英文版 1438页</p><p>Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programm

PADS LAYOUT.pdf

<p>PADS Layout 的用户接口具有非常易于使用和有效的特点。PADS Layout 在满</p><p>足专业用户需要的同时,还考虑到一些初次使用PCB 软件的用户需求。</p><p>教程的这节将将覆盖以下内容:</p><p>· 使用PADS Layout 进行交互操作</p><p>· 工作空间的使用</p><p>· 设置栅格(Grids)</p><p>· 使用取景(Pan)和缩放(Zoo

python Object-c c语言100练习题

<p>该文档为python、Object-c、c语言100练习题讲解资料,讲解的还不错,感兴趣的可以下载看看…………………………</p>

欧母龙PLC例程PLC控制器源码255个合集

<p>欧母龙PLC例程PLC控制器源码255个合集:</p><p>1600T俄罗斯压力机.rar</p><p>200吨压机程序 omron 的机子C系列的.rar</p><p>3MK136旧磨床现程序.rar</p><p>3电机延时控制启停.rar</p><p>5V编码器信号如何接入CP1H高数计数案例.rar</p><p>6路抢答器源码.rar</p><p>902002 OMRON.rar</p

Delphi7 常用组件的使用

<span style="color:#333333;font-family:&quot;font-size:15px;white-space:normal;background-color:#FFFFFF;">本书从Delphi的基础操作入手,介绍了如何使用Delphi进行程序设计,并介绍了Delphi 的常用控件和Object Pascal语言的相关知识。全书由循序渐进的30个例子构成,每个例

新手学Delphi 30例

本书从Delphi的基础操作入手,介绍了如何使用Delphi进行程序设计,并介绍了Delphi 的常用控件和Object Pascal语言的相关知识。全书由循序渐进的30个例子构成,每个例子都涉及Delphi的一个或几个方面,将知识点的讲解融进每个例子,每个例子都能实现完整的功能。通过实例的学习,读者既能掌握Delphi编程的基本方法,又能够体会到编程的乐趣。本书附一张互动多媒体光盘,光盘中演示了

Delphi 6 入门与提高

本书从基本概念出发,全面讲解了Delphi各方面的知识,其内容包括安装Delphi 6,Object Pascal语言的基本语法和Object Pascal技术,窗体的使用,各种常用组件的属性、事件和方法,对话框设计,图形图像编程,文件管理,调试程序和错误处理,高级组件的使用,多媒体应用,API函数的使用,数据库以及网络编程等。这些涉及到使用程序设计的各方面的知识,本书都有详细的实例说明,有的实例

VIP专区-3000套PLC实例程序

<font color="red">资源包含以下内容:</font><br/>1.2 COMP CHILLER.rar<br/>2.20-COMM-E Adapter Diagnostics.zip<br/>3.3 Phase Motor Startup Logic.zip<br/>4.500编程实例.rar<br/>5.550 OPTICOLOUR MOINITORING TM EDIT.rar

RFID+Security

Radio frequency identification (RFID) is a type of automatic identification systems<br /> which has gained popularity in recent years for being fast and reliable in keeping<br /> track of the individu

RFID+as+an+Infrastructure

RFID (radio-frequency identification) is the use of a wireless non-contact system<br /> that uses radio-frequencyelectromagnetic fields to transfer datafrom a tag attached<br /> to an object, for the

Chipless_Radio_Frequency_Identification

Introduction to Radio Frequency Identification (RFID): RFID is a<br /> wireless modulation and demodulation technique for automatic<br /> identification of objects, tracking goods, smart logistics, an

Electrostatic Discharge Protection

Electrostatic discharge (ESD) is one of the most prevalent threats to the reliability<br /> of electronic components. It is an event in which a finite amount of charge is trans-<br /> ferred from one

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

It was only a few years ago that “ubiquitous connectivity” was recognized as the future of<br /> wireless communication systems. In the era of ubiquitous connectivity, it was expected that<br /> the b

Essential+C++

<span style="color:#111111;font-family:Helvetica, Arial, sans-serif;font-size:13px;text-indent:26px;white-space:normal;background-color:#FFFFFF;">书中以4个面向来表现C++的本质:procedural(程序性的)、generic(泛型的)、object-

c++从入门到精通.pdf电子书 第二版

我们编写的程序由两个主要方面组成<br /> 1 算法的集合就是将指令组织成程序来解决某个特定的问题<br /> 2 数据的集合算法在这些数据上操作以提供问题的解决方案<br /> 纵观短暂的计算机发展史这两个主要方面算法和数据一直保持不变发展演化的<br /> 是它们之间的关系就是所谓的程序设计方法programming paradigm<br /> 在过程化程序设计方法procedural p

develop drawing programs where the user can build, display, store, load and print object structures.

develop drawing programs where the user can build, display, store, load and print object structures.

If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood,"

If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood," then Inside the C++ Object Model is for you! Inside the C++ Object Model focuses on the underlyi

java lab4 图书馆程序 有两个class分别是book和library object book需要添加到library中

java lab4 图书馆程序 有两个class分别是book和library object book需要添加到library中