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

搜索资源列表

  1. hangbanguanli

    0下载:
  2. 数据结构课程设计C++语言,应用了MFC库,图形界面编写的小型航班管理系统,数据结构采用文件读写方式,包括查询,订票,退票3个基本功能。 内有程序设计报告-Data Structures C++ language curriculum design, the application of the MFC library, a graphical interface written in small flight management systems, data structures used
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2503834
    • 提供者:核外电子
  1. FFT

    0下载:
  2. 使用c语言在vc++6.0环境下编写的FFT程序,分为三个部分,包括input文件,其中提供2的n次方的数据,main.cpp为主程序,包括读入input的数据和输出结果到自动创建的output文件之中。测试完全可以使用-Using c language in vc++6.0 environment prepared by the FFT program is divided into three parts, including the input file, which provides t
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2453
    • 提供者:cx
  1. expression

    0下载:
  2. c语言实现表达式算法--从文件EXP.DAT读入表达式(当读入合法表达式,计算之;当读入非法表达式,输出错误原因)-algorithm c language expression- EXP.DAT read from the document expression (when read into the legitimate expression of the calculation illegal expression when read, causes the output error)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3914
    • 提供者:
  1. bigback5.tar

    1下载:
  2. 卡文迪许实验室的 D. J. Mackay 教授在读博期间编写的验证Bayesian和Neural网络的C语言程序/软件包。在Ubuntu8.04-Linux下面可以正常编译并计算结果。文件中含有部分试验所用过的数据!-Professor D. J. Mackay of Cavendish Laboratory. When he was a Ph.D student, he wrote this codes for validating Bayesian and Neural Networks
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-06-07
    • 文件大小:1692909
    • 提供者:王磊
  1. CountKeyword

    0下载:
  2. 输入C语言保留字文本文件、C语言源程序文件,输出记录对应C语言源文件中各关键词出现次数的文本文件。 完成以下功能:读取C语言保留字文本文件,建立C语言保留字链表;建立逐行读取给定C语言源文件,分解出每个单词并与C语言关键词进行比较,记录各关键词出现的次数,将所有关键词出现的次数保存到给定文本文件;要考虑用命令行参数实现该任务。 要应用以下知识点:文件的读写;字符数组的操作;命令行参数的使用。 -Enter the C language reserved word text file,
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1664
    • 提供者:王伟
  1. 87715470number

    0下载:
  2. 这个是C语言从文件读入整数 N, 然后读入N*( N+1)矩阵,得到解并输出到文件中。-This is read from the file into the C language integer N, and then read into the N* (N+1) matrix, the solution and get the output to a file.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:805
    • 提供者:lixin
  1. Numerical-Calculation-in-C-language

    0下载:
  2. 数值计算中经典方法的C语言通用程序。包含LU分解法,复化辛普森法,改进欧拉法,拉格朗日插值法,列主元素法,牛顿迭代法,最小二乘法拟合和四阶龙格-库塔法,支持文件读写。-The code is the classic method of numerical calculation of the C language common procedures. Including LU decomposition, re-oriented Simpson method, Improved Euler me
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:9504
    • 提供者:张震岳
  1. Cdepthprofiling

    0下载:
  2. C语言深度剖析 C语言使用的要点,对C语言的关键字的使用、函数调用、指针、结构体、文件读写等做了深入剖析,许多内容一般的教科书没有涉及-C language depth analysis of the main points of the C language, use the C language keywords, function calls, pointer, structure, file reading and writing in-depth analysis, many elem
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:753319
    • 提供者:jygb007
  1. file_rw

    0下载:
  2. c语言实现的文件读写。数据源不断产生数据,能够实现数据不断写入文件。包含设计文档!在dev c++平台上已经验证成功-The C language implementation of the document to read and write. Data source continuously generated data, can achieve data is continuously written into the file. Contains design documents! In
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:12067
    • 提供者:郭帅
  1. space-resection

    2下载:
  2. 摄影测量单像空间后方交会C语言程序,采取读文件方式读入数据,采用间接平差法,将共线方程逐点法化,组成法方程,迭代求解外方位元素。-Photogrammetric space resection programming assignments alone, take the reading of papers read into the data, using indirect adjustment method, the total line of the equation-by-point m
  3. 所属分类:Data structs

    • 发布日期:2015-05-29
    • 文件大小:9216
    • 提供者:李若
  1. K-means

    1下载:
  2. 模式识别中聚类分析经典算法,K-均值算法,C语言编写,可以读入文件,处理任意维数和任意个数的特征向量,附有测试数据。-The classic pattern recognition, cluster analysis algorithm, the K-means algorithm, written in C language, can read the file, handle any number of dimensions and any number of feature vectors
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:6562
    • 提供者:李若
  1. sgy1

    0下载:
  2. sgy地震文件读写程序,附带fft快速傅里叶源程序。C语言-sgy document literacy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1515
    • 提供者:金石
  1. numericalexercise2

    0下载:
  2. 这是在VS2010环境下编的.C程序文件,数值分析大作业,北航2015年数值分析A大作业二(幂法、反幂法、QR分解),本人新编的代码比以往版本逻辑更简单更易读。解释清楚,可做C语言新入门者的学习范例-This is in the VS2010 environment compiled C program files. Numerical analysis of the job, the Beijing University of Aeronautics and Astronautics 2015
  3. 所属分类:Algorithm

    • 发布日期:2017-05-22
    • 文件大小:6221438
    • 提供者:王霞
  1. numericalexercise

    0下载:
  2. 这是在VS2010环境下编的.C程序文件,数值分析大作业,北航2015年数值分析A大作业一(特征值与特征向量),本人新编的代码比以往版本逻辑更简单更易读。解释清楚,可做C语言新入门者的学习范例-Analysis, Beijing University of Aeronautics and Astronautics 2015 numerical analysis of a large operations (eigenvalue and eigenvector), I retold in the
  3. 所属分类:Algorithm

    • 发布日期:2017-05-22
    • 文件大小:6277229
    • 提供者:王霞
  1. 201702121

    0下载:
  2.  过年了,闲来无事,翻阅起以前写的代码,无意间找到了大学时写的一套C++工具集,主要是关于数据结构和算法、以及语言层面的工具类。过去好几年了,现在几乎已经回忆不起当年写代码时的情况,不过,通过文件头部注释里的日期,还是依稀想起了那些日子发生的一些事情,不禁感慨了一番。感概之余,随便翻阅了一下,发现当年的编程手法和现在相比,略显稚嫩,风格也相差的比较大了,明显受到当时读的一些经典C++书籍的影响。不过好在代码质量都算可以,都属于基础的语言层面以及数据结构的代码,操作指针比较小心,每个类也都有测试的
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:904
    • 提供者:王近两
  1. a201702121

    0下载:
  2.  过年了,闲来无事,翻阅起以前写的代码,无意间找到了大学时写的一套C++工具集,主要是关于数据结构和算法、以及语言层面的工具类。过去好几年了,现在几乎已经回忆不起当年写代码时的情况,不过,通过文件头部注释里的日期,还是依稀想起了那些日子发生的一些事情,不禁感慨了一番。感概之余,随便翻阅了一下,发现当年的编程手法和现在相比,略显稚嫩,风格也相差的比较大了,明显受到当时读的一些经典C++书籍的影响。不过好在代码质量都算可以,都属于基础的语言层面以及数据结构的代码,操作指针比较小心,每个类也都有测试的
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:906
    • 提供者:王近两
  1. xunzhaohuiwenshu

    0下载:
  2. c语言课程设计,寻找回文数程序,包含了文件的读写操作-c language curriculum design, look for palindrome programs, including the operation of reading and writing files
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:28124
    • 提供者:胡茂林
  1. Two-dimensional coordinate transformation

    0下载:
  2. 该程序能根据两个坐标系的坐标,求出坐标转换矩阵,然后读取一个坐标系的坐标文件,转到另一个坐标系的坐标,并输出到另一个文件。(The program can be based on the coordinates of two coordinate systems, coordinate conversion matrix, and then read a coordinate system of coordinate files, to another coordinate system coo
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-22
    • 文件大小:17408
    • 提供者:栗子.
  1. 1 文件读取 链表操作

    0下载:
  2. C++语言编写,可实现文件读入链表操作,数据结构课程设计(C++ files are read into the list, the design of the data structure course)
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:13312
    • 提供者:玉玲珑
  1. 文件读写入链表

    0下载:
  2. C++语言编写,可实现基于链表的文件读写入链表,数据结构源程序(C++ language is written to achieve chain table based file reading and writing chain table, data structure source program)
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:玉玲珑
« 12 »
搜珍网 www.dssz.com