搜索结果
找到约 213 项符合
Large 的查询结果
按分类筛选
- 全部分类
- 书籍 (32)
- 其他书籍 (15)
- matlab例程 (12)
- 电源技术 (10)
- 数学计算 (10)
- 其他 (9)
- 人工智能/神经网络 (8)
- 软件设计/软件工程 (7)
- Java编程 (7)
- 技术资料 (6)
- 模拟电子 (5)
- Linux/Unix编程 (5)
- 文章/文档 (5)
- 加密解密 (5)
- 单片机开发 (4)
- 电子书籍 (4)
- 通讯编程文档 (4)
- 论文 (4)
- 单片机编程 (3)
- 可编程逻辑 (3)
- 系统设计方案 (3)
- 行业发展研究 (3)
- Delphi控件源码 (3)
- VC书籍 (3)
- Java书籍 (3)
- 微处理器开发 (3)
- 数值算法/人工智能 (3)
- 软件工程 (2)
- 数据结构 (2)
- 网络 (2)
- 数据库系统 (2)
- 接口技术 (2)
- 学术论文 (1)
- 书籍源码 (1)
- PCB相关 (1)
- 教程资料 (1)
- 通信网络 (1)
- 无线通信 (1)
- 源码/资料 (1)
- 编辑器/阅读器 (1)
- Oracle数据库 (1)
- 游戏 (1)
- 压缩解压 (1)
- 文件格式 (1)
- 其他数据库 (1)
- 手机短信编程 (1)
- 企业管理 (1)
- Internet/网络编程 (1)
- 并行计算 (1)
- 其他嵌入式/单片机内容 (1)
- 嵌入式/单片机编程 (1)
- *行业应用 (1)
- CA认证 (1)
- 技术书籍 (1)
- 其他 (1)
- 开发板 (1)
源码/资料 Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++
Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image w ...
软件设计/软件工程 Mining Association Rules between Sets of Items in Large Databases
Mining Association Rules between Sets of Items in Large Databases,数据挖掘ERP,Apriori解释专用。
单片机开发 DOS XMS library is a DOS real mode and large memory model C library. Because DOS is ran under real m
DOS XMS library is a DOS real mode and large memory model C library. Because DOS is ran under real mode, programmer only can access RAM under 1MB
其他 Displaying large amounts of technical data in a chart can be a frustrating task. You can find tons o
Displaying large amounts of technical data in a chart can be a frustrating task. You can find tons of charting controls with fancy effects and useless features, but when it comes to displaying many curves at once, independently scaled on different axes, most of them fail.
软件设计/软件工程 Software Engineering is a discipline applied by teams to produce high-quality, large-scale, cost-eff
Software Engineering is a discipline applied by teams to produce high-quality, large-scale, cost-effective software that satisfies the users’ needs, and can be maintained over time
Software Development is a weaker term where standards, tools, processes, etc. may not be applied
Java编程 Overview Provides a way to store very large collections of email addresses (100,000+ addresses) and
Overview
Provides a way to store very large collections of email addresses (100,000+ addresses) and efficiently check whether a specific address is contained in a collection. The collection can be created programmatically, or through a pluggable persistence mechanism.
Functionality
Maintains lar ...
数学计算 The Bayesian Committee Machine (BCM) is an approximation method for large-scale Gaussian process re
The Bayesian Committee Machine (BCM) is an approximation method for
large-scale Gaussian process regression.
- The code is for Matlab
Version 1.0, November 2005
系统设计方案 Accent issues in large vocabulary continuous speech recognition
Accent issues in large vocabulary continuous speech recognition
软件设计/软件工程 Accent issues in large vocabulary continuous speech recognition
Accent issues in large vocabulary continuous speech recognition
数学计算 This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the ar
This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the array, with the Least Significant Byte (LSB) first and the Most Significant Byte (MSB) last, like all Intel-integer types.