亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

Point-<b>OF</b>-Sale

  • Shape registration by shape context: algorithm implemented by matlab and the paper. One of the best

    Shape registration by shape context: algorithm implemented by matlab and the paper. One of the best point matching algorithm after 2000.

    標(biāo)簽: registration implemented algorithm the

    上傳時(shí)間: 2016-10-20

    上傳用戶:1583060504

  • Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2

    Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2: Everything is an Object 3: Controlling Program Flow 4: Initialization & Cleanup 5: Hiding the Implementation 6: Reusing Classes 7: Polymorphism 8: Interfaces & Inner Classes 9: Error Handling with Exceptions 10: Detecting Types 11: Collections of Objects 12: The Java I/O System 13: Concurrency 14: Creating Windows & Applets 15: Discovering Problems 16: Analysis and Design A: Passing & Returning Objects B: Java Programming Guidelines C: Supplements D: Resources Index

    標(biāo)簽: Introduction Thinking Revision Preface

    上傳時(shí)間: 2014-07-13

    上傳用戶:netwolf

  • The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce

    The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.

    標(biāo)簽: illustrates elimination Gaussian pivoting

    上傳時(shí)間: 2016-11-09

    上傳用戶:wang5829

  • The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce

    The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.

    標(biāo)簽: illustrates elimination Gaussian pivoting

    上傳時(shí)間: 2014-01-21

    上傳用戶:lxm

  • AppWizard has created this port_dll DLL for you. This DLL not only demonstrates the basics of using

    AppWizard has created this port_dll DLL for you. This DLL not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your DLL. This file contains a summary of what you will find in each of the files that make up your port_dll DLL.

    標(biāo)簽: demonstrates AppWizard DLL port_dll

    上傳時(shí)間: 2016-11-16

    上傳用戶:wanqunsheng

  • The TMS320C54x, TMS320LC54x, and TMS320VC54x fixed-point, digital signal processor (DSP) families (

    The TMS320C54x, TMS320LC54x, and TMS320VC54x fixed-point, digital signal processor (DSP) families (hereafter referred to as the ’54x unless otherwise specified) are based on an advanced modified Harvard architecture that has one program memory bus and three data memory buses. These processors also provide an arithmetic logic unit (ALU) that has a high degree of parallelism, application-specific hardware logic, on-chip memory, and additional on-chip peripherals. These DSP families also provide a highly specialized instruction set, which is the basis of the operational flexibility and speed of these DSPs.

    標(biāo)簽: TMS 320 fixed-point processor

    上傳時(shí)間: 2013-12-27

    上傳用戶:宋桃子

  • A passive optical network (PON) is a point-to-multipoint, fiber to the premises network architecture

    A passive optical network (PON) is a point-to-multipoint, fiber to the premises network architecture in which unpowered optical splitters are used to enable a single optical fiber to serve multiple premises, typically 32-128. A PON consists of an Optical Line Termination (OLT) at the service provider s central office and a number of Optical Network Units (ONUs) near end users. A PON configuration reduces the amount of fiber and central office equipment required compared with point to point architectures

    標(biāo)簽: network point-to-multipoint architecture premises

    上傳時(shí)間: 2016-12-10

    上傳用戶:王慶才

  • The TMS320LF240xA and TMS320LC240xA devices, new members of the TMS320C24x generation of dig

    The TMS320LF240xA and TMS320LC240xA devices, new members of the TMS320C24x generation of digital signal processor (DSP) controllers, are part of the TMS320C2000 platform of fixed-point DSPs. The 240xA devices offer the enhanced TMS320 DSP architectural design of the C2xx core CPU for low-cost, low-power, and high-performance processing capabilities. Several advanced peripherals, optimized for digital motor and motion control applications, have been integrated to provide a true single-chip DSP controller. While code-compatible with the existing C24x DSP controller devices, the 240xA offers increased processing performance (40 MIPS) and a higher level of peripheral integration. See the TMS320x240xA Device Summary section for device-specific features.

    標(biāo)簽: TMS 320 generation 240

    上傳時(shí)間: 2013-12-16

    上傳用戶:GavinNeko

  • 數(shù)值計(jì)算牛頓迭代法的matlab源程序 說(shuō)明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini

    數(shù)值計(jì)算牛頓迭代法的matlab源程序 說(shuō)明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini----input,sets the starting point to ini % err----input,sets admissible error % sol----output,returns the root of equation

    標(biāo)簽: the equation matlab input

    上傳時(shí)間: 2014-01-12

    上傳用戶:妄想演繹師

  • Overview If you have been wanting to learn Java, check out the newly revised fourth edition of the

    Overview If you have been wanting to learn Java, check out the newly revised fourth edition of the best-seller Sams Teach Yourself Programming with Java in 24 Hours. This step-by-step tutorial will teach you how to create simple Java programs and applets. Comprised of 24 one-hour lessons, this new edition focuses on key programming concepts and essential Java basics, has been improved by dozens of reader comments, and is reorganized to better cover the latest developments in Java. The book s coverage of core Java programming topics has also been expanded. A great starting point for learning Java, this book is also a great primer to reading sams Teach Yourself Java in 21 Days.

    標(biāo)簽: the Overview edition wanting

    上傳時(shí)間: 2017-01-10

    上傳用戶:huyiming139

主站蜘蛛池模板: 岳阳市| 井冈山市| 灵石县| 法库县| 巴东县| 西和县| 鲁甸县| 永靖县| 安西县| 大竹县| 大田县| 定州市| 庆安县| 房产| 蒙自县| 互助| 当阳市| 常山县| 长寿区| 维西| 赤城县| 客服| 迭部县| 宁蒗| 渭南市| 华宁县| 金门县| 乐山市| 赣榆县| 屏东县| 班戈县| 渭南市| 西平县| 孟津县| 且末县| 依安县| 进贤县| 襄城县| 云南省| 昭平县| 抚顺县|