這是基于jsoncpp項目寫擴展功能,jsoncpp只支持簡單的系列化,我寫了JsonArchive.h類,并提供了測試源代碼tt.cpp。擴展了value,自動支持LIST、vector的系列化,支持2進制數據的系列化。這可是我花費了不少時間才搞定的。 包中不包含jsoncpp,請使用者自己下載。
上傳時間: 2014-09-06
上傳用戶:aa54
dkcs_ddos_bot, written on VC++ 7.10 with admin panel on PHP (MqSQL as database server). Command LIST in archive, simply inject into explorer.exe. Create an army of bots. You can manage every bot, or all bots/bots in selected country
標簽: dkcs_ddos_bot database Command written
上傳時間: 2015-12-31
上傳用戶:zhengjian
《為Windows Vista編寫安全的代碼》,2007年出版 Providing developers with first-hand insights into design decisions and practical advice for solving real-world security issues, this authoritative guide urges developers to write more secure code on the Vista platform to support a growing customer base. Table of Contents Writing Secure Code for Windows Vista Foreword Introduction Chapter 1 - Code Quality Chapter 2 - User Account Control, Tokens, and Integrity Levels Chapter 3 - Buffer Overrun Defenses Chapter 4 - Networking Defenses Chapter 5 - Creating Secure and Resilient Chapter 6 - Internet Explorer 7 Defenses Chapter 7 - Cryptographic Enhancements Chapter 8 - Authentication and Authorization Chapter 9 - Miscellaneous Defenses and Security-Related Technologies Index LIST of Figures LIST of Tables LIST of Sidebars
上傳時間: 2016-01-07
上傳用戶:zxc23456789
C語言進階,包含以下的內容:C語言進階-第一講概述.pdf\C語言進階-第二講C語言復習.pdf\C語言進階-第三講編譯匯編調試.pdf\C語言進階-第四講存儲器與指針.pdf\C語言進階-第五講 數據結構與鏈表.pdf\C語言進階-第六講中斷與驅動.pdf\C語言進階-第七講編碼風格.pdf\C語言進階-第八講編寫安全無錯的代碼.pdf\C語言進階-lmalloc 第四講代碼.rar\C語言進階-ASIX Win link LIST 第五講代碼.rar
上傳時間: 2016-01-16
上傳用戶:pinksun9
Sherwood算法消除最壞實例,以達到對任何實例都能有好的性能的效果 文件: rd_LIST.c --> create a random sequence of n integers not equal to each other LIST.c --> create a descending sequence of n integers not equal to each other sherwood.c --> 就是該算法,靜態鏈表的長度默認設為1000,可在宏定義處修改 用法: gcc -o sherwood sherwood.c gcc -o rd_LIST rd_LIST.c gcc -o LIST LIST.c ./rd_LIST s.txt 1000 產生一個長度為1000的互不相等的隨機序列,保存在s.txt中 ./LIST s1.txt 1000 產生一個長度為1000的互不相等的降序序列,保存雜s1.txt中 ./sherwood s1.txt 運行算法,比較其中的4個算法的性能差異
上傳時間: 2016-01-20
上傳用戶:ainimao
TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines where the string(s) were found (or NOT found by option). The search can be limited to a field in a fixed field (i.e. column oriented) LIST. An extended search mode is available, where only letters and digits are relevant. Other options: case sensitive search, alternative errorlevel with number of hits, header line with file name, LFN, custom prefix
標簽: TFIND searches boolean reports
上傳時間: 2016-01-24
上傳用戶:lindor
A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock sockets, FTP principles, and GUI concepts such as LIST controls with in-place label-editing and column sorting, progress indicators, and reading and writing to the Registry
標簽: CInternetSession CFtpConnection Demonstrates Windows
上傳時間: 2014-01-04
上傳用戶:FreeSky
RAR Registration and Support sites ~~~ ~~~ ~~~ ~~~ ~~~ ~~~~ The latest version of RAR and support conferences are available at the sites and BBS s LISTed below. Most of them are FIDONET-nodes, so you can request the latest version of RAR, via file request, using the magic name of RAR . NOTE: This LIST is distributed with the current version of RAR and may not be up-to-date. For the latest RAR_SITE LIST please visit our website at http://www.rarlab.com There you will also find the latest versions of RAR for all platforms as well as FAR, the greatest file manager in the world. North American Continent: USA
標簽: Registration and Support
上傳時間: 2016-02-14
上傳用戶:cooran
在使用VC6.0時,能夠自動提示函數參數信息,以及對象的屬性、方法等信息,但是不提供常量、宏的信息(不知Microsoft為什么會這樣????)。這使得我們在使用常量時,如果記不全,就得查幫助文件。本人想如果能自動提供常量信息的話,就方便許多。于是自己開發了這個Add_In(VCExtendTools)。 此版本把原 VC常量、宏等自動提示器(AutoLIST.dll)的文件名改成了現在的 VC擴展工具集(VCExtendTools.dll)。 并新增兩項功能:頭文件與接口文件互換、用文本方式打開資源文件兩個功能。 這個Add_In包括三個文件:VCExtendTools.dll、AutoDisplayLIST.dll、LIST.txt。其中 LIST.txt 為在提示框中顯示的信息庫(即常量、宏、函數等)。如果本庫中沒有你需的常量,你可以修改此文件,加入你需要的信息(注意:每條信息占一行)。或者,換成你自己的常量庫。此文件已經包含了VC6.0中的常量、宏、VBScript對象、VBScript事件、VBScript方法、VBScript屬性和部分函數、數據類型。
上傳時間: 2016-02-17
上傳用戶:zhangyi99104144
find the information about a host with the DNS retrieving system calls, such as gethostbyname() and gethostbyaddr(). (2) All the required information are in the hostent structure. (3) All the aliases and IP addresses of the host is stored in the hostent structure using linked LIST (鏈表).
標簽: gethostbyname information retrieving the
上傳時間: 2016-02-21
上傳用戶:13517191407