搜索: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/665/347556.html
matlab例程
迭代自适应Simpson
迭代自适应Simpson,Lobatto积分
In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, ...
https://www.eeworm.com/dl/665/409350.html
matlab例程
matlab 7.0 以上版本提供了强大的优化工具箱
matlab 7.0 以上版本提供了强大的优化工具箱,但在整数规划方面,只提供了bintprog()这个m文件以求解0-1整数规划,而对于一般的整数规划模型没有具体的算法提供。我们一般情况只是用最简单的分值定界思想编写matlab程序求解整数规划问题,但效率低下,如何利用求解整数规划的先进算法编写matlab程序 ...
https://www.eeworm.com/dl/655/229195.html
微处理器开发
TI DSP2812 can总线程序,可以用这个程序设计can总线收发数据,已经在自己的开发板上测试过,运行良好-TI DSP2812 the can main line procedure, may
TI DSP2812 can总线程序,可以用这个程序设计can总线收发数据,已经在自己的开发板上测试过,运行良好-TI DSP2812 the can main line procedure, may use this programming can main line receiving and dispatching data, has already tested on own development board, the movement is good ...
https://www.eeworm.com/dl/678/284882.html
系统设计方案
The BeeStack Application Development Guide describes how to develop an application for BeeStack, in
The BeeStack Application Development Guide describes how to develop an application for
BeeStack, including discussions on major considerations for commercial applications.
This document is intended for software developers who write applications for BeeStack-based
products using F ...
https://www.eeworm.com/dl/534/203478.html
其他
SNVision Library (.dll).是法国SpikeNet公司的核心视觉分析软件。 SNVision Library (.dll) is the true core of our tec
SNVision Library (.dll).是法国SpikeNet公司的核心视觉分析软件。
SNVision Library (.dll) is the true core of our technology. It is made of 50 fully documented functions for image processing and analysis. It is provided with "how to use" examples for the main programming languages. ...
https://www.eeworm.com/dl/665/290909.html
matlab例程
EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, suc
EKF-SLAM Simulator
This version of the simulator uses global variables for
all large objects, such as the state covariance matrix.
While bad programming practice, it is a necessary evil
for MatLab efficiency, as MatLab has no facility to avoid
gratuitous memory allocation and co ...
https://www.eeworm.com/dl/522291.html
书籍
Home+Automation+Projects
You probably have heard all about what you can do with the Raspberry Pi. This credit-
card sized computer can be plugged into your TV or any HDMI monitor to replace a
typical computer. This little device is used in many computer projects, DIY electronics
projects and even as a le ...
https://www.eeworm.com/dl/656/416588.html
Java书籍
The purpose of this chapter is to bring relative newcomers up to speed in writing, compiling, and pa
The purpose of this chapter is to bring relative newcomers up to speed in writing, compiling, and packaging servlets and JSPs. If you have never developed a servlet or JSP before, or just need to brush up on the technology to jumpstart your development, then the upcoming recipes ...
https://www.eeworm.com/dl/633/464788.html
Java编程
JavaServer Faces (JSF) is the “offcial” component-based view technology in the Java EE web tier. J
JavaServer Faces (JSF) is the “offcial” component-based
view technology in the Java EE web tier. JSF includes a set
of predefned UI components, an event-driven programming
model, and the ability to add third-party components. JSF
is designed to be extensible, easy to use, a ...
https://www.eeworm.com/dl/633/478857.html
Java编程
If you want to use the Struts Framework to its fullest potential, this is the book for you. Programm
If you want to use the Struts Framework to its fullest potential, this is the book for you. Programming Jakarta Struts, 2nd Edition covers everything the successful earlier edition did as well as plenty more: now fully up to date with Struts 1.1, this edition covers the latest ma ...