CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Characters

搜索资源列表

  1. StringFloat

    1下载:
  2. 在VB程序中,完成字符与单精度浮点数的转换,其中StringToDouble为字符串转换为单精度数,FloatToString为单精度数转换为4字节字符串。-in VB program, complete with characters in the single precision floating point conversion, which StringToDouble to string conversion of single-precision the number of sing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.21kb
    • 提供者:梁建军
  1. bdszh

    0下载:
  2. 偶写了个将中序表达式转化成后序表达式的程序。不过只能对单字符进行操作,现在改良了一下,能够对任意精度的数值进行运算,并且能够处理任意多的括弧(不过我并没有显式的允许输入[]或者{},只要将它们都成()就可以实现[]或者是{}的操作了),由于程序中间有小数点,所以在写成后序的时候,为了以便于区分输入的数据,我用下划线将它们隔离了开来。-even wrote a sequence of Chinese expressions into expressions sequence after the p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4.37kb
    • 提供者:qinzuoyi
  1. 1800Decorations

    0下载:
  2. 该源码是一个问题的解决方法。问题是给你个长为L的串,串中可以出现n种字符,还给出m个子串,求有多少个长为n的只由这些字串组成的串。输入例子:4 5 6 ABB BCA BCD CAB CDD DDA 结果为2.而5 4 5 E D C B A的结果为625-source of the problem is a solution. The problem is that you have the head of the L series, the series can occur n ch
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.91kb
    • 提供者:姚秋林
  1. 2_60

    0下载:
  2. 求两个字符串的大小和长度 大小写敏感,当长度和大小写或字符不一致时为不等。-for two strings on the size and length of the case-insensitive, when the length and case-insensitive or inconsistent for the characters ranging.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.42kb
    • 提供者:alice
  1. WordCount1

    0下载:
  2. 計算每個檔案的字元、單字以及文字行的應用程式-calculated for each file characters, words and the words applications
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:Siu BB
  1. Burstsort-1.0-source

    0下载:
  2. 目前最快速的字符串排序算法,1.0版本仅仅支持a-z 26个小写字符-most rapid string sorting algorithm, version 1.0 supports a just-z 26 lowercase characters
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:188.15kb
    • 提供者:nanluling
  1. ppp48_CRC

    0下载:
  2. 48 bit CRC routines These routines can be used to calculate a 48 bit CRC over an array of characters.-48 bit CRC routines These routines can be us ed to calculate a 48 bit CRC over an array of chara cters.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.76kb
    • 提供者:eric
  1. gsandly

    0下载:
  2. 高斯消去和列主元消元法.20个字-Gaussian elimination and main-element elimination method. 20 characters. . . Ah ah ah ah ah ah ah ah ah ah ah ah ah ah
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.19kb
    • 提供者:孙屹
  1. 高精度整数运算

    0下载:
  2. 练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:王资
  1. 超快的搜索算法

    0下载:
  2. 非常快的字符搜索算法。注:上传时,不知为何当开发语言选为C++BUILDER时,类别不能选择,故我都选为VC&C++,实际都是C++BUILDER -characters very fast search algorithm. Note : uploads, I wonder why, when the C programming language elected BUILDER, the category is not an option, so I have elected to VCC,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:73.7kb
    • 提供者:何炜
  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
    • 文件大小:525byte
    • 提供者:李代
  1. matrix

    0下载:
  2. 常用算法大合集; 包括插值、查找、常微分方程组求解、多项工与连分式函数计算、非线性方程与方程组求解、复数运算、汉字操作、基本图形操作、极值问题、矩阵特 -Commonly used algorithm for large collection including interpolation, find, ordinary differential equation solving, a number of workers and even fractional function, the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:13.5kb
    • 提供者:zhupengfei
  1. 1

    0下载:
  2. 任意输入一字符串,输出并统计其字母,数字,空格及其他字符的个数。-A string of arbitrary input, output and statistics of their letters, numbers, spaces, and the number of other characters.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:11.07kb
    • 提供者:李厚
  1. GB2BIG5

    0下载:
  2. 简化字与繁体字互相转换的delphi源代码.-Simplified and traditional Chinese characters with each other delphi source code conversion.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:313.79kb
    • 提供者:q108534836
  1. Perm_char

    0下载:
  2. A C++ function which returns the next lexicographic permutation of characters in a string.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.13kb
    • 提供者:piyu
  1. permutation

    0下载:
  2. 给出一字符串,计算出其所有不同的字符排列子集。即,接收用户输入的一字符串,将此字符串中的不同字符找出,并将找出的字符进行组合,再把组合的结果进行全排列。-Given a string, calculate the arrangement of all of its different character subsets. That is, to receive user input a string of different characters in this string to find,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1.51kb
    • 提供者:lt
  1. CODE_UPLOAD8778892000

    0下载:
  2. Displays a rotatable and scaleable wire frame of any 3D mathematical function. This can be made up from the normal VB maths plus inverse and hyperbolic functions. Functions can be created and saved as wanted. Image vertices can also be saved
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:26.77kb
    • 提供者:serkan
  1. code

    0下载:
  2. 从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:15.67kb
    • 提供者:wangdongdong
  1. 5

    0下载:
  2. 函数ReadDat()实现从文件ENG.IN中读取一篇英文文章,存入到字符串数组xx中;请编制函数encryptChar(),按给定的替代关系对数组xx中的所有字符进行替代,仍存入数组xx的对应的位置上,最后调用函数WriteDat()把结果xx输出到文件PS2.DAT中。   替代关系:f(p)=p*13 mod 256(p是数组中某一个字符的ASCII值,f(p)是计算后新字符的ASCII值),如果计算后f(p)值小于等于32或其ASCII值是偶数,则该字符不变,否则将f(p)所对
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:684byte
    • 提供者:房飞洒
  1. Recursive

    0下载:
  2. 利用递归方法求5!。 利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。-Using recursive method for solving 5!. Use recursive function call to the input of five characters, printed in reverse order.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:711byte
    • 提供者:高峰
« 12 3 »
搜珍网 www.dssz.com