亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

object-orientation

  • function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by R

    function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hathaway on June 21, 1994.) The fuzzification constant % m = 2, and the stopping criterion for successive partitions is epsilon =??????. %*******Modified 9/15/04 to have epsilon = 0.00001 and fix univariate bug******** % Purpose:The function fcm attempts to find a useful clustering of the % objects represented by the object data in X using the initial partition in U0.

    標(biāo)簽: fcm function Version Routine

    上傳時間: 2014-11-30

    上傳用戶:二驅(qū)蚊器

  • 文件說明java模式

    文件說明java模式,The CustomerFacade class offers a higher level business service in the form of the saveCustomerData method. Instead of interacting with each of the subsystem components directly, the client AccountManager can make use of the higher level, more simplified interface offered by the CustomerFacade object to validate and save the input customer data.

    標(biāo)簽: java 模式

    上傳時間: 2016-12-10

    上傳用戶:kernaling

  • 15篇光流配準(zhǔn)經(jīng)典文獻

    15篇光流配準(zhǔn)經(jīng)典文獻,目錄如下: 1、A Local Approach for Robust Optical Flow Estimation under Varying 2、A New Method for Computing Optical Flow 3、Accuracy vs. Efficiency Trade-offs in Optical Flow Algorithms 4、all about direct methods 5、An Introduction to OpenCV and Optical Flow 6、Bayesian Real-time Optical Flow 7、Color Optical Flow 8、Computation of Smooth Optical Flow in a Feedback Connected Analog Network 9、Computing optical flow with physical models of brightness Variation 10、Dense estimation and object-based segmentation of the optical flow with robust techniques 11、Example Goal Standard methods Our solution Optical flow under 12、Exploiting Discontinuities in Optical Flow 13、Optical flow for Validating Medical Image Registration 14、Tutorial Computing 2D and 3D Optical Flow.pdf 15、The computation of optical flow

    標(biāo)簽: 光流

    上傳時間: 2014-11-21

    上傳用戶:fanboynet

  • Java is the first language to provide a cross-platform I/O library that is powerful enough to handle

    Java is the first language to provide a cross-platform I/O library that is powerful enough to handle all these diverse tasks. Java is the first programming language with a modern, object-oriented approach to input and output. Java s I/O model is more powerful and more suited to real-world tasks than any other major language used today. Java I/O is the first and still the only book to fully expose the power and sophistication of this library.

    標(biāo)簽: cross-platform language powerful provide

    上傳時間: 2014-01-07

    上傳用戶:pompey

  • 多項式擬合的MATLAB工具。只要具有以下幾個函數(shù) POLYFITN - A general n-dimensional polynomial fitting tool POLYVALN - An

    多項式擬合的MATLAB工具。只要具有以下幾個函數(shù) POLYFITN - A general n-dimensional polynomial fitting tool POLYVALN - An evaluation tool for polynomials produced by polyfitn POLYN2SYMPOLY - A conversion tool to generate a sympoly from the results of polyfitn POLYN2SYM - A conversion tool to generate a symbolic toolbox object from the results of polyfitn

    標(biāo)簽: n-dimensional polynomial POLYFITN POLYVALN

    上傳時間: 2014-11-30

    上傳用戶:s363994250

  • CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data o

    CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data on a CAN network, and how to move information to and from CAN RAM message objects. Each C8051F040-TB CAN node is configured to send a message when it s P3.7 button is depressed/released, with a 0x11 to indicate the button is pushed, and 0x00 when released. Each node also has a message object configured to receive messages. The C8051 tests the received data and will turn on/off the target board s LED. When one target is loaded with CAN2.c and the other is loaded with CAN1.c, one target board s push-button will control the other target board s LED, establishing a simple control link via the CAN bus and can be observed directly on the target boards.

    標(biāo)簽: CAN configuring and transmit

    上傳時間: 2013-12-11

    上傳用戶:weiwolkt

  • 在實際應(yīng)用中

    在實際應(yīng)用中,經(jīng)常需要根據(jù)用戶需求來動態(tài)創(chuàng)建數(shù)據(jù)窗,一般方法是這樣的。   在一個window中加入一個數(shù)據(jù)窗控件,如dw_new,但是該數(shù)據(jù)窗沒有data object,(空白的)就可以用以下語法來創(chuàng)建

    標(biāo)簽: 實際應(yīng)用

    上傳時間: 2013-12-26

    上傳用戶:it男一枚

  • The W3C DOM Core interfaces defines a minimal set of: A. interfaces for accessing and manipulating

    The W3C DOM Core interfaces defines a minimal set of: A. interfaces for accessing and manipulating document objects B. Java object implementations for use with XML parsers. C. Conventions and processes for creating live HTML pages. D. Mutable document

    標(biāo)簽: interfaces A. manipulating accessing

    上傳時間: 2017-01-24

    上傳用戶:edisonfather

  • 在為 Linux 開發(fā)應(yīng)用程序時

    在為 Linux 開發(fā)應(yīng)用程序時,絕大多數(shù)情況下使用的都是 C 語言,因此幾乎每一位 Linux程序員面臨的首要問題都是如何靈活運用 C 編譯器。目前 Linux 下最常用的C 語言編譯器是 GCC(GNU Compiler Collection),它是 GNU項目中符合 ANSI C 標(biāo)準(zhǔn)的編譯系統(tǒng),能夠編譯用C、C++和Object C 等語言編寫的程序。GCC 不僅功能非常強大,結(jié)構(gòu)也異常靈活。最值得稱道的一點就是它可以通過不同的前端模塊來支持各種語言,如 Java、 Fort ran、Pascal、Modula-3和 Ada等。

    標(biāo)簽: Linux 應(yīng)用程序

    上傳時間: 2017-01-28

    上傳用戶:水口鴻勝電器

  • 假設(shè)圖書館的圖書包含書名、編號和作者屬性

    假設(shè)圖書館的圖書包含書名、編號和作者屬性,讀者包含姓名和借書證屬性,每們讀者最多可借5本書。設(shè)計一個類object,從它派生出圖書類book和讀者類reader,在reader類中有一個rentbook()成員函數(shù)用于借閱圖書。

    標(biāo)簽: 圖書館 圖書

    上傳時間: 2014-01-03

    上傳用戶:nanfeicui

主站蜘蛛池模板: 桦南县| 定安县| 绥德县| 墨脱县| 潜江市| 民权县| 闵行区| 常熟市| 江源县| 沧源| 沙湾县| 宁明县| 洪江市| 四平市| 榆林市| 白山市| 名山县| 婺源县| 宁河县| 宁陵县| 山阳县| 阿克| 沁阳市| 岳普湖县| 牙克石市| 博客| 嘉兴市| 遂昌县| 舟山市| 苏尼特右旗| 乌海市| 瓮安县| 榆林市| 尉氏县| 唐河县| 涪陵区| 永昌县| 原平市| 靖宇县| 崇文区| 永清县|