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

搜索资源列表

  1. 8_12_1

    0下载:
  2. 魔陣的又一個實例。 你輸入一個素數,之後將會在相同的目錄下面 生成一個.txt文件,裏面有一個n*n的魔陣-Demon RUF also an example. You enter a prime number, followed in the same directory generated a below. Txt file, which has a n * n matrix of the magic
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:28363
    • 提供者:王者
  1. 函数扫描程序

    0下载:
  2. 可以自动识别一个程序中调用的所有函数,并写入到 output.txt文件中。-can automatically identify a process called all functions, and write to output.txt document.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:19296
    • 提供者:李彬
  1. xor

    0下载:
  2. RSA算法实现(经典) 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。   (在本机上已经做过,所以不需要做以上二步)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8636
    • 提供者:
  1. 经典rsa

    0下载:
  2. 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。   (在本机上已经做过,所以不需要做以上二步)   但在其它机子上
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3766
    • 提供者:
  1. commonStr

    0下载:
  2. 求2个或多个文本间的公共子串,做了若干改进。目录下需要一个txt文件夹。-for two or more text of the public substrings, doing a number of improvements. Directory needs a txt file folders.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:82441
    • 提供者:华明
  1. 用MATLAB实现的不合格品率P控制图的绘制

    2下载:
  2. 用MATLAB实现的不合格品率P控制图的绘制,只要将数据导入data.txt文件,然后在MATLAB中运行main.m文件即可打开绘图界面。(注意:路径要设置好)-the failure rate of P Commodities Control Map, as long as the data into data.txt documents, then in MATLAB run main.m document can be open graphics interface. (Note : T
  3. 所属分类:matlab例程

    • 发布日期:2010-06-28
    • 文件大小:5263
    • 提供者:禹心
  1. bellman

    1下载:
  2. 用C语言实现最短路径算法中的Bellman-Ford算法,这个算法可以用来解决信号处理中的一些问题。bellman_ford.c为源程序;distance.txt文件存放各界点之间的距离,以99999表示无穷大;bellman_ford.txt文件是输出文件,存放每轮循环得到的中间值,以及最后得到的到各个节点的最短距离,如果图包含负回路,文件中返回FALSE。-C language shortest path algorithm to achieve the Bellman-Ford algor
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8327
    • 提供者:李文
  1. floyd_warshall

    0下载:
  2. 用C语言实现最短路径算法中的Floyd-Warshall算法,这个算法可以用来解决信号处理中的一些问题。floyd_warshall.c是源程序;distance_2.txt文件存放图中各点之间的距离,以99999表示无穷大;floyd.txt文件是输出文件,其中存放各轮得到的输出矩阵,以及最后得到的各点间最短距离,如果有负回路则返回FALSE。-C language shortest path algorithm of Floyd-Warshall algorithm, The algorit
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7511
    • 提供者:李文
  1. 15458462587421556

    0下载:
  2. Huffman编解码器的模拟实现 应用Huffman算法实现模拟编解码器,程序实现对输入的一篇英文文章(以 .txt文件读入),输出Huffman 码流(以 .txt文件输出),最好能实现译码过程。程序语言可以选用C、 VC或C++。-Huffman CODECs the simulation application Huffman algorithm simulation codecs, Programming on the importation of an article in Eng
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:187201
    • 提供者:吉尔
  1. Self

    0下载:
  2. 统计一个txt文件中字符的个数和单词的个数 可以指定文本文件中搜索指定字符-a txt document the number of characters and words can specify the number of text files to search for the designated characters
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5626
    • 提供者:Edison
  1. duqu_xls_txt

    2下载:
  2. matlab打开txt文件和excel文件,读取其中的数据-matlab open the txt files and excel files, read the data
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:8495
    • 提供者:ZLJ
  1. huffman

    0下载:
  2. 对给定的txt文件进行Huffman编码和解码,并加以分析,采用无记忆信源编码方式-For a given txt files Huffman encoding and decoding, and analyzed, using non-memory source coding method
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5965
    • 提供者:julia
  1. DataInsert

    0下载:
  2. 三次样条插值程序,可以通过已知的数据点插值出想要的数据值,该插值方法算出的数据曲线不仅可以保证插值点处一阶导数连续,其二阶导数也是连续的,即曲率是连续的,曲线非常光滑,很适合工程人员使用。 该程序的使用方法在压缩包的“使用说明.txt”文件中有具体说明,可同时处理多个数据文件,很实用,也很方便!-Cubic spline interpolation procedure, known data points through out the desired data value interpol
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:2012067
    • 提供者:丁兴志
  1. huffman-compress-for-txt

    0下载:
  2. 基于ASC码的哈弗曼编码压缩,只能用于txt文件的压缩-Huffman encoding and compression for compressing txt files only
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2004
    • 提供者:Arthur
  1. 上百个txt文件批量处理

    0下载:
  2. 对上百个txt文件的数据进行提取和分析,可以选择每个文件对应的行和列,最后输出到excel
  3. 所属分类:matlab例程

  1. Plot

    0下载:
  2. 读取xxx.txt文件,绘制曲线, 并且出现对话框,输入相应的参数。(Read txt and plot the diagram. The parameters have to be entered in in the start.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:sc10010005
  1. huffman

    0下载:
  2. 可以实现将txt文件进行huffman编码压缩(Txt files can be compressed by Huffman encoding)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:MaybeSilent
  1. Statistic

    0下载:
  2. 批量导入某一个文件夹下的全部txt文件,用来导入仓库数据为矩阵,并进行数值统计,计算。(The batch import of all txt files under a folder is used to import warehouse data as a matrix for post processing.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:15360
    • 提供者:destarkable
  1. rinex

    0下载:
  2. 读取RENIX文件(GPS导航电文),进行卫星轨道坐标解算,并将结果生成TXT文件输出。(The program can read standard RENIX file(Satellite navigation message file of GPS). and calculate the cordinate of Satellite (X,Y,Z). it will give an TXT format result.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:微安你清
  1. 用MATLAB读取Zygo的xyz文件转的txt文件

    2下载:
  2. %% 将Zygo的数据保存为".xyz"文件,用文本文件打开, %% 将前面的信息符号以及最后的#号删除,只保留数据信息,然后查找并将所有的No Data替换为NaN %% 保存为txt格式,或者直接将文件后缀名改为".txt",然后再运行此程序
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com