搜索结果

找到约 656 项符合 dominant-set 的查询结果

多国语言处理 H=CIRCLE(CENTER,RADIUS,NOP,STYLE) This routine draws a circle with center defined as a vector

H=CIRCLE(CENTER,RADIUS,NOP,STYLE) This routine draws a circle with center defined as a vector CENTER, radius as a scaler RADIS. NOP is the number of points on the circle. As to STYLE, use it the same way as you use the rountine PLOT. Since the handle of the object is returned, you use r ...
https://www.eeworm.com/dl/637/475885.html
下载: 99
查看: 1030

电子书籍 You may read code because you have to-to fix it, inspect it, or improve it. You may read code the wa

You may read code because you have to-to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse. Code-reading requires its own set of skills, and the ...
https://www.eeworm.com/dl/cadence/ebook/477262.html
下载: 132
查看: 1033

电子书籍 A programmable digital signal processor (PDSP) is a special-purpose microprocessor with specialized

A programmable digital signal processor (PDSP) is a special-purpose microprocessor with specialized architecture and instruction set for implementing DSP algorithms. Typical architectural features include multiple memory partitions (onchip, off-chip, data memory, program memory, etc.), multiple (gen ...
https://www.eeworm.com/dl/cadence/ebook/477427.html
下载: 156
查看: 1033

电子书籍 Abstract—Stable direct and indirect decentralized adaptive radial basis neural network controllers

Abstract—Stable direct and indirect decentralized adaptive radial basis neural network controllers are presented for a class of interconnected nonlinear systems. The feedback and adaptation mechanisms for each subsystem depend only upon local measurements to provide asymptotic tracking of a referen ...
https://www.eeworm.com/dl/cadence/ebook/479043.html
下载: 197
查看: 1053

其他书籍 The best way to learn ArcMap is to try it yourself. This tutorial guides you through some basic ArcM

The best way to learn ArcMap is to try it yourself. This tutorial guides you through some basic ArcMap skills as you create and print a set of maps.
https://www.eeworm.com/dl/542/479190.html
下载: 44
查看: 1042

其他 WordCloud is a visual depiction of how many times a word is used, or its frequency if you will, with

WordCloud is a visual depiction of how many times a word is used, or its frequency if you will, within a given set of words. It does this by: reading in plain text, filtering out "stop words", counting how many times a word is used, and displaying results in a Squarified Treemap.
https://www.eeworm.com/dl/534/485436.html
下载: 195
查看: 1088

Java编程 Servlets and JavaServer Pages is the first complete guide to building dynamic Java-based Web applica

Servlets and JavaServer Pages is the first complete guide to building dynamic Java-based Web applications using the new JavaServer Pages 2.0 and Servlets 2.4. Servlets and JavaServer Pages (JSP) provide a robust solution to developing large, complex Web applications, including multiserver projects. ...
https://www.eeworm.com/dl/633/485896.html
下载: 74
查看: 1037

VC书籍 Like many of my colleagues in this industry, I learned Windows programming from Charles Petzold s Pr

Like many of my colleagues in this industry, I learned Windows programming from Charles Petzold s Programming Windows—a classic programming text that is the bible to an entire generation of Windows programmers. When I set out to become an MFC programmer in 1994, I went shopping for an MFC equivalen ...
https://www.eeworm.com/dl/686/486808.html
下载: 82
查看: 1102

单片机开发 RANSAC (RANdom SAmple Consensus) is an iterative method to estimate parameters of a mathematical mod

RANSAC (RANdom SAmple Consensus) is an iterative method to estimate parameters of a mathematical model from a set of observed data which contains outliers. Source code is in Document
https://www.eeworm.com/dl/648/487856.html
下载: 23
查看: 1102

Java编程 Java的面向对象编程 掌握类的定义以及继承机制

Java的面向对象编程 掌握类的定义以及继承机制,熟悉方法的多态性。1、 成下面父类及子类的声明:(1)声明Student类。属性包括学号、姓名、英语成绩、数学成绩、计算机成绩和总成绩。方法包括构造方法、get方法、set方法、toString方法、equals方法、compare方法(比较两个学生的总成绩,结果分大于、小于、等于)、sum方 ...
https://www.eeworm.com/dl/633/488816.html
下载: 68
查看: 1055