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

搜索资源列表

  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. Calculate_N!_Code_in_Delphi

    0下载:
  2. 用Delphi编写的计算n!的方法,是用字符串转换的,速度很慢,可以用来与常规方法比较,了解各自的优越性-prepared by the Delphi calculating n! The method is the use of the string conversion, the speed is very slow. can be used with conventional methods, the understanding of the superiority of their re
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 数值字符串进制转换-numerical string band conversion
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3.32kb
    • 提供者:张永
  1. ftoa.c

    1下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2015-08-07
    • 文件大小:1.21kb
    • 提供者:steux
  1. 0201

    0下载:
  2. 在上文本框中输入字符串,在下文本框中显示经过转换的文字-In the last text box, type the string in the next text box shows the text after conversion
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.55kb
    • 提供者:苏洁
  1. Conversion

    0下载:
  2. 利用c语言实现字符串与整形数据转换,功能强大,无错误。-Using c language string and plastic data conversion, powerful, error-free.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:569byte
    • 提供者:王天
  1. example1

    0下载:
  2. 建立图形演示系统菜单,包括plot,option,quit,三项。建立数制转换对话框。在左边输入一个十进制整数和2~16之间的数,单击“转换”按钮能在右边得到十进制数所对应的2~16进制字符串,单击“退出”按钮退出对话框-Create a graphical presentation system menu, including the plot, option, quit, three. Build number system conversion dialog box. The left a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:11.23kb
    • 提供者:刘涛
  1. OFDM

    1下载:
  2. OFDM下行的仿真1、产生要传输随机数; 2、进行调制; 3、串并转换; 4、进行IFFT操作(代码中有用到共轭对称向量的IFFT为实数进行简化计算); 5、增加循环前缀; 6、并串转换; 7、输出前滤波; 8、增加信道噪声(加性高斯白噪声); 9、接收端串并转换; 10、去除循环前缀; 11、进行FFT变换; 12、信号解调; 13、误比特率计算; -OFDM downlink simulation 1, have t
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:109.65kb
    • 提供者:刘洋
  1. edelweiss

    0下载:
  2. 2-9进制的数字转换 中缀表达式转换为后缀表达式 字符串中字母的频率及排序 括号配对的验证 链表式储存及功能-2-9 band of the digital conversion infix expression into postfix expression string and sort the letters in parentheses matching the frequency of verification of storage and features list
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:868.86kb
    • 提供者:zhangjing
  1. Program

    0下载:
  2. 矩阵转换问题 行与列的个数均为n 的矩阵称为n 阶方阵。假定矩阵中的每个元素的值在0到9之间,则可以将矩阵中的所有元素按行依次排列得到一个“单行矩阵字符串”。-Matrix conversion, the number of rows and columns of the matrix n are called n-order square. Assume that each element of matrix value in the 0 to 9, you can press all t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:599byte
    • 提供者:cp
  1. atoi-and-itoa

    0下载:
  2. 字符串与整型数的相互类型转化-atoi()函数和itoa()函数的写法~ -Between the string and integer type conversion-atoi and itoa simple wording ~
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:3.8kb
    • 提供者:李风
  1. ssbm

    0下载:
  2. 编程实现算术编码算法 进一步熟悉算术编码算法; 掌握C语言编程(尤其是数值的进制转换,数值与字符串之间的转换等)-Programming arithmetic coding algorithm More familiar with the arithmetic coding algorithm To master the C programming language (especially values ​ ​ decimal conversion, the
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:226.95kb
    • 提供者:张浩
  1. string_trans

    0下载:
  2. 从文本文件中读取按照一定格式存储的数据,并经过字符串处理,将数据存储到数组中。主要用到了char*到浮点数的转换,文件读取的一些常用函数。-Read from a text file format for storing data according to certain, and after a string processing, the data stored in the array. Main use of the floating-point conversion to char*,
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:235.6kb
    • 提供者:ZYZ
  1. sadsa

    0下载:
  2. 比如输入的是123,2,33,1006,12这样几个数字。 先找出最大的数字的位数是4位,再将所有 的数字变成4位数: 1230 2000 3300 1006 1200 然后进行排序: -itoa () function takes three parameters: The first argument is the number to be converted, the second parameter is to be written to convert the resu
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2.75mb
    • 提供者:杨峰
  1. String-conversion-

    0下载:
  2. 用c语言实现的将一个短文中的字母串进行排序,通过测试-String conversion
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:642byte
    • 提供者:方中远
  1. hafuman

    0下载:
  2. 字符串的转码和编码转换字符串,先序遍历哈弗曼树-String string transcoding and encoding conversion, first traversal tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.68kb
    • 提供者:李勇发
  1. 1_25Gbps-and-string-conversion-CMOS

    0下载:
  2. CMOS集成电路基础知识,CMOS集成电路的接口电路,CMOS集成电路使用注意事项-Basic knowledge of CMOS CMOS integrated circuit, integrated circuit interface circuit, CMOS integrated circuit use matters needing attention
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:379.11kb
    • 提供者:李欣
  1. ofdm

    0下载:
  2. 分别就正交频分复用OFDM的串并转换、编码、ifft变换、插入循环前缀和后缀、加窗及逆变换等进行仿真分析。-Respectively orthogonal frequency division multiplexing (OFDM) and the string conversion, encoding, ifft transform, cyclic prefix and suffix insertion, the inverse transform, windowed and simulati
  3. 所属分类:matlab

    • 发布日期:2017-11-02
    • 文件大小:3.56kb
    • 提供者:hxjsongs
  1. vect2str

    0下载:
  2. vector to string conversion
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.04kb
    • 提供者:sutikucko
  1. ZigZag-Conversion

    0下载:
  2. Zigzag:即循环对角线结构( 0 8 16 1 7 9 15 17 2 6 10 14 18 3 5 11 13 19 4 12 20 ) 向下循环:nRows 斜角线循环:nRows-2(减去首尾两个端点) 重复-The string PAYPALISHIRIN
  3. 所属分类:Data structs

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