Inside The C++ Object Model中文清晰版,书中主要是介绍了关于深度探索c++对象模型的内容,对象模型是深层结构的基础。
2021-03-30 17:12:22 22.2MB c++//class
1
这本书是2012 年 电子工业的新版本,网上大多都是 华中科技 的老版。本书探索“对象导向程序所支持的C++对象模型”下的程序行为。对于“对象导向性质之基础实现技术”以及“各种性质背后的隐含利益交换”提供一个清楚的认识。检验由程序变形所带来的效率冲击。提供丰富的程序范例、图片,以及对象导向观念和底层对象模型之间的效率测量。
2021-03-24 22:38:33 52.11MB 对象模型 侯捷  电子工业
1
Deep Inside Convolutional Networks.zip
2021-03-16 17:14:58 2.12MB 深度学习
1
ActiveX controls are an important ingredient in Microsoft's emerging "object model" approach to the Internet, applications, development tools, and operating systems. Written by a former data management consultant and current program manager at Microsoft in the Visual Languages group, ACTIVEX CONTROLS INSIDE OUT is a comprehensive update to the successful first edition, OLE Controls Inside Out. This book contains the latest on MFC, changes to OLE, and Visual Basic and Microsoft Internet Explorer support for hosting ActiveX controls. It is an indispensable resource for all those programming for Windows® and the Internet. ACTIVEX CONTROLS INSIDE OUT topics include: * Philosophy of the development process * Background of ActiveX and OLE * COM extensions for controls * Microsoft tools for creating ActiveX controls * ActiveX Controls and the Internet * ActiveX control licensing * Converting a VBX and subclassing Windows controls * 16-bit-to-32-bit and cross-platform issues * Microsoft guidelines for ActiveX Controls and control containers * Visual C++®, MFC, and the ActiveX Template Library (ATL) If you want to build powerful ActiveX controls for Windows and the Internet, here's how to do it, inside and out.
2020-02-22 03:04:21 83.58MB ActiveX controls inside out
1
Inside OLE中文版 本不错的,虽然可以看英文版,但是很难的内容,看起来很费劲,所以还是看看中文版再说吧。
2020-01-03 11:25:25 35.68MB InsideOLE2 COM
1
nside君的MySQL网络培训班课程特点: 业界最权威的MySQL数据库培训师姜承尧老师(也就是Inside君本人啦)亲授.姜承尧老师出版了《MySQL技术内幕:InnoDB存储引擎》、《MySQL内核:InnoDB存储引擎》等Mysql书籍。 课程紧密结合互联网公司实践,学员能够领略到BAT、网易等大公司的数据库架构与应用案例 课纲结合最新的MySQL 5.6、5.7版本,使得学员学到的都是最新的内容 充分掌握课程内容的学员年薪至少在25W起,第1期的学员已经证明了培训的价值 优秀学员可以获得姜老师的BAT等大型互联网公司的内推 面试技巧与简历模板(新增),帮助学员拿到更好的offer MySQL 安装与引擎 day001-MySQL 5.7介绍和安装 day002-MySQL 5.7安装多实例 day003-MySQL升级 参数 连接 权限 day004-MySQL权限拾 遗Role模拟 Workbench 体系结构 day005-slow_log generic_log audit 存储引擎一 day006-存储引擎二 多实例安装上 day007-MySQL 多实例下 SSL MySQL 数据类型和SQL查询 开发 day008-MySQL 数据类型 day009-精通JSON类型 day010-Employees 临时表的创建 外键约束 day011-SQL语法之SELECT day012-子查询 INSERT UPDATE DELETE REPLACE day013-作业讲解一 Rank 视图 UNION 触发器上 day014-触发器下 存储过程 自定义函数 MySQL 执行计划与优化器 day015-索引 B+树 上 day016-索引 B+树 下 Explain 1 day017-Explain 2 MySQL innodb引擎优化 day018-磁盘 day019-磁盘测试 day020-InnoDB_1 表空间 General day021-InnoDB_2 SpaceID.PageNumber 压缩表) day022-InnoDB_3 透明表空间压缩 索引组织表 day023-InnoDB_4 页(2) 行记录 day024-InnoDB_5 – heap_number Buffer Poo day025-InnoDB_6 Buffer Pool与压缩页 CheckPoint LSN day026-InnoDB_7 doublewrite ChangeBuffer AHI FNP MySQL 索引与innodb锁机制 day027-Secondary Index day028-join算法锁_1 day029-锁_2 day030-锁_3 day031-锁_4 day032-锁_5 day032-锁5标清 day033-锁_6 事物_1 day033-锁_6 事物1标清 day034-事物_2 MySQL 性能衡量 day035-redo_binlog_xa day036-undo_sysbench day036-undosysbench标清 day037-tpcc_mysqlslap MySQL 备份与恢复 day038-purge死锁举例_MySQL backup备份_1 day039-MySQL backup备份恢复_2 MySQL 复制技术与高可用 day040-MySQL 备份恢复backup_3_replication_1 day041-backup_4-replication_2 day042-replication_3 day043-replication_4-GTID 1 day044-replication_5-GTID 2
2019-12-21 22:13:38 11KB Mysql 姜承尧
1
Let me start with a few words about the lead author of this book, Itzik Ben-Gan. He is a mentor, consultant, presenter, teacher, and writer. All his roles have a common theme— Microsoft SQL Server programming. But wait—there’s even more: he is an MVP (officially “Microsoft Valued Professional,” but often interpreted as Most Valuable Programmer) and a close partner with many SQL Server developers in Redmond, Washington. The combination of these traits puts Itzik into a unique position when writing a book about SQL Server programming. He knows what works and what does not. He knows what performs and what does not. He knows what questions people ask when he is teaching. And he knows what people grasp easily and what they don’t when it comes to introducing more complex concepts of SQL Server programming.
2019-12-21 21:53:29 12.63MB SQLServer 2008 Programming 英文版
1
Inside_NAND_Flash_Memories.pdf
2019-12-21 21:52:39 15.08MB Inside_NAND_Flas
1
《Inside The C++ Object Model》专注于C++对象导向程序设计的底层机制,包括结构式语意、暂时性对象的生成、封装、继承,以及虚拟——虚拟函数和虚拟继承。这本书让你知道:一旦你能够了解底层实现模型,你的程序代码将获得多么大的效率。Lippman澄清了那些关于C++额外负荷与复杂度的各种错误信息和迷思,但也指出其中某些成本和利益交换确实存在。他阐述了各式各样的实现模型,指出它们的进化之道及其本质因素。本书涵盖了C++对象模型的语意暗示,并指出这个模型是如何影响你的程序的。 本书重点:探索“对象导向程序所支持的C++对象模型”下的程序行为。对于“对象导向性质之基础实现技术”以及“各种性质背后的隐含利益交换”提供一个清楚的认识。检验由程序变形所带来的效率冲击。提供丰富的程序范例、图片,以及对象导向观念和底层对象模型之间的效率测量。 C++成山似海的书籍堆中,这一本不是婴幼儿奶粉,也不是较大婴儿奶粉,它是成人专用的低脂高钙特殊奶粉。 对于C++底层机制感兴趣的读者,这本书会给你“漫卷诗书喜欲狂”的感觉。 了解C++ Object Model,是学习Component Object Model的最短路线。 如果你是一位C++程序员,渴望对于底层知识获得一个完整的了解,那么Inside The C++ Object Model正适合你。 关于作者:Stanley Lippman目前是华特迪斯尼主题动画公司(Walt Disney Feature Animation)的主要软件工程师。他曾经在AT&T贝尔实验室领导cfront 3.0和2.1版的编译器开发小组。他也是贝尔实验室中由Bjame Stroustrup所领导的Foundation专案组中的一员,负责对象模型并研究C++程序开发环境。Stan著有极为成功的C++ Primer一书,也发表过许多C++方面的论文。Stan最近刚从C++ Report的编辑位置上“退隐”,他曾在那个位置上做了4年。他的C++论述遍及全球。 关于译者:侯捷,海峡两岸著名的电脑技术自由作家,对于技术的钻研和发表,有独特的品性与坚持。作品涵盖著、译、评三方面,散见于各种刊特、媒体、网站论坛,深受读者喜爱和尊敬。 作者简介: Stanley B.Lippman的职业是提供关于C++和面向对象的训练、咨询、设计和指导。他在成为一名独立咨询顾问之前,曾经是迪士尼动化公司的首席软件设计师。当他在AT&T Bell实验室的时候,领导了cfront 3.0版本和2.1版本的编译器开发组。他也是Bjarne Stroustrup领导的Bell实验室Foundation项目的成员之一,负责C++程序设计环境中的对象模型部分。他还撰写了许多关于C++的文章。目前他已受雇于微软公司,负责Visual C++项目。   目录:    本立道生(侯捷 译序) 目录 前言(Stanley B.Lippman) 第0章 导读(译者的话) 第1章 关于对象(Object Lessons) 1.1 C++模式模式(The C++ Object Model) 1.2 关键词所带来的差异(A Keyword Distinction) 1.3 对象的差异(An Object Distinction) 第2章 构造函数语意学(The Semantics of constructors) 2.1 Default Constructor的建构操作 2.2 Copy Constructor的建构操作 2.3 程序转换语意学(Program Transformation Semantics) 2.4 成员们的初始化队伍(Member Initialization List) 第3章 Data语意学(The Semantics of Data) 3.1 Data Member的绑定(The Binding of a Data Member) 3.2 Data Member的布局(Data Member Layout) 3.3 Data Member的存取 3.4 “继承”与Data Member 3.5 对象成员的效率(Object Member Efficiency) 3.6 指向Data Members的指针(Pointer to Data Members) 第4章 Function语意学(The Semantics of Function) 4.1 Member的各种调用方式 4.2 Virtual Member Functions(虚拟成员函数) 4.3 函数的效能 4.4 指向Member Functions的指针(Pointer-to-Member Functions) 4.5 Inline Functions
2019-12-21 21:13:37 14.44MB 高清全文
1
Delphi 教程 系列书籍 (036) 《Inside 深入核心VCL架构剖析》 网友(邦)整理 EMail: shuaihj@163.com 【Delphi系列书籍下载】(辛苦整理,大家珍惜!!!) http://blog.csdn.net/shuaihj/archive/2010/11/22/6036817.aspx
2019-12-21 21:05:13 4.91MB Delphi 教程 系列书籍 (036)
1