CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - c语言 读取

搜索资源列表

  1. 数字水印技术

    0下载:
  2. 包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范性的意义,且有一定的鲁棒性。需要安装NetPGM的程序包(用来存取pgm格式图像),然后才能在linux下面编译。NetPGM是图像文件的输入/输出软件包。可以在网上搜索得到。如果需要读取其它格式的图像,读者可以修改程序中图像存取部分的代码。对于Linux下编译程序不熟悉的可以参考相关的Linux编程书籍。-contains transplantation based on the C language digital waterma
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:19.54kb
    • 提供者:樊志华
  1. addressbook

    0下载:
  2. 以一个小型同学通讯录为背景采用系统调用C语言编制一个具有文件的创建、打开、读取、写入等功能的程序。-students in a small address book for background use system calls C language of a document is created, opened, read, write functions procedures.
  3. 所属分类:C#编程

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

    0下载:
  2. 1、整个系统均用C语言实现; 2、利用指针、链表来实现学生成绩的数据结构设计; 3、系统具有输入、显示、查询、删除、排序、插入,保存、读取基本功能; 4、系统的各个功能模块都用函数的形式来实现; 5、可以将学生成绩信息保存在文件中。 6、可以将学生信息从文件中读取出来。-one, the entire system will be used C language; 2, the use of indicators, Listless to achieve student pe
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:50.15kb
    • 提供者:胡海洪
  1. 数据结构程序

    0下载:
  2. 提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。可...这 本书的练习部分的源代码在哪里下载啊?? 正在读取本评论的讨论,-the C language descr iption of the complete algorithm source, and equipped with a wealth of illustrations and exercises. May ... this book part of the practice where the source code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11.67kb
    • 提供者:超人
  1. JsonReader

    0下载:
  2. 读取jason。c#语言编写,第一次上载-Read jason
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:27.52kb
    • 提供者:玉朋
  1. TXTClass

    0下载:
  2. 提供了一个用C#语言实现的txt文件操作类,实现了写入txt、读取txt、读取指定行、删除指定行、查询txt指定内容,按照给定条件查询、删除txt文件内容等功能。调用方便,操作简单,附有使用说明。-Provides a C# language using the txt file manipulation class realized write txt, read txt, reads the specified line, delete the specified row, query tx
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:5.11kb
    • 提供者:gc
  1. ReadDbf

    0下载:
  2. 利用C#语言编写的读取.dbf地图文件的类,适用于windows桌面程序-The use of C# Read language. Dbf type map file for windows desktop programs
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:6.76kb
    • 提供者:wangmingxiao
  1. C

    0下载:
  2. 讲述如何用C#语言向SQL SERVER数据库中读取和写入图片。-Describes how to use C# language to the SQL SERVER database to read and write picture.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:12.39kb
    • 提供者:mh
  1. RS232

    0下载:
  2. c#语言写的读取com接口的例子,主要使用SerialPort类来实现com数据的读取-c# language read com interface example, the main use SerialPort class to read data to achieve com
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:43.68kb
    • 提供者:马飞
  1. ReadBrodcastEphemeris

    0下载:
  2. 用C语言读取卫星广播星历,将其中的进行分类,用于日后的模型分析等情况中-Read the brodcast ephemeris file with visual C++ language
  3. 所属分类:CSharp

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

    1下载:
  2. 使用C#语言完成UI开发,利用Sqlserver连接数据库保存操作数据,实现了一个工厂记功的功能。获取数据利用了读取Excel文件的类容 ,并且可以将数据导出到Excel表中。-Complete UI development using C# language using Sqlserver Connection database save operation data, achieve a factory Merits. Get data using the class to read Exc
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:1.01mb
    • 提供者:吕温
  1. cyuyansuanfa-fenxi

    0下载:
  2. c语言词法分析程序, 实现了以下功能: (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序中的注释。 (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可以检查并报告源程序中存在的所有
  3. 所属分类:CSharp

    • 发布日期:2017-12-07
    • 文件大小:181.46kb
    • 提供者:tursunjan
  1. sgy

    0下载:
  2. 编写了一个读取标准*.sgy文件的c语言程序,可供大家参考~-Write a standard*. reading sgy file of c language program, for your reference
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:10.53mb
    • 提供者:李亭
  1. Bmp-image-c-read-save-zoom-program

    0下载:
  2. c 语言版本的bmp图像读取,保存,放大,缩小程序-c language version of the bmp image read, save, zoom, narrow program
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:5.48kb
    • 提供者:晓旭
  1. read-and-write

    0下载:
  2. 用c++语言编程,读取txt文件,并写成.e文件,-Using c++ language programming, reading txt file, and written as. E documents,
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:288.51kb
    • 提供者:
  1. C_bmp_read-and-save

    0下载:
  2. 用C语言实现位图的读取、存储、显示,存成文本文件等-c_bmp save and read
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:381.38kb
    • 提供者:刘姗
  1. Tupian2

    0下载:
  2. 采用WPF技术C#语言编写使用SQL Server数据库存储图片地址读取图片-Using WPF C# language using the SQL Server database to store pictures address read pictures
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:967.22kb
    • 提供者:孙贤
  1. OperationTXT-2

    0下载:
  2. 用c#语言读入文本文档商品清单,计算总价格 将规则的几列数据放入文本文档,用c#语言读取数据计算并将结果写入数据,这种方法在计算采矿工程覆岩三带、surfer插分起伏地表建模等处有很大用处-With c# language reads text documents list of goods to calculate the total price will be several columns of data rules into your text document, reads the
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:43.81kb
    • 提供者:Baron
  1. C#实现tdms读操作

    15下载:
  2. 使用C#语言读取Labview采集到的tdms格式数据(Using the C# language to read the TDMS format data collected by Labview)
  3. 所属分类:C#编程

    • 发布日期:2018-04-22
    • 文件大小:3kb
    • 提供者:二胖臭臭
  1. C# 读取并显示DXF文件

    1下载:
  2. C#读取并显示DXF文件示例源码,C#语言编写。
  3. 所属分类:C#编程

« 12 »
搜珍网 www.dssz.com