搜索:parallel+programming
找到约 1,864 项符合「parallel+programming」的查询结果
结果 1,864
按分类筛选
- 全部
- 技术资料 (283)
- 其他书籍 (235)
- VC书籍 (206)
- 电子书籍 (106)
- Linux/Unix编程 (90)
- Java编程 (67)
- 其他 (56)
- 软件工程 (54)
- 软件设计/软件工程 (45)
- Java书籍 (41)
- 单片机编程 (37)
- 嵌入式/单片机编程 (37)
- 单片机开发 (33)
- matlab例程 (33)
- 文章/文档 (28)
- 书籍源码 (26)
- 人工智能/神经网络 (26)
- 微处理器开发 (22)
- Windows CE (22)
- 驱动编程 (20)
- 数学计算 (20)
- 游戏 (19)
- 其他嵌入式/单片机内容 (18)
- 书籍 (18)
- VHDL/FPGA/Verilog (17)
- 网络 (16)
- 汇编语言 (12)
- VIP专区 (12)
- 系统设计方案 (11)
- 通讯编程文档 (10)
- 行业发展研究 (10)
- 数值算法/人工智能 (9)
- 教程资料 (9)
- 可编程逻辑 (9)
- DSP编程 (8)
- 文件格式 (8)
- Windows Mobile (8)
- 编译器/解释器 (7)
- Delphi控件源码 (7)
- 中间件编程 (7)
- Internet/网络编程 (6)
- 串口编程 (6)
- 数据结构 (6)
- J2ME (6)
- SQL Server (6)
- 通讯/手机编程 (5)
- 技术书籍 (5)
- *行业应用 (5)
- USB编程 (5)
- Symbian (5)
- JavaScript (5)
- 操作系统开发 (4)
- 嵌入式综合 (4)
- 压缩解压 (4)
- Applet (4)
- 技术管理 (4)
- STL (4)
- 源码 (4)
- C/C++语言编程 (3)
- 多媒体处理 (3)
- 资料/手册 (3)
- 实用工具 (3)
- ARM (3)
- 模拟电子 (3)
- 磁盘编程 (3)
- 嵌入式Linux (3)
- 其他行业 (3)
- Oracle数据库 (3)
- 并行计算 (3)
- 学术论文 (2)
- 加密解密 (2)
- 通信网络 (2)
- SCSI/ASPI (2)
- 企业管理 (2)
- FlashMX/Flex源码 (2)
- 并口编程 (2)
- 接口技术 (1)
- Windows编程 (1)
- 开关电源 (1)
- 驱动程序 (1)
- 数据库系统 (1)
- 技术教程 (1)
- 计算机相关 (1)
- 工控技术 (1)
- 教程资料 (1)
- 教程资料 (1)
- allegro (1)
- 源码/资料 (1)
- 教育系统应用 (1)
- 手机短信编程 (1)
- 编辑器/阅读器 (1)
- 语音压缩 (1)
- 其他数据库 (1)
- BREW编程 (1)
- Delphi/CppBuilder (1)
- 生物技术 (1)
- TAPI编程 (1)
- Jsp/Servlet (1)
- 3G开发 (1)
- 精品软件 (1)
https://www.eeworm.com/dl/cadence/ebook/181436.html
电子书籍
下面的是学C++时要注意的。 1.把C++当成一门新的语言学习(和C没啥关系!真的。); 2.看《Thinking In C++》
下面的是学C++时要注意的。
1.把C++当成一门新的语言学习(和C没啥关系!真的。);
2.看《Thinking In C++》,不要看《C++变成死相》;
3.看《The C++ Programming Language》和《Inside The C++ Object
Model》,不要因为他们很难而我们自己是初学者所以就不看; ...
https://www.eeworm.com/dl/516/403303.html
DSP编程
This document describes how to switch to and program the unisersal serial bus (USB) analog phase-lo
This document describes how to switch to and program the unisersal serial bus (USB)
analog phase-locked loop (APLL) on the C5506/C5507/C5509A devices. Example
assembly programs for programming and switching to and from the APLL are also
provided in the attached zip file. It is as ...
https://www.eeworm.com/dl/502/31063.html
单片机编程
Adding 32 KB of Serial SRAM to
Although Stellaris microcontrollers have generous internal SRAM capabilities, certain applicationsmay have data storage requirements that exceed the 8 KB limit of the Stellaris LM3S8xx seriesdevices. Since microcontrollers do not have an external parallel data-bus, serial memory ...
https://www.eeworm.com/dl/553/36646.html
ARM
LPC315x系列ARM微控制器用户手册
The NXP LPC315x combine an 180 MHz ARM926EJ-S CPU core, High-speed USB 2.0OTG, 192 KB SRAM, NAND flash controller, flexible external bus interface, an integratedaudio codec, Li-ion charger, Real-Time Clock (RTC), and a myriad of serial and parallelinterfaces in a single chip targ ...
https://www.eeworm.com/dl/620/402480.html
Internet/网络编程
MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising
MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising of a cross-section between industry and research representatives), MPI is a standardized API typically used for parallel and/or distributed computing. The MPI standard is comprise ...
https://www.eeworm.com/dl/534/134191.html
其他
Addressbook using double-linked list. This example shows the use of a double-linked list by implemen
Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Appl ...
https://www.eeworm.com/dl/633/361478.html
Java编程
Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2
Thinking in Java, 3rd ed. Revision 4.0
Preface
Introduction
1: Introduction to Objects
2: Everything is an Object
3: Controlling Program Flow
4: Initialization & Cleanup
5: Hiding the Implementation
6: Reusing Classes
7: Polymorphism
8: Interfaces & Inner Classes
9: Er ...
https://www.eeworm.com/dl/665/355948.html
matlab例程
用20个示例项目的方式介绍Matlab/Simulink。内容包括: *Contains over 20 hands-on projects in MATLAB(with code) integra
用20个示例项目的方式介绍Matlab/Simulink。内容包括:
*Contains over 20 hands-on projects in MATLAB(with code) integrated throughout the book *Includes a complete introduction to Simulink *Accompanied by a CD-ROM containing MATLAB examples, source code, third party simulations & pr ...
https://www.eeworm.com/dl/666/347748.html
Delphi控件源码
DevExpress.ExpressFlowChart.Suite.v1.37.for.Delphi.BCB.Full.Source-SSG delphi 和 BCB的源码
DevExpress.ExpressFlowChart.Suite.v1.37.for.Delphi.BCB.Full.Source-SSG
delphi 和 BCB的源码,次空间可以帮你轻松实现流程图类的图标功能,强烈推荐!
The ExpressFlowChart is designed to help you present
charts, schemes, hierarchies, and graphs of any
complexity with minimal coding ...
https://www.eeworm.com/dl/633/384517.html
Java编程
Java is the first language to provide a cross-platform I/O library that is powerful enough to handle
Java is the first language to provide a cross-platform I/O library that is powerful enough to handle all these diverse tasks. Java is the first programming language with a modern, object-oriented approach to input and output. Java s I/O model is more powerful and more suited to r ...