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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

Fuzzy-Set-theory

  • The programming port of all the FP PLC’s support OPEN MEWTOCOL-COM. This is very useful when you wan

    The programming port of all the FP PLC’s support OPEN MEWTOCOL-COM. This is very useful when you want to monitor PLC values/bits or to set PLC values or bits via your COMPUTER. You can use any language such as Basic, C, Pascal, Assembler or even if other suppliers of PLCs can send ASCII strings, they can talk to our PLCs to exchange data.

    標(biāo)簽: MEWTOCOL-COM programming support useful

    上傳時(shí)間: 2015-12-08

    上傳用戶:youmo81

  • The Microsoft® Active Directory™ Service Interfaces (ADSI) Software Development Kit (SDK) is

    The Microsoft® Active Directory™ Service Interfaces (ADSI) Software Development Kit (SDK) is a client-side product, based on the Component Object Model (COM), that defines a directory service model and a set of COM interfaces that enables Microsoft Windows NT® /Windows® 2000 and Windows 95 client applications to access several network directory services.

    標(biāo)簽: Development Interfaces Microsoft Directory

    上傳時(shí)間: 2013-12-25

    上傳用戶:daguda

  • Richardson 和Urbanke的經(jīng)典文章

    Richardson 和Urbanke的經(jīng)典文章,modern coding theory

    標(biāo)簽: Richardson Urbanke

    上傳時(shí)間: 2014-09-06

    上傳用戶:ynzfm

  • Quantum Platform(QP) is a family of very lightweight, state machine-based frameworks for embedded sy

    Quantum Platform(QP) is a family of very lightweight, state machine-based frameworks for embedded systems. QP enables developing well-structured embedded applications as a set of concurrently executing hierarchical state machines (UML statecharts).

    標(biāo)簽: machine-based lightweight frameworks Platform

    上傳時(shí)間: 2015-12-22

    上傳用戶:jichenxi0730

  • TFormDesigner allows you move and resize any control on your form. You need not prepare your form to

    TFormDesigner allows you move and resize any control on your form. You need not prepare your form to use TFormDesigner. Just place TFormDesigner into your form, set Active property to True and enjoy!

    標(biāo)簽: form your TFormDesigner control

    上傳時(shí)間: 2014-01-09

    上傳用戶:cuiyashuo

  • The present document specifies the CAMEL Application Part (CAP) supporting the fourth phase of the n

    The present document specifies the CAMEL Application Part (CAP) supporting the fourth phase of the network feature Customized Applications for Mobile network Enhanced Logic. CAP is based on a sub-set of the ETSI Core INAP CS-2 as specified by ETSI EN 301 140 1 [26]. Descriptions and definitions provided by ETSI EN 301 140 1 [26] are directly referenced by this standard in the case no additions or clarifications are needed for the use in the CAP.

    標(biāo)簽: the Application supporting specifies

    上傳時(shí)間: 2015-12-24

    上傳用戶:84425894

  • Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage o

    Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular expressions using the powerful java.util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API

    標(biāo)簽: Fundamentals Completely up-to-date coverage

    上傳時(shí)間: 2016-01-02

    上傳用戶:標(biāo)點(diǎn)符號(hào)

  • In this paper, we consider the problem of filtering in relational hidden Markov models. We present

    In this paper, we consider the problem of filtering in relational hidden Markov models. We present a compact representation for such models and an associated logical particle filtering algorithm. Each particle contains a logical formula that describes a set of states. The algorithm updates the formulae as new observations are received. Since a single particle tracks many states, this filter can be more accurate than a traditional particle filter in high dimensional state spaces, as we demonstrate in experiments.

    標(biāo)簽: relational filtering consider problem

    上傳時(shí)間: 2016-01-02

    上傳用戶:海陸空653

  • 目標(biāo): 設(shè)計(jì)一個(gè)小型的學(xué)生管理系統(tǒng)。 第一步要求: 1、 對(duì)于一個(gè)學(xué)生類

    目標(biāo): 設(shè)計(jì)一個(gè)小型的學(xué)生管理系統(tǒng)。 第一步要求: 1、 對(duì)于一個(gè)學(xué)生類,作為整個(gè)系統(tǒng)的核心,我們希望這個(gè)類能包括學(xué)生共有的基本信息:學(xué)生姓名(strName),學(xué)號(hào)(strNumber),性別(strSex),出生歲月(strBirthday),專業(yè)(strSpeciality),籍貫(strAddress)等,要求在構(gòu)建學(xué)生對(duì)象的時(shí)候提供最少姓名和學(xué)號(hào)。 2、 作為學(xué)生類的實(shí)例,我們希望能通過(guò)設(shè)置器或訪問(wèn)器(set get方法)來(lái)修改這些學(xué)生的不同信息。 3、 通過(guò)對(duì)toString()方法的重寫實(shí)現(xiàn)信息打印。 第二步要求: 4、 在構(gòu)建學(xué)生對(duì)象的時(shí)候可以只提供姓名信息,要求在學(xué)生類內(nèi)部對(duì)學(xué)號(hào),自行處理。 ----------------------------------------------------------------------------- 第三步要求: 5、 學(xué)生中會(huì)選舉一些人做為學(xué)生干部,那么這些學(xué)生就可以用繼承的方式來(lái)構(gòu)建一個(gè)新的類。學(xué)生干部比學(xué)生多一個(gè)職務(wù)(strDuty)字段,用多態(tài)實(shí)現(xiàn)班干部信息的打印。

    標(biāo)簽: 管理系統(tǒng)

    上傳時(shí)間: 2016-01-05

    上傳用戶:silenthink

  • 員工培訓(xùn)系統(tǒng) 首先確認(rèn)您的機(jī)器上已經(jīng)安裝了VC6.0以上版本

    員工培訓(xùn)系統(tǒng) 首先確認(rèn)您的機(jī)器上已經(jīng)安裝了VC6.0以上版本,要編譯生成可執(zhí)行文件,需打開后綴名為dsw的文件,系統(tǒng)會(huì)默認(rèn)用VC打開,然后選擇Build菜單下的Set Active Configuration選項(xiàng),選擇Project Configuration為Win32 Release,然后編譯項(xiàng)目,得到可執(zhí)行文件。連接數(shù)據(jù)庫(kù)請(qǐng)參照第2章的方法,在ODBC數(shù)據(jù)源內(nèi)添加Microsoft Access數(shù)據(jù)庫(kù)train.mdb,并將數(shù)據(jù)源名設(shè)定為train即可實(shí)現(xiàn)數(shù)據(jù)庫(kù)和應(yīng)用程序的正常連接,程序才能正常實(shí)現(xiàn)數(shù)據(jù)庫(kù)的訪問(wèn)。另外,如果用戶自己編寫了.chm的幫助文檔只要和可執(zhí)行文件放在同一個(gè)目錄下就可以了。 用戶要修改程序源碼可以選擇相應(yīng)的.h和.cpp文件,本實(shí)例使用的命名規(guī)則基本是:DIALOG_***** 為管理對(duì)話框資源, *****Info為數(shù)據(jù)輸入窗口資源, *****Set為結(jié)果集對(duì)應(yīng)的類

    標(biāo)簽: 6.0 VC 機(jī)器

    上傳時(shí)間: 2014-01-03

    上傳用戶:luopoguixiong

主站蜘蛛池模板: 古浪县| 天镇县| 九江县| 成都市| 朝阳区| 牡丹江市| 崇礼县| 尉犁县| 永丰县| 武隆县| 大同县| 株洲市| 昭平县| 苗栗县| 黎川县| 新龙县| 施甸县| 莱芜市| 象山县| 昌江| 邓州市| 错那县| 上虞市| 永川市| 庆阳市| 马尔康县| 普格县| 伊川县| 安义县| 蚌埠市| 宜章县| 上犹县| 沙田区| 石狮市| 衢州市| 新建县| 长武县| 丹阳市| 普格县| 广宁县| 湟中县|