虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

major

  • 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

  • Visual Basic Shell Programming ventures where none have gone before by showing how to develop shell

    Visual Basic Shell Programming ventures where none have gone before by showing how to develop shell extensions that more closely integrate an application with the Windows shell, while at the same time providing an advanced tutorial-style treatment of COM programming with Visual Basic. Each major type of shell extension gets attention, including customized context menu handlers, per instance icons, and customized property sheets.

    标签: Programming ventures develop showing

    上传时间: 2016-02-01

    上传用户:tb_6877751

  • Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si

    Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact that arrays in C are stored in // row-major order.

    标签: elimination equations Gaussian version

    上传时间: 2016-02-14

    上传用户:hxy200501

  • The result is an IS-95CDMA forward link software simulation package ,which mimics real-time data com

    The result is an IS-95CDMA forward link software simulation package ,which mimics real-time data communication from a basestation to a cellular unit. The package simulates an IS-95CDMA forward link cellular system consisting of 3 major components:Transmitter, Communication Channel and Receiver.

    标签: simulation real-time software forward

    上传时间: 2016-03-14

    上传用户:大融融rr

  • JavaServer Pages, Third Edition is completely revised and updated to cover the substantial changes i

    JavaServer Pages, Third Edition is completely revised and updated to cover the substantial changes in the 2.0 version of the JSP specification. It also includes detailed coverage of the major revisions to the JSP Standard Tag Library (JSTL) specification. Combining plenty of practical advice with detailed coverage of JSP syntax and features and clear, useful examples, JavaServer Pages, Third Edition demonstrates how to embed server-side Java into Web pages, while also covering important topics such as JavaBeans, Enterprise JavaBeans (EJB), and JDBC database access.

    标签: substantial JavaServer completely Edition

    上传时间: 2014-01-04

    上传用户:mpquest

  • This book explains how to write, install, and debug device drivers for Windows 2000. It is intended

    This book explains how to write, install, and debug device drivers for Windows 2000. It is intended to be a companion to the Microsoft DDK documentation and software. Windows 2000 represents a major improvement to previous versions of Windows NT. Device drivers for Windows 2000 may be designed for the new Windows Driver Model (WDM) architecture. If so, the driver will be source compatible with Windows 98. This book covers the new WDM specification. This book will also prove useful to those studying the internals of Windows 2000, particularly the I/O subsystem and related components.

    标签: explains intended Windows drivers

    上传时间: 2016-04-08

    上传用户:dreamboy36

  • The BeeStack Application Development Guide describes how to develop an application for BeeStack, in

    The BeeStack Application Development Guide describes how to develop an application for BeeStack, including discussions on major considerations for commercial applications. This document is intended for software developers who write applications for BeeStack-based products using Freescale development tools. It is assumed the reader is a programmer with at least rudimentary skills in the C programming language and that the reader is already familiar with the edit/compile/debug process.

    标签: BeeStack Application Development application

    上传时间: 2016-04-17

    上传用户:lijianyu172

  • A very smaller script interpretor that java based system. Can work on j2se / j2me / win C++ platform

    A very smaller script interpretor that java based system. Can work on j2se / j2me / win C++ platform ,the major goal is used to build more flexible j2me game. Script language s phrase like as BASIC .

    标签: interpretor platform smaller script

    上传时间: 2016-07-24

    上传用户:181992417

  • 迭代自适应Simpson

    迭代自适应Simpson,Lobatto积分 In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, recursive quadrature algorithms might be transformed into iterative quadrature algorithms without major modifications in the structure of the algorithm. We present iterative adaptive quadrature algorithm (adaptiveSimpson and adaptiveLobatto), which preserves the compactness and the clarity of the recursive algorithms (e.g. quad, quadv, and quadl). Our iterative algorithm provides a parallel calculation of the integration function, which leads to tremendous gain in run-time, in general. Our results suggest a general iterative and not a recursive implementation of adaptive quadrature formulas, once the programming language permits parallel access to the integration function. For details the attached PDF file Conrad_08.pdf.

    标签: Simpson 迭代

    上传时间: 2014-10-25

    上传用户:xc216