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

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

a<b>DM</b>in

  • EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par w

    EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. It uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but future releases will target more platforms. Release focus: Major feature enhancements Changes: A new disassembly engine. A bug that could cause crashing was fixed. There is a new flags breakdown in the register view, an environment view plugin, and improved analysis (including a good speed increase). A bug in QT where disabled events could be triggered has been worked around.

    標簽: usability Debugger debugger binary

    上傳時間: 2013-12-21

    上傳用戶:gundamwzc

  • 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.

    標簽: relational filtering consider problem

    上傳時間: 2016-01-02

    上傳用戶:海陸空653

  • This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through

    This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through a TCP/IP network. The goal was to design a small footprint implementation to allow the code to be integrated into a monitor program stored in a ROM/FLASH, the footprint is about 7 KBytes for the test program. This code has not been yet tested in many environment. It should be seen at your starting point to integrate the network boot function to your board.

    標簽: implementation bootstrap protocols TFTPBOOT

    上傳時間: 2013-12-18

    上傳用戶:極客

  • The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited res

    The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited resources, place them on a normal computer network, and install free software so that the computers act together like one powerful server. This makes it possible to build a very inexpensive and reliable business system for a small business or a large corporation. The book includes information on how to build a high-availability server pair using the Heartbeat package, how to use the Linux Virtual Server load balancing software, how to configure a reliable printing system in a Linux cluster environment, and how to build a job scheduling system in Linux with no single point of failure. The book also includes information on high availability techniques that can be used with or without a cluster, making it helpful for System Administrators even if they are not building a cluster. Anyone interested in deploying Linux in an environment where low cost computer reliability is important will find this book useful.

    標簽: inexpensive Enterprise computers explains

    上傳時間: 2014-11-29

    上傳用戶:zhangliming420

  • 這是一個模擬第3類模式地震波的matlab腳本。 This a collection of Matlab scripts that solve the antiplane (mode III)

    這是一個模擬第3類模式地震波的matlab腳本。 This a collection of Matlab scripts that solve the antiplane (mode III) earthquake dynamic problem with slip-weakening friction, on a 1D fault embedded in a 2D homogeneous elastic unbounded medium. The problem is formulated as a boundary integral equation and the elastodynamic kernels are analytically derived in the spectral domain (spatial wavenumber). The method is explained e.g. by Morrysey and Geubelle (1997), and has been improved and extensively used by Nadia Lapusta, Alain Cochard, etc.

    標簽: collection antiplane scripts matlab

    上傳時間: 2013-12-26

    上傳用戶:遠遠ssad

  • This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest i

    This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest in the topic, so this article will pick up where the first left off. The main focus of these articles will be to build up little by little the knowledge needed to write device drivers. In this article, we will be building on the same example source code used in part one. In this article, we will expand on that code to include Read functionality, Handle Input/Ouput Controls also known as IOCTLs, and learn a bit more about IRPs.

    標簽: the interest tutorial Drivers

    上傳時間: 2016-01-28

    上傳用戶:lmeeworm

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    標簽: converts Toolbox complex logical

    上傳時間: 2016-02-12

    上傳用戶:a673761058

  • 學生選課系統

    學生選課系統,該系統主要實現簡單的大學學生選修課程的功能。 1.系統的用戶主要分為2類:學生和管理員 2.數據描述 <1> 課程: 課程號、課程名、學分、學時、教師、開課學期、適用專業、最大選課人數 <2> 學生:學號、姓名、密碼、專業年級 <3> 學生選課情況:學號、課程號、是否已經考試、成績 <4> 管理員:編號、姓名、密碼 3.功能描述 <1> 學生功能: a. 登錄:學生使用學號和密碼登錄。 b. 選課功能:學生能夠選擇所需要的課程。 c. 退選功能:學生能夠退選課程。 d. 選課情況查詢:查詢該學生已經選的課程(分學期)。 e. 成績查詢:查詢該學生某一門課程的成績,某學期所有課程的成績。 <2> 管理員功能 a. 登錄: b. 管理課程:包括課程的增加、刪除、修改等。 c. 選課管理:能夠列出指定學期、課程的選課學生名單,能夠對學生的選課進行調整。 d. 成績表管理:能夠錄入學生的成績,列出指定學期、課程的成績單。

    標簽:

    上傳時間: 2014-12-04

    上傳用戶:Yukiseop

  • 該系統主要實現簡單的大學學生選修課程的功能。 1.系統的用戶主要分為2類:學生和管理員 2.數據描述 <1> 課程: 課程號、課程名、學分、學時、教師、開課學期、適用專業、最大選課人數 &

    該系統主要實現簡單的大學學生選修課程的功能。 1.系統的用戶主要分為2類:學生和管理員 2.數據描述 <1> 課程: 課程號、課程名、學分、學時、教師、開課學期、適用專業、最大選課人數 <2> 學生:學號、姓名、密碼、專業年級 <3> 學生選課情況:學號、課程號、是否已經考試、成績 <4> 管理員:編號、姓名、密碼 3.功能描述 <1> 學生功能: a. 登錄:學生使用學號和密碼登錄。 b. 選課功能:學生能夠選擇所需要的課程。 c. 退選功能:學生能夠退選課程。 d. 選課情況查詢:查詢該學生已經選的課程(分學期)。 e. 成績查詢:查詢該學生某一門課程的成績,某學期所有課程的成績。 <2> 管理員功能 a. 登錄: b. 管理課程:包括課程的增加、刪除、修改等。 c. 選課管理:能夠列出指定學期、課程的選課學生名單,能夠對學生的選課進行調整。 d. 成績表管理:能夠錄入學生的成績,列出指定學期、課程的成績單。

    標簽: lt gt

    上傳時間: 2016-03-06

    上傳用戶:jyycc

  • 1.設計目的 (1)設計交通燈控制器; (2)學習狀態機的設計方法; (3)學習原理圖、狀態機等多種的設計方法進行混合設計; (4)熟練掌握器件設計輸入、編譯、仿真和編程的過程。 2.設計內

    1.設計目的 (1)設計交通燈控制器; (2)學習狀態機的設計方法; (3)學習原理圖、狀態機等多種的設計方法進行混合設計; (4)熟練掌握器件設計輸入、編譯、仿真和編程的過程。 2.設計內容 位于十字路口的交通燈,在A方向和B方向各有紅、黃、綠三盞燈,按所列順序進行循環,交通燈循環順序見表1所示。其中1表示燈亮,0表示燈滅。

    標簽: 狀態 設計方法 交通燈控制器 原理圖

    上傳時間: 2016-03-13

    上傳用戶:mikesering

主站蜘蛛池模板: 恭城| 库车县| 长垣县| 富源县| 太谷县| 昭通市| 青龙| 滨海县| 西昌市| 闻喜县| 大渡口区| 嘉禾县| 邵武市| 承德县| 永州市| 中牟县| 万荣县| 怀安县| 益阳市| 丰都县| 台中县| 鄂伦春自治旗| 惠安县| 稷山县| 浏阳市| 十堰市| 原平市| 兴化市| 怀仁县| 托克逊县| 久治县| 永安市| 边坝县| 宜良县| 炎陵县| 闽清县| 无极县| 潍坊市| 汝南县| 锡林郭勒盟| 青神县|