搜索结果
找到约 247 项符合
map 的查询结果
按分类筛选
- 全部分类
- 其他 (20)
- Java编程 (20)
- matlab例程 (18)
- 其他书籍 (14)
- 人工智能/神经网络 (11)
- STL (8)
- 学术论文 (7)
- 数据结构 (7)
- GPS编程 (6)
- 文章/文档 (6)
- DSP编程 (5)
- VC书籍 (5)
- Linux/Unix编程 (5)
- 游戏 (5)
- 微处理器开发 (5)
- 文件格式 (5)
- 通讯编程文档 (4)
- 书籍源码 (4)
- 邮电通讯系统 (4)
- 通讯/手机编程 (4)
- 软件设计/软件工程 (4)
- Ajax (4)
- 源码 (4)
- 技术资料 (4)
- 单片机编程 (3)
- 数值算法/人工智能 (3)
- Java书籍 (3)
- VHDL/FPGA/Verilog (3)
- 中间件编程 (3)
- 嵌入式/单片机编程 (3)
- Delphi控件源码 (3)
- 行业发展研究 (3)
- 工控技术 (2)
- 编辑器/阅读器 (2)
- 单片机开发 (2)
- 汇编语言 (2)
- 嵌入式Linux (2)
- 串口编程 (2)
- 其他行业 (2)
- FlashMX/Flex源码 (2)
- 编译器/解释器 (2)
- VIP专区 (2)
- 通信网络 (1)
- 开发工具 (1)
- PCB相关 (1)
- 教育系统应用 (1)
- Applet (1)
- *行业应用 (1)
- 并行计算 (1)
- 数据库系统 (1)
- 交通/航空行业 (1)
- 技术管理 (1)
- Jsp/Servlet (1)
- 认证考试资料 (1)
- BREW编程 (1)
- J2ME (1)
- 加密解密 (1)
- 操作系统开发 (1)
- 驱动编程 (1)
- 人物传记/成功经验 (1)
- 无线通信 (1)
- Linux/uClinux/Unix编程 (1)
- 习题答案 (1)
- 软件 (1)
- 论文 (1)
- 精品软件 (1)
Java编程 1. socket通信:有客户端和服务端的socket代码。 2. 多线程:客户端和服务端各用一线程发送信息;服务端另有一监听线程
1. socket通信:有客户端和服务端的socket代码。
2. 多线程:客户端和服务端各用一线程发送信息;服务端另有一监听线程,用于把超时的信息删除。
这里应用到了同步,使两个线程可以操作同一个map。
Linux/Unix编程 srand[getpid[]] /* initialize some of the memory */ memset[heightmap, 0, MAPSIZE*MAPSIZE]
srand[getpid[]]
/* initialize some of the memory */
memset[heightmap, 0, MAPSIZE*MAPSIZE]
memset[vpage, 0, RENDERWIDTH * RENDERHEIGHT]
printf["Creating dx d fractal terrain\n", MAPSIZE, MAPSIZE]
heightmap[0] = [rand[] 128] + 64 // initialize starting point on map
CreateFract ...
Linux/Unix编程 srand[getpid[]] /* initialize some of the memory */ memset[heightmap, 0, MAPSIZE*MAPSIZE]
srand[getpid[]]
/* initialize some of the memory */
memset[heightmap, 0, MAPSIZE*MAPSIZE]
memset[vpage, 0, RENDERWIDTH * RENDERHEIGHT]
printf["Creating dx d fractal terrain\n", MAPSIZE, MAPSIZE]
heightmap[0] = [rand[] 128] + 64 // initialize starting point on map
CreateFract ...
行业发展研究 -The existence of numerous imaging modalities makes it possible to present different data present in
-The existence of numerous imaging modalities makes it possible to present different data present in different modalities together thus forming multimodal images. Component images forming multimodal images should be aligned, or registered so that all the data, coming from the different modalities, a ...
matlab例程 MATLAB implementation of time series prediction Based on the VQTAM method described in the following
MATLAB implementation of time series prediction Based on the VQTAM method described in the following papers:
G. A. Barreto & A. F. R. Araujo (2004)
"Identification and Control of Dynamical Systems Using the Self-Organizing Map"
IEEE Transactions on Neural Networks, vol. 15, no. 5.
编译器/解释器 生成一个好的Turbo码
生成一个好的Turbo码,并且用MAP方法进行解码
Java编程 Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法
Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法,它能够把应用程序分割成许多很小的工作单元,每个单元可以在任何集群节点上执行或重复执行。此外,Hadoop还提供一个分布式文件系统用来在各个计算节 ...
其他书籍 Learn how to: * Tokenize a null-terminated string * Create a search and re
Learn how to:
*
Tokenize a null-terminated string
*
Create a search and replace function for strings
*
Implement subtraction for string objects
* Use the vector, deque, and list sequence containers
*
Use the container adaptors stack, queue, and priority_q ...