搜索结果
找到约 96 项符合
major 的查询结果
按分类筛选
- 全部分类
- 书籍 (24)
- 其他书籍 (10)
- Java书籍 (5)
- 电子书籍 (4)
- Linux/Unix编程 (4)
- 技术资料 (4)
- 单片机编程 (3)
- VC书籍 (3)
- 技术书籍 (2)
- 电源技术 (2)
- 可编程逻辑 (2)
- 软件设计/软件工程 (2)
- 单片机开发 (2)
- MySQL数据库 (2)
- 嵌入式/单片机编程 (2)
- 通讯/手机编程 (2)
- 数学计算 (2)
- 模拟电子 (1)
- PCB相关 (1)
- 教程资料 (1)
- 嵌入式综合 (1)
- 源码/资料 (1)
- Symbian (1)
- Delphi控件源码 (1)
- 其他 (1)
- 数据库系统 (1)
- Modem编程 (1)
- 驱动编程 (1)
- 系统设计方案 (1)
- J2ME (1)
- matlab例程 (1)
- Java编程 (1)
- 微处理器开发 (1)
- 家庭/个人应用 (1)
- 网络 (1)
- 论文 (1)
- 其他 (1)
- 教程 (1)
数据库系统 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 c ...
Linux/Unix编程 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 featur ...
其他书籍 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 typ ...
数学计算 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.
Modem编程 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.
Java书籍 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 de ...
驱动编程 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 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 ...
J2ME 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 .
matlab例程 迭代自适应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 ...