搜索资源列表
codeDll
- 用VB6.0做出的字串加密dll(带源码)!! code.dll的说明: 这是一个由VB做成的dll文件,它支持对字串进行Base64和随机数加解密两种方式。 如果要进行中英文混合加解密,可以先用Base64函数加解密,再用随机数解密。 注意,加密和解密是逆向的,如加密过程为 Rand_Encode(Base64_Encode(str)) 则解密过程为 Base64_Decode(Rand_Decode(pas)) 函数原型为: Public Func
arrangement
- 用VB编写的程序,主要用于冒泡法排序,能够产生随机数,演示排序过程。-Programs written with VB, mainly for the bubble sort method, to generate random numbers, demonstrate the sorting process.
VBzhishaizi
- VB随机数示例-掷骰子游戏,经典中的经典,初级中的初级-VB random sample- craps game, the classic of classics, the junior primary
shuziyouxi
- VB语言编写的一个猜数字游戏的源码,内容比较简单 就是猜0-100之间的任意数 采用了 rnd 随机数-VB language of a guessing game source code, content is relatively simple to guess any number between 0 and 100 using a random number rnd
Ciphertext
- 简易文本加密vb程序,通过让每个字符的Ascll码都加上一个随机数来达到加密目的。目前功能不是很完善,就当作是自娱自乐的小游戏好了。如果出现了bug,希望指出。(The simple text encrypts the VB program by adding a random number to the Ascll code of each character to achieve the encryption purpose. At present, the function is not