搜索:Computer+Programming
找到约 2,310 项符合「Computer+Programming」的查询结果
结果 2,310
按分类筛选
- 全部
- 其他书籍 (240)
- VC书籍 (180)
- 电子书籍 (103)
- Linux/Unix编程 (81)
- 技术资料 (69)
- Java编程 (54)
- 其他 (50)
- 软件工程 (45)
- 软件设计/软件工程 (37)
- Java书籍 (35)
- 嵌入式/单片机编程 (34)
- 文章/文档 (34)
- matlab例程 (26)
- 单片机开发 (24)
- 书籍源码 (21)
- Windows CE (20)
- 游戏 (19)
- 人工智能/神经网络 (18)
- 微处理器开发 (17)
- 驱动编程 (15)
- 其他嵌入式/单片机内容 (15)
- VHDL/FPGA/Verilog (13)
- 网络 (12)
- 汇编语言 (12)
- 行业发展研究 (12)
- 数学计算 (11)
- 通讯编程文档 (9)
- 数值算法/人工智能 (8)
- Internet/网络编程 (7)
- 串口编程 (7)
- Delphi控件源码 (7)
- 编译器/解释器 (6)
- 文件格式 (6)
- J2ME (6)
- Windows Mobile (6)
- 系统设计方案 (6)
- 书籍 (6)
- 操作系统开发 (5)
- 压缩解压 (5)
- 技术管理 (5)
- USB编程 (5)
- 数据结构 (5)
- JavaScript (5)
- SQL Server (5)
- DSP编程 (4)
- 加密解密 (4)
- 技术书籍 (4)
- SCSI/ASPI (4)
- Symbian (4)
- 中间件编程 (4)
- C/C++语言编程 (3)
- 通讯/手机编程 (3)
- 磁盘编程 (3)
- *行业应用 (3)
- STL (3)
- 其他行业 (3)
- Oracle数据库 (3)
- 资料/手册 (2)
- 教育系统应用 (2)
- 手机短信编程 (2)
- 语音压缩 (2)
- 企业管理 (2)
- Applet (2)
- FlashMX/Flex源码 (2)
- Windows编程 (1)
- 数据库系统 (1)
- 计算机相关 (1)
- 嵌入式综合 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 教程资料 (1)
- allegro (1)
- 可编程逻辑 (1)
- Modem编程 (1)
- 编辑器/阅读器 (1)
- 手机WAP编程 (1)
- 嵌入式Linux (1)
- 并口编程 (1)
- TAPI编程 (1)
- 邮电通讯系统 (1)
- GPS编程 (1)
- 并行计算 (1)
- 人物传记/成功经验 (1)
- Jsp/Servlet (1)
- 软件 (1)
https://www.eeworm.com/dl/966508.html
技术资料
DEI 1016 ARINC 429 Transceiver
The DEI 1016 provides an interface between a standard avionics type serial digital data bus and a 16-bit-wide
digital data bus. The interface circuit consists of a single channel transmitter with an 8X32 bit buffer, two inde-
pendent receive channels, and a host programmable co ...
https://www.eeworm.com/dl/502/29346.html
单片机编程
SAM8系列S3C825A型单片机软件设计
以S3C825A为例介绍三星公司SAM8系列单片机的内部结构及其软件开发环境,详细描述采用混合编程法来对SAM8系列单片机进行软件设计的一般方法,最后给出用混合编程法对S3C825A进行软件设计的具体应用实例。
Abstract:
 With S3C825A,this paper firstly introduces the SAM8 series single-chip m ...
https://www.eeworm.com/dl/897871.html
技术资料
单片机通信任务设计与实现
介绍单片机通信任务的设计与实现。介绍硬件电路设计原理、有关数据传送编程的注意思想,并在Proteus环境下仿真验证硬件电路设计合理,结果表明编写程序符合控制要求。The Design and Implementation of communication task based on Proteus is introduced. At first,the hardware was designed by tutor ...
https://www.eeworm.com/dl/633/277313.html
Java编程
作为一名刚来公司不久的新员工
作为一名刚来公司不久的新员工,有幸参加由侯捷老师做的高级C++培训,真的是很高兴。从接触Programming以来,C++一直是自己的主打语言(虽然最近正在研究Java^_^)。一天的培训下来,收获还是蛮大的,侯老师的细致入微的讲解给我留下了很深的印象。
将我所得到的东西与大家分享同时对我来说又是个复习 ...
https://www.eeworm.com/dl/628/316871.html
编译器/解释器
IDE开发环境
IDE开发环境,可以挂载SDCC
The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is ...
https://www.eeworm.com/dl/684/371863.html
软件设计/软件工程
Inside the C++ Object Model Inside the C++ Object Model focuses on the underlying mechanisms that s
Inside the C++ Object Model
Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual ...
https://www.eeworm.com/dl/839262.html
技术资料
基于 STM32 平台的 IAP 设计实现
针对闪存系统对在应用中编程(in-application programming,IAP)的强烈需求,介绍基于 STM32 平台的IAP 设计原理以及实现方法。分析 IAP 设计的重要性,以 STM32F103RC 为例,介绍 IAP 程序中的 FLASH 规划、用户程序条件,IAP 实现原理以及在产品中应用 IAP 详细设计的实现过程。结果表明:IAP 应用在 ...
https://www.eeworm.com/dl/571/21448.html
模拟电子
高速数字系统设计下载pdf
高速数字系统设计下载pdf:High-Speed Digital SystemDesign—A Handbook ofInterconnect Theory and DesignPracticesStephen H. HallGarrett W. HallJames A. McCallA Wiley-Interscience Publication JOHN WILEY & SONS, INC.New York • Chichester • Weinheim • Brisbane • ...
https://www.eeworm.com/dl/924351.html
技术资料
C语言 谭浩强
C语言是在 70 年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正式发表了C语言。同时由B.W.Kernighan和D.M.Ritchit合著了著名的“THE C PROGRAMMING LANGUAGE”一书。通常简称为《K&R》,也有人称之为《K&R》标准。但是,在《K&R》中并没有定义一个完整的标准C 语言,后来由美国国家标 ...
https://www.eeworm.com/dl/957615.html
技术资料
C语言100例及教程
C语言是在70年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正式发表了C语言。同时由B.W.Kernighan和D.M.Ritchit合著了著名的“THE C PROGRAMMING LANGUAGE”一书。通常简称为《K&R》,也有人称之为《K&R》标准。但是,在《K&R》中并没有定义一个完整的标准C语言,后来由美国国家标准学 ...