搜索结果
找到约 130 项符合
Generic 的查询结果
按分类筛选
- 全部分类
- 技术资料 (26)
- VC书籍 (12)
- 其他书籍 (10)
- 其他 (4)
- 电子书籍 (4)
- 驱动编程 (4)
- 人工智能/神经网络 (4)
- VxWorks (4)
- VHDL/FPGA/Verilog (4)
- 软件设计/软件工程 (4)
- 书籍 (3)
- Linux/Unix编程 (3)
- 网络 (3)
- 多国语言处理 (3)
- 单片机开发 (3)
- Delphi控件源码 (3)
- 单片机编程 (2)
- 软件工程 (2)
- 编译器/解释器 (2)
- 通讯编程文档 (2)
- 嵌入式/单片机编程 (2)
- 嵌入式Linux (2)
- matlab例程 (2)
- 源码 (1)
- 论文 (1)
- Windows编程 (1)
- DSP编程 (1)
- 通讯/手机编程 (1)
- 可编程逻辑 (1)
- 源码/资料 (1)
- 串口编程 (1)
- 数学计算 (1)
- USB编程 (1)
- 汇编语言 (1)
- 其他数据库 (1)
- 微处理器开发 (1)
- Java书籍 (1)
- STL (1)
- J2ME (1)
- 家庭/个人应用 (1)
- 系统设计方案 (1)
- JavaScript (1)
- 其他嵌入式/单片机内容 (1)
- 邮电通讯系统 (1)
- VIP专区 (1)
技术资料 ADC模数转换器件Altium Designer AD原理图库元件库
ADC模数转换器件Altium Designer AD原理图库元件库SV text has been written to file : 4.4 - ADC模数转换器件.csvLibrary Component Count : 29Name                Description---------------------------------------------------------------------------------------------- ...
嵌入式Linux linux设备驱动 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-sm
linux设备驱动
| |-- DMA范例
| | |-- 3c505.c
| | |-- 3c505.h
| | `-- dma.h
| `-- 静态映射范例
| `-- mach-smdk2440.c
|---
| |-- NVRAM驱动
| | `-- generic_nvram.c
| |-- 触摸屏驱动
| | |-- 作为input设备
| | | |-- s3c2410_ts.c
| | | `-- s3c2410_ts.h
| | `-- 作为普通字符设备
| | `-- s3c2410-ts.c
| |-- 看 ...
其他数据库 The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The lib ...
其他书籍 Recent advances in experimental methods have resulted in the generation of enormous volumes of data
Recent advances in experimental methods have resulted in the generation
of enormous volumes of data across the life sciences. Hence clustering and
classification techniques that were once predominantly the domain of ecologists
are now being used more widely. This book provides an overview of these
i ...
书籍 Multi-Carrier+Spread+Spectrum+2007
Since the principle of multi-carrier code division multiple access (MC-CDMA) was
simultaneously proposed by Khaled Fazel et al. and Nathan Yee et al. at the IEEE
International Symposium on Personal, Indoor and Mobile Radio Communications
(PIMRC) in the year 1993, multi-carrier spread spectrum (MC-SS ...
技术资料 界面漂亮 功能实用的串口调试助手
大家先试用一下,源码后面奉上!!!using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Linq;using System.Threading.Tasks;using System.Windows;namespace SerialCom{&nbsp; &nbsp; /// <summary>&nbsp; &nbsp; /// App.xaml 的交互逻辑&nbsp; &nbsp; /// </sum ...
VC书籍 Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition)
Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge
Publisher: Addison-Wesley
Page: 560
Edition: 2nd edition (March 27, 2001)
Format: PDF
Summary: The Standard Template ...
书籍 Essential+C++
书中以4个面向来表现C++的本质:procedural(程序性的)、generic(泛型的)、object-based(个别对象的)、object-oriented(面向对象的),全书围绕着一系列逐渐繁复的程序问题,以及用以解决这些问题的语言特性。循此方式,读者不只学到C++的函数和结构,也会学习到它们的设计目的和基本原理 ...
技术资料 ABB机器人编程手册.pdf
ABB机器人编程手册.pdfAliasIO is used to define a signal of any type with an alias name or to use signals in builtin task modules.
Signals with alias names can be used for predefined generic programs, without any
modification of the program before running in different robot installations.
The instruc ...
电子书籍 ㆒ 般㆟ 對 C++ templates 的粗淺印象
&#12690 般&#12703 對 C++ templates 的粗淺印象,大約停留在「容器(containers)」的製作&#12694 。稍有研究
則會發現,templates衍生出來的 C++ Generic Programming(泛型編程)技術,在 C++ 標準程
式庫&#12695 已經遍&#12702 開花結果。以 STL為重要骨幹的 C++ 標準程式庫,將 templates 廣泛運用於容
器 (container ...