搜索结果

找到约 38 项符合 Str 的查询结果

数据结构 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中

这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取M ...
https://www.eeworm.com/dl/654/137283.html
下载: 170
查看: 1104

Delphi控件源码 unit Other interface Uses Windows,tlhelp32,PsAPI type PStrData = ^TStrData TStrData

unit Other interface Uses Windows,tlhelp32,PsAPI type PStrData = ^TStrData TStrData = record Ident: Integer Str: string end TUseInfo=record QQ, Mail, Page:string DL:boolean end TSendMailInfo=record IPAddress, FAddress, FName, FPW, FCName, FCPW:string //发信邮箱检 ...
https://www.eeworm.com/dl/666/155064.html
下载: 55
查看: 1067

人工智能/神经网络 There are some 79 or so Matlab files here which will help in many aspects of the computer vision str

There are some 79 or so Matlab files here which will help in many aspects of the computer vision structure from motion problem, a full description is provided in the manual, torrsam.ps.
https://www.eeworm.com/dl/650/159560.html
下载: 98
查看: 1085

通讯/手机编程 蓝牙协议(GAVDP)This profile defines the requirements for Bluetooth&#8482 devices necessary to set up str

蓝牙协议(GAVDP)This profile defines the requirements for Bluetooth&#8482 devices necessary to set up streaming channels used for support of audio/video distribution. The requirements are expressed in terms of services provided to applications, and by defining the features and procedures that are r ...
https://www.eeworm.com/dl/527/182837.html
下载: 81
查看: 1106

编译器/解释器 词法分析器制作与应用 设计思想 (1)程序主体结构部分: 说明部分 %% 规则部分 %% 辅助程序部分 (2)主体结构的说明 在这里说明部分告诉我们使用的LETTER,DIGIT,

词法分析器制作与应用 设计思想 (1)程序主体结构部分: 说明部分 %% 规则部分 %% 辅助程序部分 (2)主体结构的说明 在这里说明部分告诉我们使用的LETTER,DIGIT, IDENT(标识符,通常定义为字母开头的字母数字串)和STR(字符串常量,通常定义为双引号括起来的一串字符)是什么意思.这部分也可以包含一些初始化代码.例如用#in ...
https://www.eeworm.com/dl/628/217491.html
下载: 181
查看: 1080

Linux/Unix编程 根据用户输入的命令行选项的不同

根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为 myfind <pathname> 它要统计出,在常规文件中,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。不允许打印出任何路径名。 argc为4且argv[2] == “-comp”时,命令格式为 myfind <pathname> -comp <filename> 输出在< ...
https://www.eeworm.com/dl/619/225362.html
下载: 183
查看: 1033

matlab例程 The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_forma ...
https://www.eeworm.com/dl/665/258577.html
下载: 91
查看: 1076

Linux/Unix编程 (1)myfind <pathname> 的功能: 除了具有与程序4-7相同的功能外

(1)myfind <pathname> 的功能: 除了具有与程序4-7相同的功能外,还要输出在<pathname>目录子树之下,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。程序不允许打印出任何路径名。 (2)myfind <pathname> -comp <filename>的功能: <filename>是常规文件的路径名(非目录名,但是其路径可 ...
https://www.eeworm.com/dl/619/278108.html
下载: 119
查看: 1062

Linux/Unix编程 This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es

This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized, see especially strtok,strstr,str[c]spn. They should work, but are not very easy to understand. Every ...
https://www.eeworm.com/dl/619/280847.html
下载: 33
查看: 1053

人工智能/神经网络 This demonstration illustrates the application of adaptive filters to signal separation using a str

This demonstration illustrates the application of adaptive filters to signal separation using a structure called an adaptive line enhancer (ALE). In adaptive line enhancement, a measured signal x(n) contains two signals, an unknown signal of interest v(n), and a nearly-periodic noise signal eta(n). ...
https://www.eeworm.com/dl/650/305230.html
下载: 67
查看: 1108