搜索资源列表
COM-Byte
- 数据的表示与转换 源代码名称:prjBase 调试环境:Win XP;VB 6.0
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
hexdump
- Purpose View the hexadecimal content of a file. Method Use Get to read the file into a byte array quickly. Then format the bytes and display them. Disclaimer This example program is provided \"as is\" with no warranty of any kind. It is intended
safearray.rar
- 传递byte数组,safearray使用方法,vc写ocx在vb下调用,Passing byte array, safearray use, vc written under the call ocx in vb
vb
- 一款利用VB编写的串口通讯程序,可以单字节收发数据。可以选择波特率等,很不错的源代码。-VB prepared using a serial communication program can be single-byte send and receive data. Can choose the baud rate, etc., it is a good source code.
crc
- CRC校验程序包,包含VB,C,汇编下,实现CRC校验程序的代码,详细介绍CRC校验的原理,介绍 查表法,半字节查表法,等等实现CRC校验的方法,希望对大家有所帮组。-CRC Checksum package, including VB, C, compilation achieve CRC checksum code, detailing the principles of CRC checksum on look-up table method, semi-byte look-up tabl
PassWord
- 该VB程序对输入的字串,拆分成Bit,然后随即插入新的字节.达到加密的目的.很难解密.该程序还提供解密功能.请在WinXPx下测试通过.-The VB program to input the string, split into a Bit, and then immediately insert a new byte. To achieve the purpose of encryption. It is very difficult to decrypt. The program also
VBreaddata
- 模块名:VB 读取磁盘扇区(512 Byte)描述:直接代码读取,不用外部 DLL、OCX、API这个代码仅仅演示读取,所以没有危险性由于代码针对 FAT 格式了写的,所以只能用于 FAT时间仓促,没有处理细节,大家见谅-Module name: VB to read a disk sector (512 Byte) Descr iption: Direct code to read, do not have an external DLL, OCX, API demo only to read
AccessFinality3.03
- 含Access密码算法的VB源程序,支持双字节密码。适用于Access97/2000/xp/2003等全部版本。 如果不幸遭遇怪异密码,可以直接使用删除密码按键杀之。-Access password algorithm with VB source code to support double-byte password. Access97/2000/xp/2003 such as apply to all versions. If the strange misfortune pass
Singltt
- VB串列通訊元件,單位元組與雙位元組測試-VB serial communication components, single-byte and double-byte test
RawDiskCtrl
- 意天原始磁盘数据操作开发包(磁盘扇区读写组件)是意天软件推出的一款磁盘数据操作底层开发包,主要用于开发人员操作磁盘数据, 其包括一个com组件和一个磁盘驱动文件,通过该组件VB CB Delphi开发人员可以很方便的读写(按扇区模式或字节模式)底层磁盘数据 ,该组件完全解决VISTA下Win32API无法直接写磁盘数据的问题.该开发包采用驱动直接读写磁盘数据,因此绕过了Win32平台内部权限 检测机制,以使在VISTA下直接写硬盘数据成为现实.(注:不可用该开发包来实现恶意软件,否则后果自负!)
shapebyte
- Shapes byte for english and arabic charcter
VB_shahj
- VB 读取磁盘扇区 *** *** *** *** *** *** *** *** *** *** *** *** * **模 块 名:VB 读取磁盘扇区(512 Byte) **创 建 人:冯铭 **日 期:2006-08-24 15:54:58 **描 述:直接代码读取,不用外部 DLL、OCX、API **版 本:V1.0.0 ** CSDN ID:SSS2002 这个代码仅仅演示读取,所以没有危险性 由于代码针对 F
GetWhichBIT
- VB编程 用于读取某BYTE的某BIT,用于工业控制PLC数字量的读取-VB Programming for the reading of a BYTE certain BIT, for the industrial control PLC digital reading
xor(vb)
- 一个用VB编写的求十六进制的异或值,可进行27字节的异或-A written demand with the VB XOR hexadecimal value can be 27-byte XOR
VB-String
- VB字符串数据转Byte型数据的2种方法,都有程序。-VB string data type Byte data transfer method 2, there are procedures.
vb-chuankou
- rivate Sub cmdSend_Click() Dim sj() As Byte Dim sj_Txt As String Dim i As Integer sj_Txt = "800A00113135323634389794" sj_Txt="00FFWW0D006501" & hex(deltapre*i/n+m_OldPre) & "42" Text1 = sj_Txt ReDim sj(Len(sj_Txt) / 2 - 1) For
mdlFileBin
- 原创-VB下的按二进制方式读写任意文件的函数,网上可能有很多范例,但我做的,都是最贴近好用的,只需要输入文件路径和文件数组就完成读写: Public Function VBFileBin_Read(fn As String, dat() As Byte) As Long Public Sub VBFileBin_Write(fn As String, dat() As Byte)-Original-VB under way by the binary function to rea
BYTE-DLL-injector-
- 收集的很多内存注入的技术文章,含一些源码,VB注入器 内存注入源码 玩么不解释!!适合所有游戏-Collected a lot of memory into technical articles, containing some source code, VB injector memory into the source code to play do not explain!! Suitable for all games
VB鼠标按键精灵
- VB鼠标按键精灵(VB模拟出的按键精灵大部分功能)(Private Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long) Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long