搜索资源列表
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
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
c
- 计算器vb程序,输出大中小三个数,查找学生序号为1的学生,用指针指向字符串,-Vb calculator program, the output Xinhuanet three the number of students in search of one serial number for students, with pointer to string
vb_help
- VB编程资源网址-String, techniques, databases, controls, documents, forms, graphics, system, multimedia, network, others
lt_function_C
- 个人编写的数十个vc函数,用于补充vc函数库的不方便之处,特别是用惯VB的人。提取一个长字符串中的数据,通过一个函数实现一次打开多个文件并可自行设置文件名缓冲区大小。-The preparation of dozens of individuals vc function, used to supplement library vc inconveniences, especially those who are used to VB. Extraction of a long string o
StringFunctions
- 几个字符串函数综合应用,供初学VB的朋友参考。-Several string functions integrated application for the novice VB a friend for reference.
jiaowuguanlixitong
- 用VB开发的教务管理系统,共大家学细雨参考!-Public UserName As String Private UserPwd As String Private Sub Command2_Click() Me.Visible = False End End Sub
String_Builder_Class_and_Demonstration
- a class which allocates a string chunk and then uses memory copy methods to manipulate the data within the same string s memory. The result is a string class which can perform orders of magnitude quicker than the equivalent VB code.
codeDll
- 用VB6.0做出的字串加密dll(带源码)!! code.dll的说明: 这是一个由VB做成的dll文件,它支持对字串进行Base64和随机数加解密两种方式。 如果要进行中英文混合加解密,可以先用Base64函数加解密,再用随机数解密。 注意,加密和解密是逆向的,如加密过程为 Rand_Encode(Base64_Encode(str)) 则解密过程为 Base64_Decode(Rand_Decode(pas)) 函数原型为: Public Func
CSTRING
- 字符串处理是程序设计语言的一个重要的组成部分。有的字符串是内置的(VB等),有的是模拟的(C字符串为字符集合,算法等以库的形式提供),而C++所提供的字符串std::string是以库的形式提供。-C puls plus
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
- vb使用excel公式;彩色进度条;画矩形方法;自动完成填充字符串;属性导航器的使用-vb excel formula to use color progress bar draw rectangle method automatically populate a string attribute the use of navigator
ChgStringCaseOfQMIO
- VB字符串里引号内或引号外的字母进行大小写互换。-VB string within quotation marks or outside the case of letters interchanged.
some-VB-programs
- 使用visual Basic语言编写的一些小程序,能够实现对输入字符串的逆序输出,大小写转换,输入字符检索,打印九九乘法表-Small programs that use visual Basic language, to achieve the reverse output of the input string, case conversion, input characters to retrieve, print the multiplication table
vb
- 如果字符中有空格,可用本程序去掉字符串中间的空格。-Remove the space between the string
Str
- VB实现字符串操作,可统计字符串长度内容等。(VB string operations, statistics string length, content and so on.)
textsearch
- VB实现字符串匹配查询,同时可统计字符串长度(VB to achieve string matching queries, while statistical string length)
Windows运行
- vb 模仿 Windows运行 程序 Private Declare Function SHRunDialog Lib "shell32" Alias "#61" (ByVal hOwner As Long, ByVal Unknown1 As Long, ByVal Unknown2 As Long, ByVal szTitle As String, ByVal szPrompt As String, ByVal uFlags As Long) As
VB 文件粉碎机源代码
- ' 此函数返回值是指向项目(ITEM)的一个指针,有了这个数值,再用API函数SHGetPathFromIDList可以获得具体的路径,如果用户按的是“取消”按钮,则返回值为NULL。 Private Declare Function SHBrowseForFolder _ Lib "shell32.dll" Alias "SHBrowseForFolderA" _ (lpBro
