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

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

sHows

  • ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind

    ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then sHows information about the exception on stdout (using the ring3 part of the program ofc). The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect. The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!

    標(biāo)簽: Exception ExcpHook Coldwind Monitor

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

    上傳用戶:jing911003

  • 北京大學(xué)ACM比賽題目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input

    北京大學(xué)ACM比賽題目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input (no more than 72 characters per line) from the input file and print a vertical histogram that sHows how many times each letter (but not blanks, digits, or punctuation) appears in the all-upper-case input. Format your output exactly as shown.

    標(biāo)簽: CAPITAL LETTERS program Write

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

    上傳用戶:410805624

  • Recent work by Petricoin and Liotta and co-workers (Petricoin et al. Use of proteomic patterns in se

    Recent work by Petricoin and Liotta and co-workers (Petricoin et al. Use of proteomic patterns in serum to identify ovarian cancer. Lancet. 2002 Feb 16 359(9306):572-7. PMID: 11867112) has generated a lot of excitement and controversy. This example sHows some ways that MATLAB can be used to read, visualize, pre-process (base-line correction, resample) and classify the data. The data can be downloaded from http://home.ccr.cancer.gov/ncifdaproteomics/ppatterns.asp

    標(biāo)簽: Petricoin co-workers and proteomic

    上傳時(shí)間: 2016-04-28

    上傳用戶:hewenzhi

  • This paper presents a low-power asynchronous implementation of the 80C51 microcontroller. It was rea

    This paper presents a low-power asynchronous implementation of the 80C51 microcontroller. It was realized in a 0.5 µ m CMOS process and it sHows a power advantage of a factor 4 compared to a recent synchronous implementation in the same technology. The chip is fully bit compatible with the synchronous implementation, and timing compatible for external memory access. The circuit is a compiled VLSI-program, using Tangram as VLSI-programming language and the Tangram tool set to compile the design automatically to a standard-cell netlist. This design approach proves to be powerful enough to describe the microcontroller and derive an efficient implementation. Further, it offers the designer the possibility to explore various alternatives in the design space.

    標(biāo)簽: microcontroller implementation asynchronous low-power

    上傳時(shí)間: 2016-06-07

    上傳用戶:冇尾飛鉈

  • Make Text-Overflow work on both IE and Firefox If the text inside each line exceed the width of eac

    Make Text-Overflow work on both IE and Firefox If the text inside each line exceed the width of each line, then you will see "..." (ellipsis) sHows up at the end of each line. Try to resize the window or change the font size to see if "..." (ellipsis) will show up or disappear. Demo - Listing

    標(biāo)簽: Text-Overflow the Firefox inside

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

    上傳用戶:lgnf

  • WDM 驅(qū)動(dòng)程序

    WDM 驅(qū)動(dòng)程序,包含插件及處理方法。 sHows how to implement a simple WDM driver, including Plug and Play message handling using NuMega s policy interfaces

    標(biāo)簽: WDM 驅(qū)動(dòng)程序

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

    上傳用戶:yuanyuan123

  • For advanced geometry, most apps will prefer to load pre-authored meshes from a file. Fortunately,

    For advanced geometry, most apps will prefer to load pre-authored meshes from a file. Fortunately, when using meshes, D3DX does most of the work for this, parsing a geometry file and creating vertx buffers for us. This tutorial sHows how to use a D3DXMESH object, including loading it from a file and rendering it. One thing D3DX does not handle for us is the materials and textures for a mesh, so note that we have to handle those manually.

    標(biāo)簽: pre-authored Fortunately advanced geometry

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

    上傳用戶:sssl

  • java應(yīng)用開發(fā)指南完整版

    java應(yīng)用開發(fā)指南完整版,. It explains how to use JBuilder’s IDE to manage projects and files, visually design a user interface, and compile, debug, and run your programs. It also sHows you how to create a JavaBean component using BeansExpress. The User’s Guide contains the following chapters:

    標(biāo)簽: java 應(yīng)用開發(fā)指南

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

    上傳用戶:chenbhdt

  • If you d like to create web-based applications easily, then this book is for you. More importantly,

    If you d like to create web-based applications easily, then this book is for you. More importantly, it sHows you how to do that with joy and feel good about your own work! You don t need to know servlet or JSP while your productivity will be much higher than using servlet or JSP directly. This is possible because we re going to use a library called "Tapestry" that makes complicated stuff simple and elegant.

    標(biāo)簽: applications importantly you web-based

    上傳時(shí)間: 2016-09-29

    上傳用戶:宋桃子

  • This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and h

    This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip sHows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.

    標(biāo)簽: i.e. management database simple

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

    上傳用戶:851197153

主站蜘蛛池模板: 东乡族自治县| 遂平县| 绥中县| 丰都县| 黑龙江省| 岳普湖县| 攀枝花市| 阿克陶县| 新昌县| 泗洪县| 加查县| 富民县| 莱芜市| 合作市| 二连浩特市| 尼勒克县| 太仓市| 尤溪县| 荣昌县| 盘锦市| 工布江达县| 正阳县| 漳平市| 巢湖市| 科尔| 阿巴嘎旗| 木兰县| 积石山| 嘉义县| 鄯善县| 宁夏| 河南省| 修文县| 项城市| 澜沧| 金乡县| 安徽省| 平谷区| 闽清县| 杭锦后旗| 铜川市|