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
一个Open Source的小型图形系统,支持多窗口剪切,Truetype字体,JPEG,GIF图形
上传时间: 2015-12-02
上传用户:恋天使569
affix是一个Open Source的蓝牙协议栈,支持OBEX
上传时间: 2013-12-12
上传用户:上善若水
开放源码的编译器open watcom 1.6.0版的源代码
上传时间: 2015-12-04
上传用户:水口鸿胜电器
The programming port of all the FP PLC’s support OPEN MEWTOCOL-COM. This is very useful when you want to monitor PLC values/bits or to set PLC values or bits via your COMPUTER. You can use any language such as Basic, C, Pascal, Assembler or even if other suppliers of PLCs can send ASCII strings, they can talk to our PLCs to exchange data.
标签: MEWTOCOL-COM programming support useful
上传时间: 2015-12-08
上传用户:youmo81
An example to accompany PCW March 2004 Visual Programming Hands On. To use, open the solution in the SchoolApp folder. April 2004: Now revised to add New and Delete options. Tim Anderson http://www.itwriting.com/pcw/
标签: Programming accompany solution example
上传时间: 2015-12-09
上传用户:qunquan
1)Firstly, open wvfb 2)Sencondly, run fhas_win32.exe, and then see the effect on wvfb, click on the button by mouse.
标签: wvfb Sencondly the fhas_win
上传时间: 2015-12-09
上传用户:xjz632
Samples are organized by chapter, and then by "application" or example name. You should open a project in Visual Studio .NET through the .sln (solution) file. Note that Visual Studio .NET automatically creates various temporary and debugging files in the obj and bin sub-directory for each project. The actual uncompiled code is only the .vb files that are contained in the root project directory.
标签: application organized Samples chapter
上传时间: 2015-12-14
上传用户:ghostparker
OHCI 规范 Open Host Controller Interface Specification for USB
标签: Specification Controller Interface OHCI
上传时间: 2015-12-16
上传用户:kiklkook
jtag调试原理。由Open-JTAG小组撰写,对了解JTAG原理很有帮助。
上传时间: 2013-11-29
上传用户:1159797854