U盤大盜的關鍵代碼,但并沒有使之可以當病毒一樣用。可以檢測U盤插入事件,并將U盤上的文件拷貝到C:\Temp下。一切后果我本人不承擔。
上傳時間: 2014-07-24
上傳用戶:lhw888
將IDE硬盤與44B0相接,接著把此IDE3.C放入KERNEL一起編譯完成後,開啟便能抓到此硬盤
上傳時間: 2014-09-09
上傳用戶:ruixue198909
C語言版的USB單片機固件源代碼,實現U盤的存儲功能。包括了USB的常用協議棧
上傳時間: 2014-01-03
上傳用戶:葉山豪
walsh和pn碼的生成程序,用C語言實現,可供MATLAB調用
上傳時間: 2015-05-28
上傳用戶:363186
這個是DSP實現的語音U律(ulaw)壓縮, 用c語言編寫并調試通過
上傳時間: 2015-06-10
上傳用戶:cjl42111
本書第二部分講述的是在Wi n 3 2平臺上的Wi n s o c k編程。對于眾多的基層網絡協議, Wi n s o c k是訪問它們的首選接口。而且在每個Wi n 3 2平臺上,Wi n s o c k都以不同的形式存在著。 Wi n s o c k是網絡編程接口,而不是協議。它從U n i x平臺的B e r k e l e y(B S D)套接字方案借鑒了 許多東西,后者能訪問多種網絡協議。在Wi n 3 2環境中,Wi n s o c k接口最終成為一個真正的 “與協議無關”接口,尤其是在Winsock 2發布之后。
上傳時間: 2015-07-08
上傳用戶:thinode
加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]
標簽: Cryptographic Primitives generate Library
上傳時間: 2015-07-16
上傳用戶:wqxstar
一個十分不錯的C/S圖書館管理系統 圖書館管理系統 使用方法: 文件夾下有兩個文件夾Tsgl_client(圖書管理客戶端)和Tsgl_server(圖書管理服務器端),用的是同一個ASA8數據庫,數據庫文件在Tsgl_server中。利用PowerBuilder 9.0打開相應文件夾下的PBW文件,然后按照應用程序入口配置數據源連接即可。ODBC ASA8數據源配置清單如下: 數據源名(data source name)為 tsgl 數據庫名(database name)為libmis.db 數據庫文件(database file)路徑選擇為…chap6\Tsgl_server\libmis.db文件 數據庫登錄用戶名(user id)為dba 數據庫登錄口令(password)為sql
標簽: Tsgl_client Tsgl_server 圖書館 圖書管理
上傳時間: 2014-12-01
上傳用戶:wab1981
%BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,... % oval,po,normg,DS,mtxmpy,data,H) % returns the new feasible point nx, the corresponding sign vector nsig, % and the step size of the unreflected step, alpha. % Copyright (c) 1990-98 by The MathWorks, Inc. % $Revision: 1.2 $ $Date:
標簽: BIQPBOX reflective Bisection search
上傳時間: 2013-12-17
上傳用戶:sk5201314
%DEFINEV Scaling vector and derivative % % [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the % bounds corresponding to the sign of the gradient g, where % l is the vector of lower bounds, u is the vector of upper % bounds. Vector dv is 0-1 sign vector (See ?? for more detail.) % % Copyright (c) 1990-98 by The MathWorks, Inc. % $Revision: 1.2 $ $Date: 1998/03/21 16:29:10 $
標簽: DEFINEV derivative distances Scaling
上傳時間: 2013-12-24
上傳用戶:sz_hjbf