搜索资源列表
用D3D模拟地月系
- 一、建立空窗体 新建一个工程,添加引用,并导入名称空间。 加入一个设备对象变量: private Microsoft.DirectX.Direct3D.Device device = null; 添加初始化图形函数,并在这里面对设备对象进行实例化: public void InitializeGraphics() { PresentParameters presentParams = new PresentParam
Picture.Translate.Of.Remote.Desktop.Control
- 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
search_for_substring
- 此程序用于搜索从ES:1000开始的长度为100H的区域,是否存在给定的子字符串,其中,子字符串存放在以DS:1100开始的区域中,分别用DI,SI,指向它们。如果搜索到,在DS:1111处填写44(“是”的谐音),找不到,则填写55(“无”的谐音)。在本程序中,DS与ES相同。在本程序中,我们假设要搜索的子字符串的长度为3,字符可以自行设定。当然,可以改变BX来改变搜索的子字符串的长度-This program used to search from ES: 1000 100H length
NetTran
- (利用GIF_LZW算法实现的)网络图片传输 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
HanziCheck
- 判断字符串长度,包括汉字,截取一定长度,用“.”代替-To determine the length of the string, including the Chinese characters, interception of a certain length, with " ." Substitute
KMP101
- 实现KMP算法,输入三组主串S和模式串P,输出模式串的Next(j)函数值,以及该P在S中的位置的定位函数值,即序号值。其中S的长度为15~25,P的长度为5~8。-KMP algorithm implementation, the input string S and the three main pattern string P, the output mode string Next (j) function values, and the P' s position in the
Pointer-seeking-string-length
- 运用指针的相关知识进行求取字符串长度的操作。-Knowledge of the use of pointers strike length of the string operation.
Stringencryptionprocess
- 字符串加密程序,可设置一位字符或数字密钥加密原字符串,字符串长度无限制-String encryption process, you can set a character or numeric key encryption the original string, string length limit
ASCII码对照表
- 对码判断,2. 判断string字符串长度时,使用string.isNullorEmpty,减少报错; 3. SQL语句的参数化处理;(For code judgment, when the length of string string is judged by 2., string.isNullorEmpty is used to reduce the error. The parameterized processing of 3. SQL statements;)