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

搜索资源列表

  1. stdio_example

    0下载:
  2. matlab中用C语言编写sfunction, 实现读取文件中的数据,应用库\"stdio.h\"
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:8.96kb
    • 提供者:叶雪辉
  1. Fibonacci

    0下载:
  2. 该程序实现了对文件的输入输出读取操作,并用C语言实现了对于Fibonacci函数的数学计算
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:670byte
    • 提供者:韩璐
  1. shortestDistance

    0下载:
  2. C语言编写的Dijistra单源最短路径算法。有测试程序,从文件读取各点的信息。
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 用C语言实现了哈希表的存储和读取,可以用字符串作为键值来存储数据
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.26kb
    • 提供者:huaixichen
  1. matlab-videoread.rar

    0下载:
  2. 用matlab进行视频读取的程序,并附有c语言程序,很有价值。,Using matlab to read the procedures for video, together with c language program, very valuable.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:18.75kb
    • 提供者:zhang
  1. bingdu

    0下载:
  2. 1,主程序调用病毒功能函数 2,病毒功能函数读取查找同目录下所有c文件; 3,找到一个(被感染c文件),打开它,并且将此文件全部读取到数组变量; 4,重新创建一个同名文件(被感染c文件) 5,数组变量写回这个被感染c文件,同时将病毒源文件所需要的头文件,病毒功能函数 调用语句写入; 6,打开病毒源文件,将病毒功能函数全部写到被感染c文件的最后; 这样一个简单的c语言伪病毒virus.c就完成了-1, the main program calls fun
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3.78kb
    • 提供者:李红
  1. CSpreadSheet_src

    0下载:
  2. C语言,c++语言对excel表格的读取源码,简单方便。CSpreadSheet_src.rar-C language, c++ language source code to read excel forms, simple and convenient. CSpreadSheet_src.rar
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:6.38kb
    • 提供者:kane
  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
    • 文件大小:1.63kb
    • 提供者:王伟
  1. wo-hzk16

    0下载:
  2. 简单的使用C语言读取hzk16并显示的程序-Simple to use C language to read and display the program hzk16
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:167.14kb
    • 提供者:飘雪
  1. fft

    0下载:
  2. 实现fft快速傅里叶变换的c语言源程序。通过读取数据文件变换后输出。可完成对较大数据文件的转换。-Fft fast Fourier transform to achieve the c language source code. Transformed by reading the output data file. To be completed by the conversion of large data files.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:9.51kb
    • 提供者:肖皓
  1. ZOOM

    0下载:
  2. C语言图像如何放大。首先读取要放大的区域的图像信息,然后利用矩阵的repmat变换对矩阵进行拉伸。本程序可以对图像实现放大功能。-C language image to enlarge. First reading area to zoom the image information, and then use matrix repmat transform matrix stretching. This program can achieve the image magnification.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:843byte
    • 提供者:
  1. c-student

    0下载:
  2. 用C语言开发,在进入系统之后将文件中的数据读取到内存中,然后再通过链表实现增删查改的功能-It can help you ,but that isn t well
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1mb
    • 提供者:chen
  1. 2

    0下载:
  2. 1.编制一个成绩记录簿,里面有学生的信息,例如包括:学号、姓名、以及C语言课程的成绩。该程序要实现的具体功能有:  创建信息链表并以磁盘文件保存;  读取磁盘文件并显示输出所有学生的成绩;  按学号或姓名查询成绩;  添加学生成绩记录;  删除学生成绩记录;  修改指定姓名或学号的学生的成绩并可存盘;  显示输出60分以下、60~69、70~79、80~89、90分以上
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:10.27kb
    • 提供者:袁浩晨
  1. queue

    0下载:
  2. 用C语言的链表实现队列和一些对队列的操作,如插入删除读取等。-C language linked list, queue and queue operations, such as the insertion delete read.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:593byte
    • 提供者:tong
  1. read_photo_data

    0下载:
  2. 使用c语言将图片的二进制数据读取了出来,并可以看到具体的数据,当然此前你必须明白png格式的在Windows中的存储结构。-The c language picture of the binary data read out, and you can see the specific data, of course, previously you must understand the structure of the png format stored in the Windows.
  3. 所属分类:Data structs

    • 发布日期:2017-11-29
    • 文件大小:391.28kb
    • 提供者:boyzone
  1. readbmp_24

    0下载:
  2. 用c语言编写读取bmp图像程序 自编程序 简单可行-Read bmp image program self programming c language is simple and feasible
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:453.87kb
    • 提供者:karenli5
  1. CP(GPS)

    0下载:
  2. 可以通过C语言读取GPS数据文件中的数据。-GPS data can be read in the data file through the C language.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:69.75kb
    • 提供者:张蕾
  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
    • 文件大小:17kb
    • 提供者:栗子.
  1. 词法分析器

    0下载:
  2. 用C语言编写的编译原理词法分析器,可读取文件,功能非常强大(The Compiling Principle lexical analyzer, written in C language, can read the file, and the function is very powerful.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:895kb
    • 提供者:Sagittarius许
  1. 1 文件读取 链表操作

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

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