CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - vb string

搜索资源列表

  1. string

    0下载:
  2. 一个在vb环境进行字符串加密的小程序,思路可以,适合初学者试用
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8.31kb
    • 提供者:king
  1. (利用GIF_LZW算法实现的)网络图片传输

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:61.05kb
    • 提供者:
  1. VB注册码代码示例

    2下载:
  2. 软件限时使用与注册功能的实现 众所周知,一些共享软件往往提供给使用者的是一个功能不受限制的限时使用版,在试用期内使用者可以无限制的使用软件的全部功能(只是可能会出现提示使用者注册的窗口),试用期一过部分(或全部)功能失效,要想继续使用只能向作者索取注册码(或注册文件)完成对软件的合法注册,注册后的软件将解除一切使用限制。如果您也开发出一个有价值的作品,是否也希望为自己的软件增加一个这样的功能呢?这里笔者就提供一个实现软件限时的完整代码。   软件启动后会首先运行本代码并从注册表HKEY_
  3. 所属分类:网络编程

    • 发布日期:2009-05-16
    • 文件大小:17.63kb
    • 提供者:dianfeng
  1. SerialPortUtility.rar

    1下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2016-10-06
    • 文件大小:23.17kb
    • 提供者:355
  1. VB_code_parser

    0下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:103.75kb
    • 提供者:覃东
  1. datagrid

    0下载:
  2. 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.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-24
    • 文件大小:13.44kb
    • 提供者:胡兴武
  1. ChineseStrEncryptAndDecrypt

    0下载:
  2. 网上找到的许多字符串加密的函数只能对英文字符串进行加密,字符串中若含有汉字则*为力了,经过研究,对网上下载的源码进行了部分修改添加,使得可以对中文字符串也可以进行加密,支持英文与汉字混合字符串加密,VB中对字符串进行加密的模块,字符串中可以有中文字符,使用方法:cipher 密码,源串,存放加密后的字符变量 解密用decipher 密码,被加密的字串,字符串变量。源码多数为网上下载源代码,本人只进行了组合修改,支持回车换行与制表符等部分控制格式的字符,解密后的字符串完全保留原样,该代码已在作者
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:1.5kb
    • 提供者:覃东
  1. string

    0下载:
  2. vb 替换文本中指定字符的例子,适合初学者。-vb replacement text specified in the examples of character, suitable for beginners.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:1.34kb
    • 提供者:j
  1. CRC

    0下载:
  2. Sample code in VB.NET for calculate and check CRC (Modbus specification). Supported both string format (like MSComm) and bytes array(like DCB).
  3. 所属分类:Communication

    • 发布日期:2017-03-22
    • 文件大小:1.67kb
    • 提供者:Sergey_Ch
  1. codeDll

    1下载:
  2. 用VB6.0做出的字串加密dll(带源码)!! code.dll的说明: 这是一个由VB做成的dll文件,它支持对字串进行Base64和随机数加解密两种方式。 如果要进行中英文混合加解密,可以先用Base64函数加解密,再用随机数解密。 注意,加密和解密是逆向的,如加密过程为 Rand_Encode(Base64_Encode(str)) 则解密过程为 Base64_Decode(Rand_Decode(pas)) 函数原型为: Public Func
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:10.54kb
    • 提供者:程光
  1. vb_code_to_reverse_a_string_design_String_Manipula

    0下载:
  2. vb代码字符串操作反转字符串设计vb code to reverse a string design String Manipulation-vb code to reverse a string design String Manipulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1.99kb
    • 提供者:ud
  1. VB_Programming_String_Manipulation_reverse_string.

    0下载:
  2. VB编程实现字符串操作_反转字符串VB Programming String Manipulation _ reverse a string-VB Programming String Manipulation _ reverse a string
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1.98kb
    • 提供者:5
  1. String.automatically.filled.vb.

    0下载:
  2. 字符串在输入框自动填充的vb实String in the input box automatically filled vb real-String in the input box automatically filled vb real
  3. 所属分类:EditBox

    • 发布日期:2017-03-26
    • 文件大小:3.98kb
    • 提供者:tanghui
  1. VB.api.code.programming.model.string.design

    0下载:
  2. VB api编程模块字符串设计代码VB api code programming model string design -VB api code programming model string design
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:3.55kb
    • 提供者:9i
  1. CRC_and_float_change_designer

    0下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:23.75kb
    • 提供者:xie xiao fei
  1. Vb-pointer-with-string-

    0下载:
  2. 用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
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:2.27kb
    • 提供者:秦伟
  1. vb

    0下载:
  2. vb使用excel公式;彩色进度条;画矩形方法;自动完成填充字符串;属性导航器的使用-vb excel formula to use color progress bar draw rectangle method automatically populate a string attribute the use of navigator
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:16.3kb
    • 提供者:闫剑桥
  1. VB-String

    0下载:
  2. VB字符串数据转Byte型数据的2种方法,都有程序。-VB string data type Byte data transfer method 2, there are procedures.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:1.54kb
    • 提供者:李志强
  1. vb-chuankou

    0下载:
  2. 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
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:917byte
    • 提供者:
  1. Str

    0下载:
  2. VB实现字符串操作,可统计字符串长度内容等。(VB string operations, statistics string length, content and so on.)
  3. 所属分类:其他

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com