虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

STr

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

    这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTr TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetSTr(LPCSTr STr) //计算字符串的MD5值 LPCSTr GetDigestKey() //取MD5运算后的结果 LPCSTr GetErr() //如果有错误,取错误字串

    标签: MD5 MFC 控制台 程序

    上传时间: 2015-04-04

    上传用户:拔丝土豆

  • 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 //发信邮箱检证用户密码 end { FloatToText, FloatToTextFmt, TextToFloat, and FloatToDecimal type codes }

    标签: TSTrData interface PSTrData Windows

    上传时间: 2014-12-22

    上传用户:asddsd

  • 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.

    标签: computer aspects Matlab vision

    上传时间: 2014-01-02

    上传用户:xlcky

  • 蓝牙协议(GAVDP)This profile defines the requirements for Bluetooth™ devices necessary to set up STr

    蓝牙协议(GAVDP)This profile defines the requirements for Bluetooth™ 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 required for interoperability between Bluetooth devices in the Audio/Video DiSTribution usage model.

    标签: requirements Bluetooth necessary profile

    上传时间: 2014-01-04

    上传用户:bcjtao

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

    词法分析器制作与应用 设计思想 (1)程序主体结构部分: 说明部分 %% 规则部分 %% 辅助程序部分 (2)主体结构的说明 在这里说明部分告诉我们使用的LETTER,DIGIT, IDENT(标识符,通常定义为字母开头的字母数字串)和STr(字符串常量,通常定义为双引号括起来的一串字符)是什么意思.这部分也可以包含一些初始化代码.例如用#include来使用标准的头文件和前向说明(forward ,references).这些代码应该再标记"%{"和"%}"之间 规则部分> 可以包括任何你想用来分析的代码 我们这里包括了忽略所有注释中字符的功能,传送ID名称和字符串常量内容到主调函数和main函数的功能. (3)实现原理 程序中先判断这个句语句中每个单元为关键字、常数、运算符、界符,对与不同的单词符号给出不同编码形式的编码,用以区分之。 PL/0语言的EBNF表示 <常量定义>::=<标识符>=<无符号整数> <标识符>::=<字母>={<字母>|<数字>} <加法运算符>::=+|- <乘法运算符>::=*|/ <关系运算符>::==|#|<|<=|>|>= <字母>::=a|b|…|X|Y|Z <数字>::=0|1|2|…|8|9

    标签: LETTER DIGIT 程序

    上传时间: 2015-11-04

    上传用户:zhengzg

  • 根据用户输入的命令行选项的不同

    根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为 myfind <pathname> 它要统计出,在常规文件中,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。不允许打印出任何路径名。 argc为4且argv[2] == “-comp”时,命令格式为 myfind <pathname> -comp <filename> 输出在<pathname>目录子树之下,所有与<filename>文件内容一致的文件的绝对路径名。不允许输出任何其它的路径名,包括不可访问的路径名。当参数pathname不是绝对路径时,调用getcwd()等函数来取得文件的绝对路径名。 argc 大于等于4且argv[2] == “-name”时,命令格式为myfind <pathname> -name <STr>…<STr>…是一个以空格分隔的文件名序列(不带目录)。命令输出<pathname>目录子树之下,所有与<STr>…序列中文件名相同的文件的绝对路径名。不允许输出不可访问的或无关的路径名。

    标签: 用户 命令行 输入

    上传时间: 2014-11-30

    上传用户:jichenxi0730

  • 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_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML STring XSTr is given, this can be converted easily to a MATLAB data type or STructure V with the command V=xml_parse(XSTr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

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

    (1)myfind <pathname> 的功能: 除了具有与程序4-7相同的功能外,还要输出在<pathname>目录子树之下,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。程序不允许打印出任何路径名。 (2)myfind <pathname> -comp <filename>的功能: <filename>是常规文件的路径名(非目录名,但是其路径可以包含目录)。命令仅仅输出在<pathname>目录子树之下,所有与<filename>文件内容一致的文件的绝对路径名。不允许输出任何其它的路径名,包括不可访问的路径名。 (3)myfind <pathname> -name <STr>…的功能: <STr>…是一个以空格分隔的文件名序列(不带路径)。命令输出在<pathname>目录子树之下,所有与<STr>…序列中文件名相同的文件的绝对路径名。不允许输出不可访问的或无关的路径名。 <pathname>和<filename>均既可以是绝对路径名,也可以是相对路径名。<pathname>既可以是目录,也可以是文件,此时,目录为当前工作目录。

    标签: pathname myfind lt gt

    上传时间: 2014-01-26

    上传用户:aappkkee

  • 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. Everything is done entirely within the register set, making the functions fast and clean.

    标签: functions STring-include defines assumes

    上传时间: 2014-01-09

    上传用户:tedo811

  • 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). The goal is to remove the noise signal from the measured signal to obtain the signal of interest.

    标签: demonSTration application illuSTrates separation

    上传时间: 2014-09-08

    上传用户:2525775