CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - STR

搜索资源列表

  1. md5

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR Ge
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:3909
    • 提供者:lishang
  1. str

    0下载:
  2. C语言string头文件中函数的具体实现,适合C语言程序员,是很好的参考资料-C language header file string function of the specific implementation for C programmers, is a good reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1581
    • 提供者:施凯旋
  1. str

    0下载:
  2. 输入两个字符串str1和str2,判断str2是否是str1的子串。如果是,输出str1中在子串str2前和后的字符串。-Enter two strings str1 and str2, str2 to determine whether it is a substring of str1. If so, output in the sub-string str2 in str1 before and after the string.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1243
    • 提供者:刘大
  1. STR_uart

    0下载:
  2. open ocd + eclipse str code example
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:38669
    • 提供者:idiot
  1. STR_usb_mouse

    0下载:
  2. str arm example simple code
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:228861
    • 提供者:idiot
  1. fz

    0下载:
  2. 作者:阿桂 QQ:45203026 取一组数组正弦多峰值 参数:Str传入字符型字符串,以“,”分隔 返值:得出每个峰值字符串 峰值2 * 峰值3 峰值1 * * * * * * 峰值4 * * * * * * * * --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- - * * * * * * * - 作者:阿桂
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1841
    • 提供者:阿桂
  1. Jd_sql

    0下载:
  2. C# SQL高效操作类源码 技术特点: 使用极其灵活可以非常方便快捷的操作数据库,是的sql2005操作起来方便程度超过Mysql, 最适合制作企业网站,开发效率极高,操作非常简单。 使用例子: Object[] str = { biaoti.Text, neirong.Text, DateTime.Now } Conn.Add("news", "biaoti,neirong,date", str) 修改: int id = Sys
  3. 所属分类:.net

    • 发布日期:2017-03-28
    • 文件大小:639792
    • 提供者:安然
  1. ARMstartCode

    0下载:
  2. STR71X ARM 启动描述PDF文档,详解系统初始化设置。-STR 71X ARM start code design
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:111554
    • 提供者:尹奕
  1. StringIndexOutOf

    0下载:
  2. 个人原创代码:Java异常处理程序。编写Java Application程序,参考下面的程序,试修改程序,捕获相关异常,使得程序能正常运行。[提示:用错误数据测试,即可得到异常类名,运行时主方法参数输入 abc 测试] public class StringIndexOutOf{ public static void main(String args[]){ System.out.println("字符串索引越界异常") String str=args[0] System.ou
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:1156
    • 提供者:李瑞
  1. main

    0下载:
  2. 计算机两个整数的最大公约数和最小公倍数。辗转相除法等等的实现; 统计一个字符串中数字子串的个数及其内容。-int highest_common_divissor(int m, int n); int lowest_common_multiple(int m, int n); void findNumSubString(const char* str, Info & info);
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1187
    • 提供者:Qinzhu Yang
  1. main1

    0下载:
  2. /* * 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
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2310
    • 提供者:Qinzhu Yang
  1. str

    0下载:
  2. 这个是用C++做的词法分析器,可以识别字符串和数字以及关键字,还有进制之间的转换-This is written in c++ do lexical analyzer, can identify the string and a number and key words, and into the conversion between
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:1975
    • 提供者:陆阳
  1. Java-str-date

    0下载:
  2. Java字符串转换为日期和时间比较大小的常用函数归类。-Java strings are classified into the common function of the size of the date and time.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-23
    • 文件大小:5322
    • 提供者:tt
  1. NamedEntityRecognition

    1下载:
  2. 一个用Java写的命名实体识别程序 import edu.fudan.nlp.tag.NERTagger public class NamedEntityRecognition { public static void main(String[] args) throws Exception { NERTagger tag = new NERTagger("./models/ner.p110722.gz")
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-06-02
    • 文件大小:791
    • 提供者:Sulaiman
  1. str

    0下载:
  2. 基于DM642视频增强算法,已经调试成功,希望对大家有用-Based on the DM642 video enhancement algorithms have been successful commissioning, the hope that useful
  3. 所属分类:DSP program

    • 发布日期:2017-04-07
    • 文件大小:985411
    • 提供者:马勒
  1. 22

    0下载:
  2. 这是一个找出str字符串中为阿拉伯数字的字符的源代码。-This is the one to find out the source code for the character of the Arabic numerals in the str string.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:733
    • 提供者:兰花
  1. P3-315

    0下载:
  2. 先从键盘输入一个文本文件的文件名(约定:字符数≤127字节,可含路径)和一个字符串(约定:字符数≤20字节,其中不含空格、TAB等,后面称之为Str),再在屏幕上显示该文件的内容。要求显示完内容后,在屏幕上输出文件的行数(行之间以’\n’为分隔、每行的长度不定但均≤200个字节)、字符串Str在文件中第1次出现的行号和最后一次出现的行号(查找时不区分大小写、不跨行查找,若未找到,则行号显示为-1)。 -Start with the keyboard input of a text file
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:qqdvv
  1. 321ready

    0下载:
  2. str lentght decoder to show images on LCD
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:357360
    • 提供者:Alireza
  1. sheet6578066

    0下载:
  2. str lentght decoder to show i for glcdmages on LCD for avr
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:20833
    • 提供者:Alireza
  1. vusb-20100715201234

    0下载:
  2. str lentght decoder to show i for glcdmages on LCD for avr for arm
  3. 所属分类:EditBox

    • 发布日期:2017-03-28
    • 文件大小:487743
    • 提供者:Alireza
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 17 »
搜珍网 www.dssz.com