EhLib 8.0 Build 8.0.023 Pro Edition FullSource for D7-XE8 亲测可用,含全部源码及 Demo The Library contains components and classes for Borland Delphi versions 7, 9, Developer Studio 2006, Delphi 2007, Embarcadero RAD Studio 2009-XE8, Lazarus. TABLE OF CONTENTS ----------------- Overview Installation Library Installation Help Demonstration Programs Registering and Prices Other information About author Where to start. ------------------- Read about EhLib for Lazarus in the file - Lazarus\readme.txt Start overview of the library with the main Demo project .\Demos\Bin\MainDemo.Exe. (Compiled Demo files are available in the Evaluation version of the library) Then you can read a summary of the new features and changes in the file history-eng.html. More detail about new features can be found in the file - About EhLib 8 Eng.doc To install a new version of the library in the IDE, use the installation program in .\Installer\EhLibInstaller.exe Overview -------- The Library contains several components and objects. TDBGridEh component TDBGridEh provides all functionality of TDBGrid and adds several new features as follows: Allows to select records, columns and rectangle areas. Special titles that can correspond to several/all columns. Footer that is able to show sum/count/other field values. Automatic column resizing to set grid width equal client width. Ability to change row and title height. Allows automatic broken of a single line long title and data row to a multiline. Title can act as button and, optionally show a sort marker. Automatically sortmarking. Ability to truncate long text with ellipsis. Lookup list can show several fields. Incremental search in lookup fields. Frozen columns. DateTime picker support for TDateField and TDateTimeField. Allows to show bitmaps from TImageList depending on field value. Allows to hide and track horizontal or vertical scrollbars. Allows to hide columns. Allows to show 3D fr
2021-12-03 10:19:39 11.96MB EhLib8
1
经典图形学教程pbrt第三版 详细讲解graphics基础 正文内附implementation code 涵盖ray tracer, path tracer, photon mapping, 可以作为semester project
2021-12-02 23:40:26 38.9MB 计算机图形学 光线追踪
1
A Revised and Updated Edition of the Authoritative Text This revised and updated Third Edition of the classic text guides students through assembly language using a hands-on approach, supporting future computing professionals with the basics they need to understand the mechanics and function of the computer’s inner workings. Through using real instruction sets to write real assembly language programs, students will become acquainted with the basics of computer architecture. 80×86 Assembly Language and Computer Architecture covers the Intel 80×86 using the powerful tools provided by Microsoft Visual Studio, including its 32- and 64-bit assemblers, its versatile debugger, and its ability to link assembly language and C/C++ program segments. The text also includes multiple examples of how individual 80×86 instructions execute, as well as complete programs using these instructions. Hands-on exercises reinforce key concepts and problem-solving skills. Updated to be compatible with Visual Studio 2012, and incorporating over a hundred new exercises, 80×86 Assembly Language and Computer Architecture: Third Edition is accessible and clear enough for beginning students while providing coverage of a rich set of 80×86 instructions and their use in simple assembly language programs. The text will prepare students to program effectively at any level. Key features of the fully revised and updated Third Edition include: Updated to be used with Visual Studio 2012, while remaining compatible with earlier versions Over 100 new exercises and programming exercises Improved, clearer layout with easy-to-read illustrations The same clear and accessibly writing style as previous editions Full suite of ancillary materials, including PowerPoint lecture outlines, Test Bank, and answer keys Suitable as a stand-alone text in an assembly language course or as a supplement in a computer architecture course
2021-12-02 22:15:09 18.84MB Assembly Lan Computer Arc
1
For Computer Systems, Computer Organization and Architecture courses in CS, EE, and ECE departments. Few students studying computer science or computer engineering will ever have the opportunity to build a computer system. On the other hand, most students will be required to use and program computers on a near daily basis. Computer Systems: A Programmer’s Perspective introduces the important and enduring concepts that underlie computer systems by showing how these ideas affect the correctness, performance, and utility of application programs. The text's hands-on approach (including a comprehensive set of labs) helps students understand the “under-the-hood” operation of a modern computer system and prepares them for future courses in systems topics such as compilers, computer architecture, operating systems, and networking. Visit the CSS:AP web page http://csapp.cs.cmu.edu for more information and resources.
2021-12-02 09:50:03 6.49MB computer systems 计算机系统
1
第十八章 动态优化模型 动态过程的另一类问题是所谓的动态优化问题,这类问题一般要归结为求 优控制 函数使某个泛函达到极值。当控制函数可以事先确定为某种特殊的函数形式时,问题又 简化为求普通函数的极值。求解泛函极值问题的方法主要有变分法和 优控制理论方 法。 §1 变分法简介 变分法是研究泛函极值问题的一种经典数学方法,有着广泛的应用。下面先介绍变 分法的基本概念和基本结果,然后介绍动态系统 优控制问题求解的必要条件和 大值 原理。 1.1 变分法的基本概念 1.1.1 泛函 设 S 为一函数集合,若对于每一个函数 Stx ∈)( 有一个实数 J 与之对应,则称 J 是 对应在 S 上的泛函,记作 ))(( txJ 。 S 称为 J 的容许函数集。 通俗地说,泛函就是“函数的函数”。 例如对于 xy 平面上过定点 ),( 11 yxA 和 ),( 22 yxB 的每一条光滑曲线 )(xy ,绕 x 轴 旋转得一旋转体,旋转体的侧面积是曲线 )(xy 的泛函 ))(( xyJ 。由微积分知识不难写 出 dxxyxyxyJ x x )('1)(2))(( 2 1 2∫ += π (1) 容许函数集可表示为 })( ,)(],,[)(|)({ 221121 1 yxyyxyxxCxyxyS ==∈= (2) 简单的一类泛函表为 ∫= 2 1 ),,())(( t t dtxxtFtxJ & (3) 被积函数 F 包含自变量 t,未知函数 x 及导数 x&。(1)式是 简泛函。 1.1.2 泛函的极值 泛函 ))(( txJ 在 Stx ∈)(0 取得极小值是指,对于任意一个与 )(0 tx 接近的 Stx ∈)( ,都有 ))(())(( 0 txJtxJ ≥ 。所谓接近,可以用距离 ε<))(),(( 0 txtxd 来度量, 而距离定义为 |})()(||,)()({|max))(),(( 000 21 txtxtxtxtxtxd ttt && −−= ≤≤ 泛函的极大值可以类似地定义。 )(0 tx 称为泛函的极值函数或极值曲线。 1.1.3 泛函的变分 如同函数的微分是增量的线性主部一样,泛函的变分是泛函增量的线性主部。作为 泛函的自变量,函数 )(tx 在 )(0 tx 的增量记为 )()()( 0 txtxtx −=δ 也称函数的变分。由它引起的泛函的增量记作 ))(())()(( 00 txJtxtxJJ −+=Δ δ 如果 JΔ 可以表为
2021-12-01 21:02:07 4.88MB matlab macth
1
本书通过实际的实验、示例和项目来讲解你所需的全部PL/SQL技能,它涵盖从基础语法、程序控制到最新的优化和安全增强等方面的知识。读者循序渐进地学习每个关键任务,自己就能掌握当今最有价值的Oracle12c的PL/SQL编程技术。本书的方法完全反映了作者在哥伦比亚大学给专业人员讲授PL/SQL的广受好评的经验。数据库开发的新手和DBA可以通过学习本书快速获得成效。有经验的PL/SQL程序员会发现本书是很好的Oracle12c的解决方案参考。
2021-12-01 09:33:06 18.36MB oracle plsql
1
GPU开发的后期可以看看,对于提高很有帮助的,帮你更加深入的了解GPU编程。台湾著名作者所写,在coursra上有开过课程的。
2021-11-30 17:22:12 21.23MB gpu
1
Language Disorders from Infancy Through Adolescence, 4th Edition is the go-to text for all the information you need to properly assess childhood language disorders and provide appropriate treatment. This core resource spans the entire developmental period through adolescence, and uses a descriptive-developmental approach to present basic concepts and vocabulary, an overview of key issues and controversies, the scope of communicative difficulties that make up child language disorders, and information on how language pathologists approach the assessment and intervention processes. This new edition also features significant updates in research, trends, instruction best practices, and social skills assessment.        ,解压密码 share.weimo.info
2021-11-30 14:09:26 9.36MB 英文
1
Digital Signal Processing: Fundamentals and Applications By 作者: Lizhe Tan Ph.D. Electrical Engineering University of New Mexico – Jean Jiang Ph.D. Electrical Engineering University of New Mexico ISBN-10 书号: 0128150718 ISBN-13 书号: 9780128150719 Edition 版本: 3 Release Finelybook 出版日期: 2018-11-23 pages 页数: (920 ) $120 Digital Signal Processing: Fundamentals and Applications, Third Edition, not only introduces students to the fundamental principles of DSP, it also provides a working knowledge that they take with them into their engineering careers. Many instructive, worked examples are used to illustrate the material, and the use of mathematics is minimized for an easier grasp of concepts. As such, this title is also useful as a reference for non-engineering students and practicing engineers. The book goes beyond DSP theory, showing the implementation of algorithms in hardware and software. Additional topics covered include adaptive filtering with noise reduction and echo cancellations, speech compression, signal sampling, digital filter realizations, filter design, multimedia applications, over-sampling, etc. More advanced topics are also covered, such as adaptive filters, speech compression such as PCM, µ-law, ADPCM, and multi-rate DSP, over-sampling ADC subband coding, and wavelet transform. Covers DSP principles with an emphasis on communications and control applications Includes chapter objectives, worked examples, and end-of-chapter exercises that aid the reader in grasping key concepts and solving related problems Provides an accompanying website with MATLAB programs for simulation and C programs for real-time DSP Presents new problems of varying types and difficulties Digital Signal Processing: Fundamentals and Applications Copyright Preface 1Introduction to Digital Signal Processing 2 Signal Sampling and Quantization 3Digital Signals and Systems 4Discrete Fourier Transform and Signal Spectrum 5 The z-Transform 6Digital Signal Processing Systems, Basic Filteri
2021-11-30 12:58:48 32.47MB Matlab
1
Intel® Parallel Studio XE Cluster Edition for Windows or linux* 2018最新版许可key破解文件
2021-11-30 09:52:05 952B Intel® Parallel Studio XE
1