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

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

interpretable-machine-learning

  • 數(shù)據(jù)挖掘算法

    數(shù)據(jù)挖掘算法,support vector machine算法源代碼,用于分類

    標(biāo)簽: 數(shù)據(jù)挖掘算法

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

    上傳用戶:561596

  • This program queries the network and shows the Domains/Servers/Workstations structure. It also shows

    This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine! 查詢網(wǎng)絡(luò),顯示 域/服務(wù)器/工作站的結(jié)構(gòu),它也顯示用戶,并將信息發(fā)送到指定的PC,只能在NT 4上工作

    標(biāo)簽: shows Workstations the structure

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

    上傳用戶:sclyutian

  • * A ncurses user interface. * Network statistics to view the amount of packets and data in many

    * A ncurses user interface. * Network statistics to view the amount of packets and data in many different protocols, interfaces and hosts. * View what active TCP connections are on the network. * View UDP packets. * View and log ICMP packets. * View and log the 48bit arp protocol. And also view what make of network card is in each machine * Multithreaded so that the user interface does not interfere with any of the packet captureing methods. * View and log the following user space protocols FTP, POP3, HTTP

    標(biāo)簽: statistics interface ncurses Network

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

    上傳用戶:bjgaofei

  • In case you haven t realized it, building computer systems is hard. As the complexity of the system

    In case you haven t realized it, building computer systems is hard. As the complexity of the system gets greater, the task of building the software gets exponentially harder. As in any profession, we can progress only by learning, both from our mistakes and from our successes. This book represents some of this learning written in a form that I hope will help you to learn these lessons quicker than I did, or to communicate to others more effectively than I did before I boiled these patterns down.

    標(biāo)簽: complexity the building computer

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

    上傳用戶:tyler

  • This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup

    This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the main program and implements one state of the mouse state machine. This state machine handles sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the main program runs in the foreground. The only operation that the main program implements is sending mouse data to the PC via USB.

    標(biāo)簽: firmware mouse translates translator

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

    上傳用戶:cuiyashuo

  • The Art of Assembly Language Amazing! You’re actually reading this. That puts you into one of three

    The Art of Assembly Language Amazing! You’re actually reading this. That puts you into one of three categories: a student who is being forced to read this stuff for a class, someone who picked up this book by accident (probably because you have yet to be indoctrinated by the world at large), or one of the few who actually have an interest in learning assembly language.

    標(biāo)簽: Assembly Language actually Amazing

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

    上傳用戶:asddsd

  • Agent技術(shù)的研究起源于人工智能領(lǐng)域。由于Agent具有自治性、智能性、反應(yīng)性、主動(dòng)性等優(yōu)點(diǎn)

    Agent技術(shù)的研究起源于人工智能領(lǐng)域。由于Agent具有自治性、智能性、反應(yīng)性、主動(dòng)性等優(yōu)點(diǎn),因此越來越受到人們的重視,并被廣泛應(yīng)用于網(wǎng)絡(luò)技術(shù)和分布式計(jì)算。Agent技術(shù)很好的解決了網(wǎng)絡(luò)間任務(wù)分配及合作的問題,但Agent系統(tǒng)實(shí)際應(yīng)用時(shí)的安全問題一直沒有得到很好的解決。本文設(shè)計(jì)了一個(gè)可實(shí)際應(yīng)用的Mobile Agent系統(tǒng)安全問題解決方案,該方案可以有效解決實(shí)際運(yùn)行中Agent系統(tǒng)的安全認(rèn)證及安全通信問題。最后介紹了該方案在個(gè)性化E-learning系統(tǒng)中的實(shí)際應(yīng)用情況。

    標(biāo)簽: Agent 人工智能

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

    上傳用戶:ztj182002

  • 一個(gè)神經(jīng)網(wǎng)絡(luò)工具箱

    一個(gè)神經(jīng)網(wǎng)絡(luò)工具箱,包括Support Vector Machine等。

    標(biāo)簽: 神經(jīng)網(wǎng)絡(luò) 工具箱

    上傳時(shí)間: 2015-05-09

    上傳用戶:wmwai1314

  • eForth is a small portable Forth design for a wide range of microprocessors. This is the first imple

    eForth is a small portable Forth design for a wide range of microprocessors. This is the first implementation for 8086. As machine dependency is consolidated into 31 code words, moving eForth to other CPU s will be much less of a chore comparing to other Forth models.

    標(biāo)簽: microprocessors portable eForth design

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

    上傳用戶:從此走出陰霾

  • graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to su

    graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to support all 32-bit micros that GCC cross-compiles to. Relocatable . to be able to run in-place in either Flash or Ram. Fast ........ to be "not much" slower than an assembly based native Forth. Small ....... to fit-in approx 300 words in less than 25Kbytes on a 32-bit machine. Portable .... to achieve a 5 minute port to a new 32bit micro-processor, or micro-controller.

    標(biāo)簽: graspForth Forth-in-C following attempt

    上傳時(shí)間: 2015-05-23

    上傳用戶:tfyt

主站蜘蛛池模板: 抚州市| 潍坊市| 武城县| 东宁县| 涪陵区| 佳木斯市| 门源| 全州县| 恩施市| 云霄县| 云霄县| 和林格尔县| 房产| 西乡县| 金山区| 万源市| 额敏县| 容城县| 沁阳市| 舞阳县| 饶阳县| 泰州市| 淮南市| 泾阳县| 阿尔山市| 阜城县| 通渭县| 贡觉县| 河曲县| 额尔古纳市| 娄底市| 东阿县| 肥城市| 华宁县| 旬阳县| 东丰县| 拉萨市| 洛川县| 大厂| 仪陇县| 乃东县|