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

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

AS-S

  • 可在系統引導時工作的RootKit,較簡單 1) It s very small.The basic framework is just about 100 lines of assembly

    可在系統引導時工作的RootKit,較簡單 1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003 2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code removed , so as others could understand it easily). 3) BOOT KIT is PXE-compatible. 4) It can even lead to first ever PXE virus 5)It also enables you to load other root kits if you have physical access(Normally root kits can only be loaded by the administrator)

    標簽: framework assembly RootKit small

    上傳時間: 2014-01-02

    上傳用戶:gdgzhym

  • ACM試題An Easy Problem Description As we known, data stored in the computers is in binary form. The

    ACM試題An Easy Problem Description As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you task is to find out an integer J, which is the minimum integer greater than I, and the number of 1 s in whose binary form is the same as that in the binary form of I. For example, if "78" is given, we can write out its binary form, "1001110". This binary form has 4 1 s. The minimum integer, which is greater than "1001110" and also contains 4 1 s, is "1010011", i.e. "83", so you should output "83".

    標簽: Description computers Problem binary

    上傳時間: 2013-12-11

    上傳用戶:libenshu01

  • A six people s rushing replies an implement, use some s switches in toggle switch K0 ~ K5 is that ON

    A six people s rushing replies an implement, use some s switches in toggle switch K0 ~ K5 is that ON accomplishes when rushing to reply button , nobody rush to answer, 6 numerical code circulation takes turns at demonstrating 1 ~ 6 (horse races) , who rushes to reply the numerical code stops having a ride on a horse , first, whose serial number, has simultaneous light of 6 numerical codes again afterwards the key presses down. System denies responding to, until this place is OFF batch , the wheel restoring 1 ~ 6 horse races starting time as soon as rushes to answer.

    標簽: implement switches rushing replies

    上傳時間: 2013-12-27

    上傳用戶:l254587896

  • The project Adventure is a simple text-based adventure game. The game, as given, involves the hero t

    The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to find his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting. This project can be of use beyond the given, rather boring forest adventure though. You can use it as a basis for developing your own adventure game with different, more interesting commands, areas, items, people and so on. The package ope.adventure contains classes to describe the game world.

    標簽: game text-based The Adventure

    上傳時間: 2014-01-15

    上傳用戶:cursor

  • VC技術內幕第五版(英文)The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologie

    VC技術內幕第五版(英文)The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.

    標簽: technologie Microsoft continued Internet

    上傳時間: 2014-11-22

    上傳用戶:ggwz258

  • The MatlabBGL library fills a hole in Matlab s suite of algorithms. Namely, it provides a rich set o

    The MatlabBGL library fills a hole in Matlab s suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs, as in graph theory graphs. The MatlabBGL package uses Matlab s native sparse matrix type as a graph and provides algorithms that work

    標簽: algorithms MatlabBGL provides library

    上傳時間: 2014-11-17

    上傳用戶:zyt

  • palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/J

    palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&page=0 ISBN: 1-56592-525-4 Author: Julie McKeehan/ Neil Rhodes Publisher: O Reilly Page: 478 Edition: 1st edition (December 1998) Catalog: PDA programming / Palm Format: pdf Size: 2.06M Supplier: Summary: Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools

    標簽: Programming Developer oreilly safari

    上傳時間: 2013-12-10

    上傳用戶:litianchu

  • The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you

    The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The library s compliance with the STL iterator and container standards means you can plug our abstractions into a wide variety of STL algorithms for data storage, searching and manipulation. In addition, the C++ reflection mechanism used by our library to bind to database tables allows us to add generic indexing and lookup properties to our containers with no special code required from the end-user. Because our code takes full advantage of the template mechanism, it adds minimal overhead compared with using raw ODBC calls to access a database.

    標簽: recordsets container library ODBC

    上傳時間: 2015-10-11

    上傳用戶:xlcky

  • The intended use of this help manual is a quick reference guide as it is not fully inclusive of all

    The intended use of this help manual is a quick reference guide as it is not fully inclusive of all elements of the PL/SQL Programming Language. Please refer to the PL/SQL User s Guide and Reference for more information.

    標簽: inclusive reference intended manual

    上傳時間: 2014-01-26

    上傳用戶:lnnn30

  • C++ Gotchas is the professional programmer s guide to avoiding and correcting ninety-nine of the mos

    C++ Gotchas is the professional programmer s guide to avoiding and correcting ninety-nine of the most common, destructive, and interesting C++ design and programming errors. It also serves as an inside look at the more subtle C++ features and programming techniques.

    標簽: professional ninety-nine correcting programmer

    上傳時間: 2014-03-11

    上傳用戶:chfanjiang

主站蜘蛛池模板: 宝清县| 贺州市| 梅州市| 临沧市| 五台县| 务川| 甘肃省| 石楼县| 土默特左旗| 天等县| 建宁县| 崇阳县| 连平县| 桐梓县| 会东县| 滦平县| 崇州市| 商丘市| 永新县| 左云县| 镇雄县| 鹤壁市| 张家口市| 商河县| 喜德县| 洛浦县| 屏东县| 兴化市| 泸州市| 湄潭县| 柳州市| 旬邑县| 德令哈市| 大兴区| 承德县| 南开区| 繁昌县| 武宣县| 怀仁县| 梓潼县| 延长县|