搜索:pointer
找到约 94 项符合「pointer」的查询结果
结果 94
按分类筛选
- 全部
- 单片机编程 (40)
- 技术资料 (6)
- 其他 (4)
- 源码 (3)
- 教程 (3)
- 可编程逻辑 (3)
- 软件 (2)
- C/C++语言编程 (2)
- 技术书籍 (2)
- 电子书籍 (2)
- 数学计算 (2)
- 嵌入式/单片机编程 (2)
- 数据结构 (2)
- 书籍 (1)
- PCB相关 (1)
- 行业应用文档 (1)
- 接口技术 (1)
- 数值算法/人工智能 (1)
- 书籍源码 (1)
- 其他书籍 (1)
- 电工电气 (1)
- 教程资料 (1)
- 驱动编程 (1)
- Linux/Unix编程 (1)
- 串口编程 (1)
- 游戏 (1)
- 编译器/解释器 (1)
- Java编程 (1)
- uCOS (1)
- 文章/文档 (1)
- Delphi控件源码 (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- VC书籍 (1)
https://www.eeworm.com/dl/534/430906.html
其他
This is a binary search tree with void* pointer in data segment in order you to search store and del
This is a binary search tree with void* pointer in data segment in order you to search store and delete O(n) worst case, O(log(n)) agerage case data.
https://www.eeworm.com/dl/534/430903.html
其他
This is a safe double linked list data structure in order to store data on void* pointer for data se
This is a safe double linked list data structure in order to store data on void* pointer for data segment.
https://www.eeworm.com/dl/654/164741.html
数据结构
a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, lis
a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.
https://www.eeworm.com/dl/534/432717.html
其他
Basic pointer examples in C/C++. Show you how to understand * and & symbol in C/C++. Written and exe
Basic pointer examples in C/C++. Show you how to understand * and & symbol in C/C++. Written and executable in Visual C++ environment.
https://www.eeworm.com/dl/652/410568.html
文章/文档
无线激光笔又称为电子教鞭(英文名为:Laser pointer with remote control), 它是专门为计算机及多媒体投影机设计的一款新型专利电子产品
无线激光笔又称为电子教鞭(英文名为:Laser pointer with remote control), 它是专门为计算机及多媒体投影机设计的一款新型专利电子产品,在欧美等发达国家的使用已经很普遍了, 多媒体教学中无线教鞭的使用已显得越来越有必要,尤其是频繁地用于幻灯片播放。 ...
https://www.eeworm.com/dl/542/453760.html
其他书籍
The first two functions are useful for creating a blank image of the specified parameters. A possibl
The first two functions are useful for creating a blank image of the specified parameters. A possible use is in functions that require a pointer to a result.
The clone function performs an exact copy of the IplImage* parameter
https://www.eeworm.com/dl/618/158418.html
驱动编程
This structure defines the interface between the low-level tty driver and the tty routines. The foll
This structure defines the interface between the low-level tty driver and the tty routines. The following routines can be defined unless noted otherwise, they are optional, and can be filled in with a null pointer.
https://www.eeworm.com/dl/628/419882.html
编译器/解释器
list is a data dtructure. this is a data structure type implemantation and it is implemented in C pr
list is a data dtructure. this is a data structure type implemantation and it is implemented in C prgramming language. General header contains pointer to object so list.c in c is implemented in generic way.
https://www.eeworm.com/dl/625/140555.html
游戏
“抓住它”小遊戲
“抓住它”小遊戲,a applet that plays a game called Catch the Crearure. have the crature appear at a ramdom lacation for a random durarion. the goal is to catch the creature by pressing the moouse button while the mouce pointer is on the creature
https://www.eeworm.com/dl/518/101063.html
数值算法/人工智能
Modern C++ Design 一书中实现的程序库
Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!