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

搜索资源列表

  1. 四级上机_30

    0下载:
  2. 全国计算机等级考试四级上机的部分练习题,配有我自己写的算法,算法说明和输入输出文件,使实验起来更容易。算法比较简洁易懂,大概有三十题左右(已经去掉了重复和类似的),对考四级的朋友和正在学习C的朋友会有帮助的-National Computer Rank Examination four aircraft on the part Exercises, equipped with my own writing algorithm, the algorithm descr iption and inp
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.27kb
    • 提供者:沈毅
  1. matlab_algorithms

    0下载:
  2. 非线性自适应滤波器MATLAB程序,含VLMS和VRLS以及输入输出文件-nonlinear filter MATLAB procedures, including VLMS VRLS and import and export documents
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:76.66kb
    • 提供者:郑研
  1. LZWCompaction

    0下载:
  2. 数据压缩编码LZW演示版本,基于文件的输入输出操作.-LZW data compression coding demo version, file-based input and output operations.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:38.51kb
    • 提供者:陈玲玲
  1. park_guide

    1下载:
  2. 公园导游图 给出一张某公园的导游图(景点不少于10个),游客通过终端询问可知: 任一景点的相关信息; 从某一景点到另一景点的最短简单路径。 游客从公园大门进入,选一条最佳路线,使游客可以不重复地游览各景点,最后回到出口(出口就在入口旁边)。 要求: 1、从键盘或文件输入导游图; 2、游客通过键盘选择两个景点,输出结果; 3、输出从入口到出口的最佳路线。 文件中包含详细的源代码及注释,以实现这个经典的问题。-park guide map is a par
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 线性约束方程组,单纯形人工变量法(用类写的)用文件输入输出的-linear constraint equations, artificial variable simplex method (using writing category) with the input and output documents
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9.58kb
    • 提供者:mathstony
  1. BP(C)

    0下载:
  2. 神经网络BP算法(C程序) 文件输入输出目录为:F:\\BP 训练样本文件名:训练样本.txt 值为: 1 1 -1 1 -1 1 0 1 0 1 输出文件名为:阈值.txt 权值.txt
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.69kb
    • 提供者:刘今越
  1. Hungary

    0下载:
  2. 匈牙利算法实现二分图最大匹配 文件输入输出.-Hungarian algorithm bipartite graph maximum matching document input and output.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:872byte
    • 提供者:武永基
  1. tcsearch

    0下载:
  2. 本软件一共收录了355个TC2.0库函数,每一个函数都提供了相应的头文件,函数用途,函数全称,输入输出参数,函数的返回值,以及函数是如果应用的例子。提供了按功能分类,字母分类,直接输入,下拉列表等快速查询。是学习C语言,C++语言的好助手。希望能给C,C++编程爱好者一点帮助,学习好C语言。 -The software includes a total of 355 TC2.0 library functions, each function has been providing the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:231.19kb
    • 提供者:明天
  1. Project

    0下载:
  2. 通过输入文本文件(待压缩文件)的文件名(.txt)向指定目标文件夹输出压缩文件(文本文件),同时计算出文件压缩率。附加解压功能。-By entering text file (to be compressed file) of the file name (. Txt) to the designated destination folder output compressed file (text file), at the same time to calculate the rate of
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2.16mb
    • 提供者:liumang
  1. count

    0下载:
  2. 可以实现加减乘运算的大数运算器,操作数可长达10000位,使用作为文件输入输出-Addition and subtraction operations can be achieved by large numbers calculator, operands of up to 10000, using as a file input and output
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:10.52kb
    • 提供者:c
  1. 24-papers-of-matlab

    0下载:
  2. 24篇matlab论文,matlab数据文件输入输出,用户界面编程,以及实例论文-24 papers matlab, matlab data file input and output, user interface programming, and example papers
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4.63mb
    • 提供者:baide
  1. inandoutofmatlab

    0下载:
  2. matlab文件输入输出命令,对输入输出命令的详细描述-in and out descr iption of matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2.59kb
    • 提供者:
  1. maze

    0下载:
  2. 用深度优先算法解决的走迷宫问题,使用文件输入输出,其中输入的矩阵中,0表示不可走,1表示可走。-With a depth-first algorithm to solve the maze problem, use the file input and output, where the input matrix, 0 can not go, 1 to go.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:256.28kb
    • 提供者:邹伟豪
  1. apdl-language

    0下载:
  2. 使用文件输入输出功能,读入数据,生成有限元建模APDL语言-Use the file input and output functions, the data that element of modeling apdl language
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:748byte
    • 提供者:鸟小小
  1. huffman

    1下载:
  2. 大学数据结构编程实验 C++ 哈夫曼编码与解码 文件输入输出-University of C data structures programming experiments Huffman encoding and decoding input and output files
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:962.67kb
    • 提供者:虔诚
  1. Hanoi2Colors

    0下载:
  2. 双色Hanoi的移动方法,有txt文件输入输出--Color Hanoi mobile txt file input and output
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:626byte
    • 提供者:王晓珍
  1. matrix

    0下载:
  2. 实现了矩阵中的各种操作, 包括矩阵相加,相减,矩阵乘法,矩阵转秩,余子式,求行列式的值,求矩阵特征值,LU 分解,QR 分解,求现行方程组的解等等。 是任何做科学计算工作者必备的类库。 此类库也是C++初学者极好的参考资料。类库的实现运用了运算符重载,友元,异常处理,文件输入输出,函数重载,指针,动态分配内存等一系列C++技术。-Matrix in a variety of operations, including matrix addition, subtraction,
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:9.11kb
    • 提供者:汤慧
  1. MATLAB-command-

    0下载:
  2. 该资料是汇总了大部分的MATLAB的命令语句,涵盖的面很广,包括常用命令,运算符和逻辑函数,语言结构和调试命令,矩阵和矩阵操作基础,数学函数与坐标变换,数据分析,多项式,双重函数,声音处理,字符串函数,低层文件输入输出函数,位操作结构和对象函数,数组函数,图像可视化函数这些模块。希望对大家学习MATLAB有所帮助。-This information is a summary of most of the MATLAB command statement, surface covers a wid
  3. 所属分类:matlab

    • 发布日期:2017-05-27
    • 文件大小:9.08mb
    • 提供者:陈明杰
  1. Point-cloud-normal

    0下载:
  2. 在对散乱点云进行三维重建时,许多算法都需要求点云的法矢并保证所有法矢的方向一致向外。本程序就是对点云数据求法矢和方向调整,包含文件输入输出的完整程序。-Scattered normals strike and reorientation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6.32mb
    • 提供者:风之痕lch
  1. 《Matlab宝典》

    0下载:
  2. 《matlab宝典》是一本matlab教程,由浅入深、循序渐进地介绍了MATLAB7.0的知识体系及操作方法。全书共分14章,内容涵盖了MATLAB7.0概述、基础知识、数值运算、数据分析、符号计算、数据的可视化、M语言程序设计、Simulink仿真系统、句柄图形、GUI、文件输入/输出、编译器和应用程序接口等。(Matlab dictionary is a matlab tutorial, which introduces the knowledge system and operation
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:27.96mb
    • 提供者:why0719
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com