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

搜索资源列表

  1. JAVA立体字渐出效果

    0下载:
  2. * 显示字符串,立体效果,用Html传递字符串 * 渐出立体字。采用变色、位移、慢出显示,产生效果。 * 用线程控制渐显效果-* Display string, three-dimensional effects, with Html pass strings * gradually characters three-dimensional. Use of color, displacement, slow out that effect. * Use thread control in
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3492
    • 提供者:邰科
  1. count4

    0下载:
  2. 统计字符串中字母和数字的个数,对自学汇编的人会有帮助的,其中有如何输入字符串,如何输出两位数.-statistics strings of letters and digits of the number, the compilation of self-help, which is how the input string, how to double-digit output.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1018
    • 提供者:徐杰
  1. LL(1)分析的实现

    0下载:
  2. 编译中的LL(1)分析方法的实现。对于输入的文法,判断其有效性,用LL(1)方法进行语法分析,并可判别输入的符号串是否为该文法的句型。 -compiler of LL (1) Method of analysis. The importation of the grammar, to judge its effectiveness, with LL (1) methods for syntax analysis, discriminant can input strings of symbols
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10312
    • 提供者:原子
  1. LL(1)_syntax

    0下载:
  2. LL(1)语法分析程序 (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型。 -LL (1) syntax analysis program (1) on the importation of grammar, it can determine whether to LL (1) grammar, and if so, in
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:82050
    • 提供者:张玉峰
  1. sring

    0下载:
  2. 三类C++程序:找出字符串中的所有子字符串;实现字符串的反转但保留其中某些字符不变;常用字符串函数大全-three C : to identify all the strings-strings; Realizing the string reversal but retain some of the same characters; Daquan commonly used string functions
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2016
    • 提供者:涂继强
  1. huwenchuan

    0下载:
  2. 回文串程序 随意输入一断字符串,检验其是否是回文串 主要以动态数组来实现-Palindrome procedures random input strings a broken string, the test is whether the Palindrome Series main dynamic arrays to achieve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2126
    • 提供者:han
  1. ASM11

    0下载:
  2. 汇编实现一位数加数,多位数加法,查找字符串,乘法。程序中已经有详细的说明了。-achieve a compilation of several augend, multi-digit addition, search strings, multiplication. Proceedings have a detailed descr iption.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4886
    • 提供者:zll
  1. Part_3_C_programmes

    0下载:
  2. 程序总结3:牛顿迭代|牛顿下山|秦九韶|三对角线追赶法|系统|弦割法|雅克比迭代|综合测评-procedures : Newton iteration | Newton down | Qinjiushao | 3 diagonal chasing France | System | Strings cutting France | Jacques than iterative | Comprehensive Assessment
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4879
    • 提供者:周琳
  1. wangjian

    0下载:
  2. 生成20902个Unicode汉字,利用UltrEdit打开,执行Unicode转ASCII,即可得到Unicode转换表, //查此表即可转换任意的Unicode汉字串了 -generated 20,902 Unicode Chinese characters, using UltrEdit opened, ASCII to Unicode implementation, and can be Unicode conversion table / / check this table c
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:848
    • 提供者:王建
  1. My_struct

    0下载:
  2. 这是一些常用的排序,串,矩阵等算法数据结构中常用类-this is some sort of common, strings, matrix algorithm data structure used category
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:21841
    • 提供者:许志平
  1. TestCorpusyuliaoguanli

    1下载:
  2. 1. 这是一个简单的语料库管理系统 2. 可以添加和删除语料文件,统计语料中的字数 3. 可以查找语料中的汉字串以及重叠形式 4. 语料文件存放在corpus目录下,查询结果保存在跟语料库相同目录下 5. corpus目录下有4个文本文件(其中test1, test2是两个小文件)供测试用 6. 只能处理文本文件,GB内码-1. This is a simple Corpus management system 2. They can add and delete corpu
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:82302
    • 提供者:刘红周
  1. 简易语法分析程序LL

    0下载:
  2. 简易语法分析程序LL(1) (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型-simple syntax analysis procedures LL (1) (a) on the importation of grammar. it will determine whether to LL (1) grammar, a
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-07-01
    • 文件大小:82442
    • 提供者:赵珊珊
  1. yanzheng

    0下载:
  2. 编写一个算法frequency,统计在一个输入字符串中各个不同字符出现的频度。用适当的测试数据来验证这个算法。 -prepared an algorithm frequency, in a statistical input strings various characters frequency of occurrence. The use of appropriate test data to validate the algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:985
    • 提供者:dfssd
  1. Num2Str

    0下载:
  2. Convert from Number to charater strings-Convert from strings to charater
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34010
    • 提供者:pan
  1. TestUnicode

    0下载:
  2. 将中文汉字转换成Unicode码,用于在通信中传递字符串,接收端收到后用相应函数进行转化成字符串-Chinese characters will be converted into Unicode code for the communications pass strings, after receiving end received with the corresponding functions into strings
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:25755
    • 提供者:张团周
  1. BTOD(5b)

    0下载:
  2. 用汇编语言编写的数制转换程序,可以将5位的二进制串转化为十进制数字输出-assembler language few of the system conversion process, which would be five binary strings into metric digital output
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:821
    • 提供者:白水
  1. c_strstr

    0下载:
  2. 旨在用於比較字串中所指定比對的字串,如果搜尋不到則將結果列印在memo中-designed to be used more strings than specified by the string, will be less than if the search results were printed in the memo
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:302450
    • 提供者:ndvir
  1. 403

    0下载:
  2. 輸入字串將大小寫切換-input strings will be case-sensitive switch .........................
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:863
    • 提供者:123
  1. CONVSTRN

    0下载:
  2. C function to convert strings.一个实用的C处理函数。-C function to convert strings. A practical C. handling functions.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2426
    • 提供者:小明
  1. Encoding-and-Decoding-Strings

    0下载:
  2. Encoding and Decoding Strings with XOR function.php
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:569
    • 提供者:Feras
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com