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

搜索资源列表

  1. string

    0下载:
  2. 实现了基于控制台的求输入字符串数组计算输入的单词个数已经字符个数、行数功能。 c语言实现。-Achieved in order to enter the console-based array of strings has been calculated the number of characters in the input word count of the number of rows function. c language.
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1115
    • 提供者:luye
  1. MD5

    0下载:
  2. 实用的MD5算法,可对文件、字符串进行MD5加密,CMD5类提供两个接口,一个对字符串,一个对文件。-Practical MD5 algorithm, can file string MD5 encrypted, CMD5 class provides two interfaces, one pairs of strings, a file.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:7110
    • 提供者:唐勇
  1. 8-bit

    0下载:
  2. 最基本的vhdl運算,採用8bit作乘法器,將兩串8bit的值輸入之後進行相乘-VHDL basic computing, the use of 8bit for the multiplier, will be the value of two strings of 8bit input multiplied after
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1028
    • 提供者:王小居
  1. javabase64-1.3.1

    0下载:
  2. Java Base64编码库使您的Java应用程序进行编码和解码的Base64字符串和流。-The Java Base64 library enables your Java application to encode and decode base64 strings and streams.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:65636
    • 提供者:menghongbing
  1. uart_EP3C16_FIFO

    1下载:
  2. Verilog编写的串口RS232收发字符串程序,使用FIFO作为数据缓冲区,有效收发字符串长度为256字节,解决了利用串口调试工具与FPGA通讯只能收发单字节的问题.-Programs for uart/RS232, it can receive and transmit strings.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-11-10
    • 文件大小:6756352
    • 提供者:515666524
  1. Java编程测试源代码

    0下载:
  2. 一个简单的例子,在它里面用到一个Factory类. 假设规定名字的输入格式可以是: fisrtname lastname lastname,firstname 我们需要一个父类Namer,Namer中有字符串类型的成员: frName与lsName,有成员函数getFrname() 和getLsname(),通过继承Namer定义以上两种名字格式的子类:FirstFirst与LastFirst. Factory类提供一个函数,它根据输入的参数判断输入的名字是哪种格式,然后
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-26
    • 文件大小:875
    • 提供者:ED
  1. Compiler

    0下载:
  2. (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:586775
    • 提供者:陈新杰
  1. iuputtestCsharp

    0下载:
  2. C#输入检查,包括数字字符串检查,中文检查,邮箱地址检查等等。 还包括用于输入检查的一般正则表达式。-C# Input checks, including checking the number of strings, the Chinese inspection, checking e-mail address and so on. Also includes a general check for the importation of regular expressions.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1743
    • 提供者:马春林
  1. amo_tool_V1_2_6

    1下载:
  2. 名称:amo的编程小工具集合版本:V1.2.6 我平时编程和设计时常用的小工具集合。功能: 1-8位校验和 2-16位校验和 3-计算CRC8 4-计算CRC16 5-计算CRC32 6-计算MD5 7-计算SHA1 8-十六进制字符串转换为Ascii字符串 9-Ascii字符串转换为十六进制字符串 10-十六进制字符串转换为浮点数 11-浮点数转换为十六进制字符串 12-统计文章的字符个数,精确到每一个字符 13-把文件转换为C语言数组(这样可以把文件嵌入到我们的程序中) 14-电阻值选型(开
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-06
    • 文件大小:41253
    • 提供者:amo
  1. suanfa

    0下载:
  2. 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括: 1. 删除一个字符 2. 插入一个字符 3. 将一个字符改为另一个字符 将字符串A变换为字符串B所用的最少操作数称为A到B的编辑距离,极为d(A,B)。设计一个算法,计算任意两个字符串的编辑距离。 -Set A and B are two strings. Operation will use the least character string A is converted to a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:525
    • 提供者:李代
  1. 11

    0下载:
  2. 源程序输入串的预处理,为单词识别做好准备-Preprocessing source code input strings, prepare for word recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1908684
    • 提供者:钟会
  1. VB-MSHFlexGrid

    1下载:
  2. MSHFlexGrid控件显示和操作表格数据。其对包含字符串和图片的表格提 供了灵活的排序、插入数据和格式编排功能。-MSHFlexGrid display and manipulation of tabular data control. The pictures on the table that contains strings and provides a flexible sorting, inserting data and formatting features.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:25787
    • 提供者:蔡杰
  1. CMarkup--test

    0下载:
  2. 创建一个新的XML文档,分析修改现存的XML文档,所有的这些都中可以从一个利用MFC或STL字符串所实现的一个简单类的方法中得到。关于CMarkup,你可以运行Zip文件右边的例子,如果你愿意,你可以通过看源码,几分钟把它加入到你自己的应用中。 -Create a new XML document analysis, modify the existing XML documents, all of which can be from a use of MFC or STL strings
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-29
    • 文件大小:420443
    • 提供者:黄绪勇
  1. nRF24LE1

    0下载:
  2. 实现nR24LE1的串口通信,可以传输数字和字符串,在PC机上可以利用串口助手进行检测。-Realize the serial communication of nR24LE1,The transmission can be numbers or strings, in the PC machine can use the serial assistant testing.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:726
    • 提供者:fengwang
  1. zerone

    13下载:
  2. 【题目描述】 Adam 和Eve 被赶出伊甸园后,盖起了四面高墙。高墙上写着n 行01 串。两人无事可做,于是 开始就这些01 串做如下博弈: 1. Adam 进行第1 手,此后双方轮流操作。 2. 第 i 手的操作者,可以且必须在0 和1 之间选择,并相应地抹掉某些串。具体地,若选择 0(1),则抹掉第i 位为0(1)的所有串。长度短于i 的串,也须抹掉。 3. 一方操作之后若将所有串都抹掉了,则判该方失败。 若两人皆明智,则胜负必然确定。不幸的是他俩
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-10
    • 文件大小:1847
    • 提供者:Zinnia
  1. LCD5110

    0下载:
  2. NOKIA5110液晶显示程序,显示字符,字符串,数字,汉字及汉字串-NOKIA5110 LCD program to show character, string, numbers, characters and character strings
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:2191
    • 提供者:吴韬
  1. FPGA_common_idea

    1下载:
  2. 本文讨论的四种常用FPGA/CPLD 设计思想与技巧:乒乓操作、串并转换、流水线操作、数据接口同步化,都是FPGA/CPLD 逻辑设计的内在规律的体现,合理地采用这些设计思想能在FPGA/CPLD 设计工作种取得事半功倍的效果。-This article discusses the four commonly used FPGA/CPLD design ideas and techniques: ping-pong operation, strings, and conversion, pipe
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-09-22
    • 文件大小:114618
    • 提供者:hwei
  1. RC4

    0下载:
  2. 用RC4算法简单的对字符串进行加解密,有操作界面-With simple RC4 algorithm for encryption and decryption of strings, there are interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:38054
    • 提供者:
  1. TankWar2.8

    0下载:
  2. 坦克大战图片版比较两上字符串STRING1和STRING2所含字符是否相同,若相同则显示“MATCH”,若不同则显示“NO MATCH”。-Battle City on the image version to compare two character strings contained in STRING1 and STRING2 are the same, if the same is displayed " MATCH" , if different from the s
  3. 所属分类:Games

    • 发布日期:2017-03-30
    • 文件大小:68479
    • 提供者:123
  1. TireTree

    0下载:
  2. Trie树,又称字典树、单词查找树,是一种树形结构,用于保存大量的字符串。它的优点是:利用字符串的公共前缀来节约存储空间,是一种比较简单的数据结构。理解起来比较简单,但Trie树也有它的缺点,Trie树的内存消耗非常大。-Trie tree, also known as a dictionary tree, word search tree is a tree structure used to save a lot of strings. Its advantages are: the use
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1756
    • 提供者:youyu
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com