搜索资源列表
str.tar.gz
- 自编的一个String类
MD5加密的C++类
- 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
Multitaper
- 工程计算MATLAB code to calculate the reorthogonalized sine tapers input: N = the length of the time series data to be tapered p = the number of tapers requested I = the gap structure a vector of length N I(t) = 1 if there is data at time
Studentstatusmanagementsystem
- Student status management system is development two aspects that typical information management system, IMS( MIS), its development includes primarily the background database creates with support and the front end applies the procedure.Creates to rise
csfunc
- function [sys,x0,str,ts] = csfunc(t,x,u,flag) % 定义一个连续系统的 S-function-function [sys, x0, str, ts] = csfunc (t, x, u, flag)% definition of a continuous system of the S-function
XMLlToolbox2
- 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 >>
str.tar
- 自编的一个String类- From arranges a String kind
my
- 多节电影字幕合并为单节字幕 形如str文件字幕-merge subtitles of movies etc
ftoa.c
- This a fast floating point to string conversion function. Avoids the use of unsafe sprintf function. Works with float and double types. Correctly manages +inf, -inf, nnan (not a number).-This is a fast floating point to string conversion function. Av
S2
- function [ret,x0,str,ts,xts]=s1(t,x,u,flag) s1 is the M-file descr iption of the SIMULINK system named s1. The block-diagram can be displayed by typing: s1. SYS=s1(T,X,U,FLAG) returns depending on FLAG certain system values given
S3
- function [ret,x0,str,ts,xts]=s3(t,x,u,flag) s3 is the M-file descr iption of the SIMULINK system named s3. The block-diagram can be displayed by typing: s3. SYS=s3(T,X,U,FLAG) returns depending on FLAG certain system values given
S4
- function [ret,x0,str,ts,xts]=s4(t,x,u,flag) s4 is the M-file descr iption of the SIMULINK system named s4. The block-diagram can be displayed by typing: s4. SYS=s4(T,X,U,FLAG) returns depending on FLAG certain system values given
C4
- function [ret,x0,str,ts,xts]=smg(t,x,u,flag) smg is the M-file descr iption of the SIMULINK system named smg. The block-diagram can be displayed by typing: smg. SYS=smg(T,X,U,FLAG) returns depending on FLAG certain system values g
s4
- function [ret,x0,str,ts,xts]=s4(t,x,u,flag) s4 is the M-file descr iption of the SIMULINK system named s4. The block-diagram can be displayed by typing: s4. SYS=s4(T,X,U,FLAG) returns depending on FLAG certain system values given
S1C
- function [ret,x0,str,ts,xts]=s4(t,x,u,flag) s4 is the M-file descr iption of the SIMULINK system named s4. The block-diagram can be displayed by typing: s4. SYS=s4(T,X,U,FLAG) returns depending on FLAG certain system values given
TestStrAndStrBuffer
- Test Str And StrBuffer - Test Str And Str Buffer
data_struct3
- 数据结构课后设计题第三章 ◆3.17③ 试写一个算法,识别依次读入的一个以@ 为结束符的字符序列是否为形如 序列1&序列2 模式 的字符序列。其中序列1和序列2中都不含字符 & , 且序列2是序列1的逆序列。例如, a+b&b+a 是属该 模式的字符序列,而 1+3&3-1 则不是。 实现下列函数: Status match(char *str) -Data structure design question after class Chapter ◆
46
- 给定程序MODI1.C中函数fun的功能是:统计substr所指字符串在str所指字符串中出现的次数。 例如,若字符串为aaas lkaaas,子字符串为as,则应输出2. 请改正程序中的错误,使它能计算出正确的结果。 注意:不要改动main函数,不得增行或删行,也不得更改程序的结构。-In a given program MODI1.C function fun is the function: Statistics within the meaning of the string
main1
- /* * Author: m_h_yang@163.com, on March 29th, 2012 * 问题一:删除子串; * 问题二:对两个任意大正整数进行相加,得到其和。 * 注:此俩问题为某公司校招时的上机编程考试题。 */-int delete_sub_str(const char*str, const char* sub_str, char* result_str) void add(const char*num1, const char*num2
1234435
- 用matlab 7.0编写的滑模变结构仿真的例子。-S-function for continuous state equation function [sys,x0,str,ts]=s_function(t,x,u,flag) switch flag, Initialization case 0, [sys,x0,str,ts]=mdlInitializeSizes Outputs case 3, sys=mdlOutputs