搜索结果
找到约 166 项符合
within 的查询结果
按分类筛选
- 全部分类
- 书籍 (26)
- matlab例程 (9)
- 其他书籍 (9)
- 单片机开发 (8)
- Java编程 (8)
- 单片机编程 (7)
- 可编程逻辑 (6)
- 软件工程 (5)
- 技术资料 (5)
- 模拟电子 (4)
- 数学计算 (4)
- Java书籍 (4)
- 文章/文档 (4)
- Linux/Unix编程 (4)
- 通讯/手机编程 (4)
- VC书籍 (4)
- 电源技术 (3)
- 教程资料 (3)
- 其他 (3)
- 人工智能/神经网络 (3)
- 软件设计/软件工程 (3)
- 游戏 (3)
- 通信网络 (2)
- 电子书籍 (2)
- Jsp/Servlet (2)
- 技术书籍 (2)
- Linux/uClinux/Unix编程 (2)
- PCB相关 (1)
- 无线通信 (1)
- 开发工具 (1)
- 设计相关 (1)
- Applet (1)
- 汇编语言 (1)
- GPS编程 (1)
- 操作系统开发 (1)
- 邮电通讯系统 (1)
- 编译器/解释器 (1)
- Windows CE (1)
- 数值算法/人工智能 (1)
- Delphi控件源码 (1)
- 网络 (1)
- 家庭/个人应用 (1)
- 压缩解压 (1)
- 驱动编程 (1)
- VHDL/FPGA/Verilog (1)
- 通讯编程文档 (1)
- 百货/超市行业 (1)
- 行业发展研究 (1)
- SQL Server (1)
- 电工电气 (1)
- 笔记 (1)
- 电路图 (1)
- 论文 (1)
- 教程 (1)
matlab例程 OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented i
OTSU Gray-level image segmentation using Otsu s method.
Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes
by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection
Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern.
9:62-66 1979). Thre ...
其他书籍 This guide is an attempt to compile a lot of that information in here and dummy it down. Perhaps it
This guide is an attempt to compile a lot of that information in here and dummy it down. Perhaps it s a fairly common show, perhaps not. It might have even been a show that you taped. Whatever the case, you want to share it with others bur aren t quite sure how. This guide should be your answer.
Thi ...
matlab例程 he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chos
he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chosen so that f(a0)f(b0) < 0. (This guarantees that there is at least one root of the function f(x) within the initial interval.) We then iteratively bisect the interval, generating a sequence of interva ...
VC书籍 Game programmers, check out the only book on data structures written especially for you! Described i
Game programmers, check out the only book on data structures written especially for you! Described in layman s terms, this book will explain all of the essential data structures that are used in video game programming. It will also go over some of the more advanced and specialized data structures, t ...
通讯编程文档 WALSH CODES AND THEIR DERIVATIVES - INTRODUCTION - WALSH FUNCTIONS DEFINITION AND PROPERTIES - W
WALSH CODES AND THEIR
DERIVATIVES
- INTRODUCTION
- WALSH FUNCTIONS DEFINITION AND PROPERTIES
- WALSH FUNCTION GENERATING
- WALSH FUNCTIONS USED WITHIN THE IS-95 SYSTEM
- WALSH FUNCTIONS USED WITHIN THE CDMA2000 SYSTEM
matlab例程 In engineering, compensation is planning for side effects or other unintended issues in a design. Th
In engineering, compensation is planning for side effects or other unintended issues in a design. The design of an invention can itself also be to compensate for some other existing issue or exception.
One example is in a voltage-controlled crystal oscillator (VCXO), which is normally affected not ...
Linux/Unix编程 //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move ...
matlab例程 MATLAB Adventures in Bifurcations & Chaos - (ABC++) is a GUI application, which runs in a MATLAB env
MATLAB Adventures in Bifurcations & Chaos - (ABC++) is a GUI application, which runs in a MATLAB environment and has been designed for the For the exploration of bifurcations and chaos within the Chua Circuit paradigm
人工智能/神经网络 Short description: GUI Ant-Miner is a tool for extracting classification rules from data. It is an u
Short description: GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a data mining algorithm called Ant-Miner (Ant Colony-based Data Miner), which was proposed in 2002 by Parpinelli, Lopes and Freitas. GUI Ant-Miner differs from the original algorithm ...
Java编程 The JavaServer Pages (JSP) Expression Language (EL) is a simple non-procedural scripting language
The JavaServer Pages (JSP) Expression Language (EL) is a
simple non-procedural scripting language that can be used
to evaluate dynamic expressions within a JSP page. Each EL
expression evaluates to a single value that is then expressed as
text in the output of the JSP (when used in template text ...