搜索资源列表
string
- 一个在vb环境进行字符串加密的小程序,思路可以,适合初学者试用
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
VB注册码代码示例
- 软件限时使用与注册功能的实现 众所周知,一些共享软件往往提供给使用者的是一个功能不受限制的限时使用版,在试用期内使用者可以无限制的使用软件的全部功能(只是可能会出现提示使用者注册的窗口),试用期一过部分(或全部)功能失效,要想继续使用只能向作者索取注册码(或注册文件)完成对软件的合法注册,注册后的软件将解除一切使用限制。如果您也开发出一个有价值的作品,是否也希望为自己的软件增加一个这样的功能呢?这里笔者就提供一个实现软件限时的完整代码。 软件启动后会首先运行本代码并从注册表HKEY_
SerialPortUtility.rar
- VB串口调试工具,可以显示二进制波形,实际上这是一个mscomm控件的使用用法的演示程序,包括二进制、字符串数据的发送接收,以及一些属性的使用,缓存区数据的线路侦测、读娶事件检错以及绘制二进制数据曲线,方便调试程序。,VB serial port debugging tool, you can show that the binary form, in fact, control mscomm This is a demonstration of the use of use of proced
VB_code_parser
- VB源代码解释器,用richtext控件编的,对于学习如何使用rtf控件有很大帮助,包括加亮,起始字符串匹配段落功能-VB source code interpreter used for the richtext control, for learning how to use the rtf control of much help, including a bright start paragraphs string matching function
datagrid
- vb编写的datagrid控件与access相连的应用实例,利用连接字符串相连,点击命令按钮可添加当前时间到数据库。-vb prepared datagrid controls access linked with the application, using connection string connected, click the command button can be added to the database current time.
ChineseStrEncryptAndDecrypt
- 网上找到的许多字符串加密的函数只能对英文字符串进行加密,字符串中若含有汉字则*为力了,经过研究,对网上下载的源码进行了部分修改添加,使得可以对中文字符串也可以进行加密,支持英文与汉字混合字符串加密,VB中对字符串进行加密的模块,字符串中可以有中文字符,使用方法:cipher 密码,源串,存放加密后的字符变量 解密用decipher 密码,被加密的字串,字符串变量。源码多数为网上下载源代码,本人只进行了组合修改,支持回车换行与制表符等部分控制格式的字符,解密后的字符串完全保留原样,该代码已在作者
string
- vb 替换文本中指定字符的例子,适合初学者。-vb replacement text specified in the examples of character, suitable for beginners.
CRC
- Sample code in VB.NET for calculate and check CRC (Modbus specification). Supported both string format (like MSComm) and bytes array(like DCB).
codeDll
- 用VB6.0做出的字串加密dll(带源码)!! code.dll的说明: 这是一个由VB做成的dll文件,它支持对字串进行Base64和随机数加解密两种方式。 如果要进行中英文混合加解密,可以先用Base64函数加解密,再用随机数解密。 注意,加密和解密是逆向的,如加密过程为 Rand_Encode(Base64_Encode(str)) 则解密过程为 Base64_Decode(Rand_Decode(pas)) 函数原型为: Public Func
vb_code_to_reverse_a_string_design_String_Manipula
- vb代码字符串操作反转字符串设计vb code to reverse a string design String Manipulation-vb code to reverse a string design String Manipulation
VB_Programming_String_Manipulation_reverse_string.
- VB编程实现字符串操作_反转字符串VB Programming String Manipulation _ reverse a string-VB Programming String Manipulation _ reverse a string
String.automatically.filled.vb.
- 字符串在输入框自动填充的vb实String in the input box automatically filled vb real-String in the input box automatically filled vb real
VB.api.code.programming.model.string.design
- VB api编程模块字符串设计代码VB api code programming model string design -VB api code programming model string design
CRC_and_float_change_designer
- vb下实现对发送字符串的CRC校验,并能够将接收到的字符转换为浮点,实现浮点变换-vb send a string to achieve under the CRC, and can be received is converted to floating-point character, to achieve floating-point conversion
Vb-pointer-with-string-
- 用Vb指针技术提高字符串处理的效率,可以有效解决VB操作大量字符串时速度慢的问题-Vb pointer with string processing technology to improve the efficiency of operation of a large number of VB can be an effective solution to the problem of slow speed when the string
vb
- vb使用excel公式;彩色进度条;画矩形方法;自动完成填充字符串;属性导航器的使用-vb excel formula to use color progress bar draw rectangle method automatically populate a string attribute the use of navigator
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
Str
- VB实现字符串操作,可统计字符串长度内容等。(VB string operations, statistics string length, content and so on.)
