Description: This example program is provided to get to read the file into a byte array quickly. Then format the bytes
and display them. Platform: |
Size: 3124 |
Author:ling |
Hits:
Description: 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 for demonstration purposes only. In particular, it does no error handling. You can use the example in any form, but please mention www.vb-helper.com. Platform: |
Size: 3151 |
Author:贝可 |
Hits:
Description: 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 for demonstration purposes only. In particular, it does no error handling. You can use the example in any form, but please mention www.vb-helper.com. Platform: |
Size: 3072 |
Author:贝可 |
Hits:
Description: This example program is provided to get to read the file into a byte array quickly. Then format the bytes
and display them. Platform: |
Size: 3072 |
Author:ling |
Hits:
Description: 基于某一文件创建一个输入流,然后基于某一文件创建一个输出流,定义一个int类型的变量,用来记录读出的字节个数,将输入流中的信息写入字节数组中,使用输出流的方法,将数组中的信息写入文件中-Create a file based on an input stream, and then create a file based on an output stream, the definition of an int type of variable, used to record the number of bytes read the input stream of information written into the byte array, the the use of the output flow method to write an array of information documents Platform: |
Size: 1024 |
Author:sport |
Hits:
Description: Algorithm Festel.
Programs read from file to array byte[].
key block = 64
data block = 128 if use classis Festel
data block = 256 if use modification Festel Platform: |
Size: 25108480 |
Author:HDT |
Hits:
Description: Read Hex string from file, convert to byte array and send using udp multicast socket
Developed by Borland c++ builder 6.0
-Read Hex string from file, convert to byte array and send using udp multicast socket
Developed by Borland c++ builder 6.0
Platform: |
Size: 302080 |
Author:lika |
Hits:
Description: Convert a File to an Array for example convert a gif file Picture.gif to a Java byte array Picture.gif.j that can be used by createImage method. -Convert a File to an Array for example convert a gif file Picture.gif to a Java byte array Picture.gif.j that can be used by createImage method. Platform: |
Size: 16384 |
Author:Mark |
Hits:
Description: Java生成密钥、保存密钥的实例源码,通过本源码可以了解到Java如何产生单钥加密的密钥(myKey)、产生双钥的密钥对(keyPair)、如何保存公钥的字节数组、保存私钥到文件privateKey.dat、如何用Java对象序列化保存私钥,通常应对私钥加密后再保存、如何从文件中得到公钥编码的字节数组、如何从字节数组解码公钥-Java to generate a key instance of the source to save the key can learn Java through this source, how to generate a single key encryption key (myKey), resulting in a dual-key key (keyPair), how to save the public key byte array, public key to save the private key to file privateKey.dat, how to use the Java object serialization to save the private key, usually deal with the private key to encrypt and then save, how to get the public key encoded byte array from a file, how to decode the byte array Platform: |
Size: 3072 |
Author:燕姿 |
Hits:
Description: Java生成密钥、保存密钥的实例源码,通过本源码可以了解到Java如何产生单钥加密的密钥(myKey)、产生双钥的密钥对(keyPair)、如何保存公钥的字节数组、保存私钥到文件privateKey.dat、如何用Java对象序列化保存私钥,通常应对私钥加密后再保存、如何从文件中得到公钥编码的字节数组、如何从字节数组解码公钥-Java to generate a key instance of the source to save the key can learn Java through this source, how to generate a single key encryption key (myKey), resulting in a dual-key key (keyPair), how to save the public key byte array , public key to save the private key to file privateKey.dat, how to use the Java object serialization to save the private key, usually deal with the private key to encrypt and then save, how to get the public key encoded byte array from a file, how to decode the byte array Platform: |
Size: 7168 |
Author:lws |
Hits:
Description: 原创-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 read and write arbitrary files, on-line may have many examples, but I do, are the most close to the easy to use, only need to enter the file path and file is complete array of reading and writing: Public Function VBFileBin_Read (fn As String, dat () As Byte) As Long Public Sub VBFileBin_Write (fn As String, dat () As Byte) Platform: |
Size: 1024 |
Author:jim |
Hits:
Description: 用JAVA实现的AES算法,可对文件,字符串,byte数组加密,详细显示每一步加密过程,包含生成密匙,加密文件,用密钥k解密文件-AES algorithm using JAVA, may file a string, byte array encryption, the encryption process every step shown in detail, including key generation, encryption, file with the key k to decrypt the file Platform: |
Size: 1613824 |
Author:kimifetch |
Hits:
Description: 基于socket通讯的文件续传源码,主要面向Android客户端,FileService.java获取每条线程已经下载的文件长度,当文件上传完成后,删除对应的上传记录;StreamTool.java主要用来读取读取文件流,返回上传文件字节数组,用Android上传文件不懂的就可参照这个示例一步步实现,有些代码可以共用。-Socket-based communication file resume source code, mainly for Android client, FileService.java each thread has access to the downloaded file length, when the file upload is complete, delete the corresponding log upload StreamTool.java primarily used to read to read file stream, byte array returned uploading files, upload files using Android can not understand the reference to the example a step to achieve, some of the code can be shared. Platform: |
Size: 59392 |
Author:张三 |
Hits:
Description: VB版字符转换器,转换各种下载地址字符串,支持腾讯、快车、旋风等下载地址的转换。另外还支持托盘图标功能,源代码内含一个托盘类。要VB源码可从一个经过Base64的字符串中解码到源字符串,从一个经过Base64的字符串中解码到源字节数组,将一个字节数组进行Base64编码,并返回字符串,转换字符串为数组,然后转换为4个6位(0-63),对文件进行Base64编码并返回编码后的Base64字符串。-VB version of the character converter, convert various download address string support Tencent, Express, cyclones and other download address translation. It also supports the tray icon functionality, the source code contains a tray class. To VB source code is available from a Base64 string after decoding the source string from a string through the Base64 decoding to the source byte array, a Base64 encoded byte array and returns a string, the string conversion an array, and then converted to 4 6 (0-63), Base64 encoding the file and returns the Base64 encoded string. Platform: |
Size: 9216 |
Author:gps |
Hits:
Description: java与android的文件读写,实现用户的byte数组读写功能,备注详细-java and android file read and write, read and write byte array to implement user functions, notes in detail Platform: |
Size: 63488 |
Author:qiudehui |
Hits:
Description: C#源码获取文件的MD5值,采用MD5加密的例子,选择要计算 MD5 值的文件名和路径,会得到文件的MD5 值16进制字符串,也可得到文件的sha1 值16进制字符串以及哈希值16进制字符串,在此要用到字节数组转换为16进制表示的字符串,最后一步是生成和显示文件的MD5值。-C# source file to get MD5 value, using MD5 encryption example, choose to calculate the MD5 value of the file name and path, sha1 file MD5 value will be the value of hexadecimal string, hexadecimal string obtained documents and Kazakhstan Greek hexadecimal string value in this byte array to use to convert a hexadecimal string representation, the final step is to generate and display the file s MD5 value. Platform: |
Size: 14336 |
Author:wpudn5 |
Hits:
Description: 基于socket通讯的文件续传源码,主要面向Android客户端,FileService.java获取每条线程已经下载的文件长度,当文件上传完成后,删除对应的上传记录;StreamTool.java主要用来读取读取文件流,返回上传文件字节数组,用Android上传文件不懂的就可参照这个示例一步步实现,有些代码可以共用-Socket-based communication HTTP source files, mainly for Android client, FileService.java each thread has access to download the file length, when the file upload is complete, delete the corresponding records uploaded StreamTool.java primarily used to read to read file stream, byte array returned uploading files, upload files using Android can not understand the reference to the example of a step by step to achieve some of the code can be shared Platform: |
Size: 60416 |
Author:rpudn18 |
Hits:
Description: VB版字符转换器,转换各种下载地址字符串,支持腾讯、快车、旋风等下载地址的转换。另外还支持托盘图标功能,源代码内含一个托盘类。要VB源码可从一个经过Base64的字符串中解码到源字符串,从一个经过Base64的字符串中解码到源字节数组,将一个字节数组进行Base64编码,并返回字符串,转换字符串为数组,然后转换为4个6位(0-63),对文件进行Base64编码并返回编码后的Base64字符串。-VB version of the character converter, convert various download address string, conversion Tencent, Express, cyclones and other download address. It also supports the tray icon functionality, source code contains a tray class. To VB source code can be decoded through a Base64 string from one string to the source, after the decoding Base64 string from a byte array to a source, a Base64 encoded byte array and returns a string, convert the string for the array, and then converted to 4 6 (0-63), the file and returns the Base64 encoding Base64 encoded string. Platform: |
Size: 9216 |
Author:cpudn21 |
Hits:
Description: Converts a binary file to a byte array in header .h file
(like bin2hex)-Converts a binary file to a byte array in header .h file
(like bin2hex) Platform: |
Size: 3072 |
Author:vovan |
Hits: