搜索:integer+programming
找到约 1,740 项符合「integer+programming」的查询结果
结果 1,740
按分类筛选
- 全部
- 其他书籍 (191)
- VC书籍 (175)
- 电子书籍 (97)
- Linux/Unix编程 (77)
- Java编程 (48)
- 技术资料 (43)
- 软件工程 (41)
- 其他 (37)
- Java书籍 (33)
- 软件设计/软件工程 (32)
- 嵌入式/单片机编程 (31)
- 书籍源码 (21)
- 文章/文档 (21)
- matlab例程 (20)
- Windows CE (19)
- 游戏 (17)
- 人工智能/神经网络 (17)
- 单片机开发 (16)
- 驱动编程 (15)
- 其他嵌入式/单片机内容 (15)
- 数学计算 (14)
- 微处理器开发 (12)
- 网络 (11)
- VHDL/FPGA/Verilog (10)
- 汇编语言 (9)
- 数值算法/人工智能 (8)
- 行业发展研究 (8)
- 压缩解压 (7)
- J2ME (6)
- Windows Mobile (6)
- 书籍 (6)
- 文件格式 (5)
- Delphi控件源码 (5)
- JavaScript (5)
- SQL Server (5)
- DSP编程 (4)
- 操作系统开发 (4)
- Internet/网络编程 (4)
- 串口编程 (4)
- 编译器/解释器 (4)
- 技术管理 (4)
- 通讯编程文档 (4)
- Symbian (4)
- 中间件编程 (4)
- C/C++语言编程 (3)
- 加密解密 (3)
- 技术书籍 (3)
- 磁盘编程 (3)
- *行业应用 (3)
- USB编程 (3)
- 数据结构 (3)
- 系统设计方案 (3)
- Oracle数据库 (3)
- 通讯/手机编程 (2)
- SCSI/ASPI (2)
- 企业管理 (2)
- Applet (2)
- STL (2)
- FlashMX/Flex源码 (2)
- 其他行业 (2)
- Windows编程 (1)
- 数据库系统 (1)
- 资料/手册 (1)
- 计算机相关 (1)
- 嵌入式综合 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 教程资料 (1)
- allegro (1)
- 可编程逻辑 (1)
- 手机短信编程 (1)
- 编辑器/阅读器 (1)
- 语音压缩 (1)
- 嵌入式Linux (1)
- 并口编程 (1)
- TAPI编程 (1)
- 并行计算 (1)
- Jsp/Servlet (1)
- 软件 (1)
https://www.eeworm.com/dl/534/325572.html
其他
Sun’s most advanced certification program in Java technology is the Sun Certified Enterprise Archite
Sun’s most advanced certification program in Java technology is the Sun Certified Enterprise Architect (“SCEA”) for Java 2 Platform. This book, the Sun Certified Enterprise Architect for J2EE Study Guide (Exam 310-051), provides all the information that you may need to prepare ...
https://www.eeworm.com/dl/502/30335.html
单片机编程
ICCAVR自动下载程序
CCAVR软件有ISP功能,能过调用STK500完成的,只要设置好参数,在ICCAVR中就可以给芯片编程了,还可以让程序一编译完就自动下载到芯片中,相当方便。在Tools->environment options->ISP里设定STK500.exe的路径。— 用于调用STK500程序。在Tools->In system programming 里Programmer Interface中选中STK ...
https://www.eeworm.com/dl/686/350755.html
VC书籍
This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate
This book is for you if
You re no "dummy," and you need to get quickly up to speed in intermediate to advanced C++
You ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going
You ve had an introductory C++ course, but you ve found ...
https://www.eeworm.com/dl/534/406467.html
其他
This book uses the Python language to teach pro - gramming concepts and problem -solving skills,
This book uses the Python language to teach pro
-
gramming concepts and problem
-solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other
tools, the student learns how to design the logic of prog ...
https://www.eeworm.com/dl/516/327971.html
DSP编程
This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is
This programme is to control DC motor in a certain speed using PWM.
The target speed is "r", it is the speed in 1s.
The sample rate is 0.1s, so the actual speed target is "rc"=r/10.
The "r" and "rc" are integer, and the range of "r" is from 50 to 100.
Keep rc=r/10!!!
The array "s ...
https://www.eeworm.com/dl/617/446742.html
压缩解压
Compression using lempel-ziv -for a dictionary size of 2k -provide dictionary
Compression using lempel-ziv
-for a dictionary size of 2k
-provide dictionary
Lempel ziv algorithm is a dictionary based algorithm that addresses byte sequences from former contents instead of the original data. This algorithm consists of a rule for parsing st ...
https://www.eeworm.com/dl/521/13999.html
多媒体处理
MP3程序采用C51编程适用于任何环境
·详细说明:MP3程序 采用c51编程 适用于任何环境 -MP3 procedure uses the c51 programming to be suitable for any environm文件列表: COMMON.C51 ..........\BYTE2CHAR.C ..........\COMMON.H ..........\COM
https://www.eeworm.com/dl/532/140120.html
书籍源码
The source code for "C++ Solutions". This book is a companion to the book that is widely recognized
The source code for "C++ Solutions". This book is a companion to the book that is widely recognized as "the C++ bible": The C++ Programming Language (third edition) by Bjarne Stroustrup. If you re a programmer, Bjarne s book comes very highly recommended.
https://www.eeworm.com/dl/518/101063.html
数值算法/人工智能
Modern C++ Design 一书中实现的程序库
Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!
https://www.eeworm.com/dl/932667.html
技术资料
MP3程序采用C51编程适用于任何环境
·详细说明:MP3程序 采用c51编程 适用于任何环境 -MP3 procedure uses the c51 programming to be suitable for any environm文件列表: COMMON.C51 ..........\BYTE2CHAR.C ..........\COMMON.H ..........\COM