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

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

MAn-Month

  • Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP.

    Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.6, pp.1098-1107.

    標(biāo)簽: Description supervised algorithm S-ISOMAP

    上傳時(shí)間: 2015-04-10

    上傳用戶:wfeel

  • c8051f020 實(shí)時(shí)時(shí)鐘模塊程序 內(nèi)含IIC模塊程序/********************** SYSTEM CLOCK 8M********************************/

    c8051f020 實(shí)時(shí)時(shí)鐘模塊程序 內(nèi)含IIC模塊程序/********************** SYSTEM CLOCK 8M********************************/ extern unsigned char xdata currenttime[16]={0} extern unsigned char xdata settime[16]={ 0x00, // control regesiter 1 0x00, // control regesiter 2 0x01, //current second 0x19, //current minute 0x20, //current hour 0x29, //current data 0x04, //current week 0x07, //current month 0x05, //current year 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // clk out disable 0x00, // close timer 0x00, } /*********************************************************************/ extern void Current_Time ( void ) extern void Set_Time ( void )

    標(biāo)簽: c8051f020 SYSTEM CLOCK IIC

    上傳時(shí)間: 2015-06-30

    上傳用戶:edisonfather

  • · Develop clear, readable, well-documented and well-designed programs in the C Programming Language.

    · Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to application-level system programming. · Use the POSIX/Unix API to system functions to manage process and sessions as well as use signals and pipes for inter-process communication. · Understanding how synchronization might become problematic in light of concurrency. · Understand how to communicate and cooperate with a project partner.

    標(biāo)簽: well-documented well-designed Programming Language

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

    上傳用戶:yuchunhai1990

  • Learning Kernel Classifiers: Theory and Algorithms, Introduction This chapter introduces the general

    Learning Kernel Classifiers: Theory and Algorithms, Introduction This chapter introduces the general problem of machine learning and how it relates to statistical inference. 1.1 The Learning Problem and (Statistical) Inference It was only a few years after the introduction of the first computer that one of man’s greatest dreams seemed to be realizable—artificial intelligence. Bearing in mind that in the early days the most powerful computers had much less computational power than a cell phone today, it comes as no surprise that much theoretical research on the potential of machines’ capabilities to learn took place at this time. This becomes a computational problem as soon as the dataset gets larger than a few hundred examples.

    標(biāo)簽: Introduction Classifiers Algorithms introduces

    上傳時(shí)間: 2015-10-20

    上傳用戶:aeiouetla

  • procedureTForm1.Button1Click(Sender:TObject) var S:String begin S:=idhttp1.Get(PostURL.text+

    procedureTForm1.Button1Click(Sender:TObject) var S:String begin S:=idhttp1.Get(PostURL.text+ ?username= +EdUserName.Text+ &password= +EdPassWord.Text+ &password2= +EdPassWord.Text+ &email= + EdEMail.Text+ &gendernew=1&year=&month=&day=&locationnew =&site=&oicq=&icq=&yahoo=&msn=&bio=&styleidnew =&tppnew=0&pppnew=0&timeformatnew=12&cstatus=&dateformatnew =yyyy-mm-dd&showemail=1&newsletter=1&timeoffsetnew=8&avatar =&sig=®submit=注冊(cè) )  //一句代碼 ifPos( 非常感謝您的注冊(cè) ,s)>1then //判斷部分  ShowMessage( 注冊(cè)成功! ) else  ifPos( 已經(jīng)被注冊(cè)了 ,S)>1then   ShowMessage( 該用戶名或E-Mail已被注冊(cè)! )  else   ShowMessage( 已關(guān)閉注冊(cè),注冊(cè)失敗! ) end

    標(biāo)簽: procedureTForm PostURL TObject Button

    上傳時(shí)間: 2014-08-24

    上傳用戶:努力努力再努力

  • Linux C函數(shù)庫手冊(cè)和內(nèi)核分析方法

    Linux C函數(shù)庫手冊(cè)和內(nèi)核分析方法,Linux程序員如果不喜歡用man的話就一定需要一本這樣的函數(shù)庫手冊(cè)

    標(biāo)簽: Linux 函數(shù)庫 內(nèi)核

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

    上傳用戶:924484786

  • This the third edition of the Writing Device Drivers articles. The first article helped to simply ge

    This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple framework for developing a device driver for NT. The second tutorial attempted to show to use IOCTLs and display what the memory layout of Windows NT is. In this edition, we will go into the idea of contexts and pools. The driver we write today will also be a little more interesting as it will allow two user mode applications to communicate with each other in a simple manner. We will call this the “poor man’s pipes” implementation.

    標(biāo)簽: the articles Drivers edition

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

    上傳用戶:ommshaggar

  • 1、設(shè)計(jì)一個(gè)學(xué)生類Student

    1、設(shè)計(jì)一個(gè)學(xué)生類Student,包括姓名,學(xué)號(hào),性別,籍貫,年齡,出生日期和住址,其中“出生日期”定義為一個(gè)“日期”類(具有屬性:year(年),month(月),date(日))內(nèi)嵌子對(duì)象。 2、具有數(shù)據(jù)的錄入、顯示、保存、查詢(按學(xué)號(hào)或姓名查詢)、修改和刪除功能。 3、對(duì)Student類重載"=="運(yùn)算符和"="運(yùn)算符,"=="運(yùn)算符判斷兩個(gè)Student類對(duì)象的id屬性是否相等;"="運(yùn)算符實(shí)現(xiàn)Student類對(duì)象的賦值操作。 4、對(duì)給出的程序源代碼要給出各部分的詳細(xì)注釋。 5、自己根據(jù)能力及需要添加相應(yīng)功能模塊,增強(qiáng)模擬系統(tǒng)功能。 6、用I/O流對(duì)象引用作參數(shù)的成員函數(shù)實(shí)現(xiàn)文件存取,便于查詢、修改和刪除。 (用MFC完成也可以)

    標(biāo)簽: Student

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

    上傳用戶:lht618

  • 源碼

    源碼,STR710,可發(fā)PWM,MAN,DIFMAN等編碼形式RF波形,送入TDA系列芯片調(diào)制發(fā)射

    標(biāo)簽: 源碼

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

    上傳用戶:風(fēng)之驕子

  • IEEE 802.11h-2003 IEEE Standard for Information technology—Telecommunications and Information Exchan

    IEEE 802.11h-2003 IEEE Standard for Information technology—Telecommunications and Information Exchange Between Systems—LAN/MAN Specific Requirements—Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications: Spectrum and Transmit Power Management Extensions in the 5GHz band in Europe

    標(biāo)簽: Information Telecommunications IEEE technology

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

    上傳用戶:lnnn30

主站蜘蛛池模板: 靖安县| 肃宁县| 乌海市| 绿春县| 九台市| 独山县| 上犹县| 牡丹江市| 留坝县| 黎平县| 奎屯市| 保靖县| 闽清县| 屏山县| 巢湖市| 陇川县| 宝山区| 汝阳县| 台东市| 无锡市| 祁连县| 神农架林区| 六枝特区| 姚安县| 金平| 德钦县| 萍乡市| 元氏县| 阳山县| 军事| 湾仔区| 吉木萨尔县| 谢通门县| 正定县| 京山县| 屏山县| 巴林左旗| 万盛区| 黎平县| 迭部县| 广元市|