搜索结果

找到约 166 项符合 within 的查询结果

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 ...
https://www.eeworm.com/dl/665/431783.html
下载: 108
查看: 1114

其他书籍 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 ...
https://www.eeworm.com/dl/542/433158.html
下载: 116
查看: 1058

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 ...
https://www.eeworm.com/dl/665/433870.html
下载: 85
查看: 1088

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 ...
https://www.eeworm.com/dl/686/447746.html
下载: 27
查看: 1037

通讯编程文档 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
https://www.eeworm.com/dl/646/448892.html
下载: 43
查看: 1052

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 ...
https://www.eeworm.com/dl/665/451664.html
下载: 76
查看: 1045

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 ...
https://www.eeworm.com/dl/619/451811.html
下载: 91
查看: 1018

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
https://www.eeworm.com/dl/665/453262.html
下载: 42
查看: 1047

人工智能/神经网络 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 ...
https://www.eeworm.com/dl/650/464616.html
下载: 139
查看: 1058

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 ...
https://www.eeworm.com/dl/633/464790.html
下载: 68
查看: 1046