搜索资源列表
随机产生字符串
- 随机产生一段字符串。-randomly generated string section.
shengchen
- 生成随机字符串,主要应用在asp网页中,实现生成随机字符串。
如何对字符串进行加密解密
- 如何对字符串进行加密解密 本人在操作数据库时,考虑到该数据库还有可能被其他软件打开,所以想能否有另外一种方式把数据库中数据进行加密呢,也就是说,即使别人利用其他的软件打开了该数据库,看到的也是一片乱码,根本不知道数据库进而是什么内容。出于这种情况,本人利用VB中自带 RND()函数的功能编写了如下加密解密方法。 当RND()的参数(我们称它为种子)为负值时,同一种子产生同一个随机序列,同时VB还具有强大的二进制技术功能。 这样我们可以按以下方法实现字符串内容的加密解密。-How to encod
随机获取字符串
- C#随机获取字符串,有多个参数控制
erasefile
- 这个小工具可以比较安全的删除文件和目录。它删除文件的流程是: 1. 使用伪随机数填充整个文件 2. 将文件长度截为零 3. 将文件命名为随机字符串 4. 删除文件 需要指出的是,这样的删除在软件级别已经是不可能恢复了。但是特别重要的数据(军事级别?)是不允许这么简单的操作的,据某个标准称为了在特殊的硬件设备下都无法恢复硬盘数据,至少应该把文件区域写7遍,更安全的办法是把磁盘物理销毁(例如粉碎)。 -This gadget can be relatively sa
ji-yu-LABVIEW-de-TCP-wang-luo-tong-xun
- 基于LABVIEW的TCP网络通信。 1.采用服务器 / 客户机模式进行双机通信,由服务器产生一组随机波形,通过局域网送到客户机进行显示。 2.采用服务器 / 客户机模式进行双机通信,由服务器发送一组字符串,通过局域网送到客户机进行显示。 -LABVIEW based on the TCP network traffic. 1. Used the server/client model of pairs of aircraft communications, a group
myTools
- js SOAP构造多个同名子节点 计算字符串长度(汉字为2) 转换特殊字符, get方式提交时有用 以Array的方式封装xml 根据参数长度随机取字符串
Random
- 产生随机的字符串,包括字符和数字混杂的字符串-Create the random characters !
getRandChars
- 1./////返回指定数量的随机字符串 ////调用函数前需先调用Randomize(0)函数 (string, integer) 2.日历-///// Returns a specified number of random string//// call the function is required prior to call Randomize (0) function
radomstring
- 随机字符串的产生函数,感觉这个老外写的还行吧,测试时候用方面,有需要请下载-the radom string
ServerClientThread
- 3、 设计一个客户端线程和一个服务器线程。客户端线程不断发送请求给服务器线程,服务器线程不断处理请求。当请求队列为空时,服务器线程就必须等待,直到客户端发送了请求。每个客户端线程包含唯一的命名,其发送的每个请求为一个随机字符串(该字符串以线程名开头),服务器线程获得该字符串并打印到控制台。main方法中启动服务器线程和3个客户端线程。注意:客户端发送请求应有一定时间间隔-failed to translate
consume
- 基于操作系统中消费者和生产者的一个简单模型实现字符串数组的处理,一方面不断生成新的随机字符串放入数组中,另一方面从数组中不断提出字符串进行处理(逆序输出)-Based on the operating system to consumers and producers to achieve a simple model of a string array processing, on the one hand continue to generate a new random string in
java-programme
- 此程序实现了二叉树的遍历,并计算向二叉树插入或删除n个随机字符串时所消耗的时间-This program implements a binary tree traversal, and calculate the binary tree insert or delete a random string of n the time consumed
RandString
- 根据需要批量生成数字、字符、数字+字符等任意长度的随机字符串-Volume needed to generate numbers, characters, numbers+ character random string of arbitrary length, etc.
random
- 生成随机字符串 定义并初始化数组 初始化数字、字母 初始化随机数生成器设置返回值 把结果返回给浏览器-To generate random string the definition and initialize array initial Numbers, letters, initialization random number generator set the return value of the results back to the browser
TCPsocket
- TCP和UDP socket编程,向固定服务器发送学号姓名信息,用udp从服务器获得一个随机字符串-TCP and UDP socket programming, Student ID Name information sent to the fixed server udp from server to obtain a random string
dddd
- 随机字符串产生代码,可以产生需要的字符,这样是一款很好用的代码。-Random strings generated code, can produce the required character, this is a very good use of the code
RandomClass_20130312210115
- 非常方便的随机数及随机字符串类。项目中经常用到。-Very convenient random number and random string class. Frequently used in the project.
zifu-watermarking
- 在Matlab开发环境下,实现将输入的随机字符串以随机序列的方式嵌入载体图像中,并很好的保证了水印的不可见性,同时也实现了水印的盲检测并成功提取出输入的字符。-In Matlab development environment, to achieve the random string input by random sequence was embedded in the carrier image, and it guarantees the invisibility of the wate
RandomString
- 随机生成A-Z、a-z、0-9的随机字符串-Randomly generated AZ, az ,0-9 random string