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

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Fixed-point

  • %BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma

    %BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,... % oval,po,normg,DS,mtxmpy,data,H) % returns the new feasible point nx, the corresponding sign vector nsig, % and the step size of the unreflected step, alpha. % Copyright (c) 1990-98 by The MathWorks, Inc. % $Revision: 1.2 $ $Date:

    標簽: BIQPBOX reflective Bisection search

    上傳時間: 2013-12-17

    上傳用戶:sk5201314

  • Pico-IrDA is a minimalistic IrDA stack for microcontrollers. It supports IrOBEX in primary and seco

    Pico-IrDA is a minimalistic IrDA stack for microcontrollers. It supports IrOBEX in primary and secondary IrDA mode and IrCOMM in secondary mode only. Pico-IrDA works with a fixed baudrate of 9600 bps and is restricted to two communication peers

    標簽: microcontrollers minimalistic Pico-IrDA supports

    上傳時間: 2015-11-02

    上傳用戶:洛木卓

  • Developers use algorithms and data structures every day of their working lives. Having a good under-

    Developers use algorithms and data structures every day of their working lives. Having a good under-standing of these algorithms and knowledge of when to apply them is essential to producing softwarethat not only works correctly, but also performs efficiently. This book aims to explain those algorithms and data structures most commonly encountered in day-to-day software development, while remaining at all times practical, concise, and to the point, with little orno verbiage to distract from the core concepts and examples.

    標簽: Developers algorithms structures working

    上傳時間: 2015-11-03

    上傳用戶:wyc199288

  • A one-dimensional calibration object consists of three or more collinear points with known relative

    A one-dimensional calibration object consists of three or more collinear points with known relative positions. It is generally believed that a camera can be calibrated only when a 1D calibration object is in planar motion or rotates around a ¯ xed point. In this paper, it is proved that when a multi-camera is observing a 1D object undergoing general rigid motions synchronously, the camera set can be linearly calibrated. A linear algorithm for the camera set calibration is proposed,and then the linear estimation is further re¯ ned using the maximum likelihood criteria. The simulated and real image experiments show that the proposed algorithm is valid and robust.

    標簽: one-dimensional calibration collinear consists

    上傳時間: 2014-01-12

    上傳用戶:璇珠官人

  • Tracking a moving object through several frames, provided changes from frame to frame are on the ord

    Tracking a moving object through several frames, provided changes from frame to frame are on the order of +-(10 + "X Range") pixels in the X direction and +-(10 + "Y Range") in the Y direction is done automatically because of a relatively large area of exploration during the search for an optimal (new) position for a particular control point and a very strong force exerted by large values of the image gradient.

    標簽: frame Tracking provided changes

    上傳時間: 2015-11-17

    上傳用戶:zgu489

  • About: Paco (pacKAGE oRGANIZER) is a simple, yet powerful tool to aid package management when insta

    About: Paco (pacKAGE oRGANIZER) is a simple, yet powerful tool to aid package management when installing programs from source code. It uses the LD_PRELOAD method to track package installations, and provides various options to keep the installed software organized. It s mainly a command line application but it has also an optional GTKMM interface. Release focus: Minor bugfixes Changes: Libpaco-log has been rewritten in C. This prevents a glibc installation failure when building LFS in chapter 6. The option -x|--expand has been removed. Several bugs have been fixed in paco, gpaco, and rpm2paco. Author: David Rosal

    標簽: management oRGANIZER powerful pacKAGE

    上傳時間: 2014-08-25

    上傳用戶:weixiao99

  • About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses

    About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl

    標簽: C. hamsterdb structure database

    上傳時間: 2013-12-11

    上傳用戶:LouieWu

  • EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par w

    EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. It uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but future releases will target more platforms. Release focus: Major feature enhancements Changes: A new disassembly engine. A bug that could cause crashing was fixed. There is a new flags breakdown in the register view, an environment view plugin, and improved analysis (including a good speed increase). A bug in QT where disabled events could be triggered has been worked around.

    標簽: usability Debugger debugger binary

    上傳時間: 2013-12-21

    上傳用戶:gundamwzc

  • 原理:對Pe文件的.data節

    原理:對Pe文件的.data節,.text節進行XOR加密,然后將帶解密的Loader寫入文件頭和第一個段的開頭之間,修改Entry Point使其指向Loader. 測試用例:使用vc6.0自動生成的mfc對話框應用程序。 參考文獻:(1)def源碼 (2)黑客調試技術揭秘 (3)yoda s protector源碼

    標簽: data

    上傳時間: 2013-12-12

    上傳用戶:dave520l

  • 原理:對Pe文件的.data節

    原理:對Pe文件的.data節,.text節進行XOR加密,然后將帶解密的Loader寫入文件頭和第一個段的開頭之間,修改Entry Point使其指向Loader. 測試用例:使用vc6.0自動生成的mfc對話框應用程序。 參考文獻:(1)def源碼 (2)黑客調試技術揭秘 (3)yoda s protector源碼

    標簽: data

    上傳時間: 2015-12-04

    上傳用戶:wangdean1101

主站蜘蛛池模板: 鄄城县| 潼南县| 宜宾县| 肇庆市| 旺苍县| 尉犁县| 磴口县| 和静县| 齐河县| 泸水县| 平顶山市| 三亚市| 洛阳市| 剑河县| 遂溪县| 阿合奇县| 浦江县| 象山县| 深泽县| 乃东县| 林西县| 明溪县| 十堰市| 黄石市| 内乡县| 太仓市| 东乌珠穆沁旗| 新龙县| 西藏| 皋兰县| 梅州市| 萝北县| 高平市| 安福县| 保德县| 安仁县| 陵水| 衡南县| 凤庆县| 久治县| 襄垣县|