搜索:integer+programming
找到约 1,740 项符合「integer+programming」的查询结果
结果 1,740
按分类筛选
- 全部
- 其他书籍 (235)
- 技术资料 (222)
- VC书籍 (206)
- 电子书籍 (104)
- Linux/Unix编程 (84)
- Java编程 (71)
- 其他 (52)
- 软件工程 (52)
- 软件设计/软件工程 (43)
- Java书籍 (41)
- 嵌入式/单片机编程 (35)
- matlab例程 (28)
- 单片机开发 (27)
- 人工智能/神经网络 (25)
- 文章/文档 (25)
- 单片机编程 (24)
- 书籍源码 (24)
- Windows CE (22)
- 数学计算 (21)
- 游戏 (19)
- 微处理器开发 (18)
- 驱动编程 (17)
- 其他嵌入式/单片机内容 (15)
- 网络 (14)
- 书籍 (14)
- VHDL/FPGA/Verilog (12)
- VIP专区 (12)
- 汇编语言 (11)
- DSP编程 (10)
- 数值算法/人工智能 (10)
- 数据结构 (10)
- Delphi控件源码 (10)
- 系统设计方案 (9)
- 教程资料 (8)
- 可编程逻辑 (8)
- 压缩解压 (8)
- 编译器/解释器 (8)
- Windows Mobile (8)
- 行业发展研究 (8)
- 文件格式 (7)
- SQL Server (7)
- 源码 (7)
- Internet/网络编程 (6)
- 串口编程 (6)
- 通讯编程文档 (6)
- J2ME (6)
- JavaScript (6)
- 通讯/手机编程 (5)
- 技术书籍 (5)
- *行业应用 (5)
- Applet (5)
- Symbian (5)
- 中间件编程 (5)
- 加密解密 (4)
- 操作系统开发 (4)
- 模拟电子 (4)
- 技术管理 (4)
- USB编程 (4)
- STL (4)
- Oracle数据库 (4)
- C/C++语言编程 (3)
- 多媒体处理 (3)
- 实用工具 (3)
- 嵌入式综合 (3)
- 磁盘编程 (3)
- 嵌入式Linux (3)
- 通信网络 (2)
- SCSI/ASPI (2)
- 企业管理 (2)
- 其他数据库 (2)
- FlashMX/Flex源码 (2)
- Delphi/CppBuilder (2)
- 其他行业 (2)
- 接口技术 (1)
- 学术论文 (1)
- Windows编程 (1)
- 开关电源 (1)
- 驱动程序 (1)
- 数据库系统 (1)
- 技术教程 (1)
- 资料/手册 (1)
- 计算机相关 (1)
- ARM (1)
- 教程资料 (1)
- 教程资料 (1)
- allegro (1)
- Mentor (1)
- 源码/资料 (1)
- 教育系统应用 (1)
- 手机短信编程 (1)
- 编辑器/阅读器 (1)
- 语音压缩 (1)
- BREW编程 (1)
- 生物技术 (1)
- 并口编程 (1)
- TAPI编程 (1)
- 并行计算 (1)
- Jsp/Servlet (1)
- 3G开发 (1)
- 软件 (1)
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语言,后来由美国国家标准学 ...
https://www.eeworm.com/dl/684/233661.html
软件设计/软件工程
In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl
In a preemptive priority based RTOS, priority inversion
problem is among the major sources of deadline
violations. Priority inheritance protocol is one of the
approaches to reduce priority inversion. Unfortunately,
RTOS like uC/OS can’t support priority inheritance
protocol sinc ...
https://www.eeworm.com/dl/745436.html
书籍
Code Craft: the practice of writing excellent code
This book addresses programmer attitudes, but it’s not some kind of psychology
textbook. We’ll investigate many topics, including:
Source code presentation
Defensive coding techniques
How to debug programs effectively
Good teamworking skills
Managing your source code
Take a q ...
https://www.eeworm.com/dl/542/389046.html
其他书籍
Fully revised to cover the latest standards and technologies, XML and Java(TM), Second Edition provi
Fully revised to cover the latest standards and technologies, XML and Java(TM), Second Edition provides the practical solutions developers need to design powerful and portable Web-based applications. Featuring step-by-step examples, this book focuses on harnessing the power of Ja ...
https://www.eeworm.com/dl/654/247434.html
数据结构
背包問題是關於最佳化的問題
背包問題是關於最佳化的問題,要解最佳化問題可以使用「動態規劃」(Dynamic programming),從空集合開始,每增加一個元素就先求出該階段的最佳解,直到所有的元素加入至集合中,最後得到的就是最佳解。
以背包問題為例,我們使用兩個陣列value與item,value表示目前的最佳解所得之總價,item表示最 ...
https://www.eeworm.com/dl/523538.html
源码
MiniCore
An Arduino core for the ATmega328, ATmega168, ATmega88, ATmega48 and ATmega8, all running a [custom version of Optiboot for increased functionality](#write-to-own-flash). This core requires at least Arduino IDE v1.6.2, where v1.8.5+ is recommended. <br/>
**This core gives you two ...
https://www.eeworm.com/dl/686/382744.html
VC书籍
C语言是在 70年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正式 发表了C 语言。同时由B.W.Kernighan和 D.M.Ritchit合著了著名的“THE C PROGRA
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/534/432814.html
其他
The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmwa
The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for
firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The
W78E58B contains a 32K bytes of main ROM and a 4K bytes of auxiliary ROM which allow ...
https://www.eeworm.com/dl/962864.html
技术资料
LabVIEW和IAP的单片机远程实验系统
介绍了一个基于LabVIEW和IAP(In Application Programming,在应用编程)技术的远程交互式单片机开发实验系统。系统采用浏览器/服务器(B/S)技术,用户可以在任何Internet终端访问系统,可以远程构建真实的电路、远程下载程序至现场单片机中进行单片机实验,甚至进行项目的设计开发。用户不仅可以观察 ...
https://www.eeworm.com/dl/989738.html
技术资料
C猿猴必看的书《the_c_programing_language》
《The C Programming Language》是每位C语言程序员不可或缺的经典之作,由C语言之父Brian W. Kernighan与Dennis M. Ritchie合著。本书深入浅出地介绍了C语言的核心概念、语法结构及编程技巧,特别适合希望提升代码质量和程序设计能力的工程师们阅读学习。无论你是初学者还是有一定经验的开发者,都能从 ...