Hide-Delete icon from ToolBar32 for specific process , from command line arguments. TBBUTTON CSharp Code
標簽: from Hide-Delete arguments TBBUTTON
上傳時間: 2014-01-22
上傳用戶:二驅蚊器
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over)
標簽: Sometimes the contents desire
上傳時間: 2013-12-25
上傳用戶:playboys0
System will automatically delete the directory
標簽: automatically directory System delete
上傳時間: 2013-09-09
上傳用戶:toyoad
中文譯名《最優C/C++編程秘訣》。書中對new/delete、malloc/free,構造/析構函數等等C/C++難點問題有詳細深入的講解。
上傳時間: 2013-12-31
上傳用戶:dongbaobao
This program is the database application that display datasets and add, delete, edit a dataset.
標簽: application database datasets program
上傳時間: 2014-01-06
上傳用戶:2404
對數據模板窗體的制作與應用說明。by the DbNavigation Database record Add, Delete and so on
標簽: DbNavigation Database record Delete
上傳時間: 2014-11-04
上傳用戶:shizhanincc
主要是avl,splay和binary樹的insert,delete程序,主要是avl,splay.binary樹的
上傳時間: 2015-05-01
上傳用戶:wang5829
This is an example how one could hide a process on Windows based operation systems from task viewers like ProcDump (G-RoM, Lorian & Stone) or ProcessExplorer (SysInternals). It could e.g. be used as some kind of dump protection. The way to get this done is very different on NT and 9x machines.
標簽: operation Windows example process
上傳時間: 2013-12-17
上傳用戶:wang0123456789
關閉系統服務 @echo off @net share ipc$ /delete @net share admin$ /delete @net share c$ /delete @net share d$ /delete @net share e$ /delete @net share f$ /delete @net share g$ /delete pause
上傳時間: 2014-01-08
上傳用戶:xg262122
SELECT --從數據庫表中檢索數據行和列 INSERT --向數據庫表添加新數據行 DELETE --從數據庫表中刪除數據行 UPDATE --更新數據庫表中的數據
標簽: SELECT INSERT DELETE UPDATE
上傳時間: 2013-12-19
上傳用戶:talenthn