CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c file read

搜索资源列表

  1. vcPP-APP_CODE_7

    1下载:
  2. 独立打包,保证可解压,内含大量源码,网上搜集而来。一共10几包,每个包几十兆。 Visual.C++编程技巧精选500例源代码 内含各种例子(vc下各种控件的使用方法、标题栏与菜单栏、工具栏与状态栏、图标与光标、程序窗口、程序控制、进程与线程、字符串、文件读写操作、文件与文件夹属性操作、文件与文件夹系统操作、系统控制操作、程序版权信息、系统软件信息、 系统硬件信息、存储设备管理、鼠标及键盘、声音和视频、图形和图像、网络、数据库) IOCP 完成端口编程 《远程控制编程技术》
  3. 所属分类:Windows Develop

    • 发布日期:2016-09-25
    • 文件大小:51886080
    • 提供者:李东波
  1. vcPP-APP_CODE_8

    1下载:
  2. 独立打包,保证可解压,内含大量源码,网上搜集而来。一共10几包,每个包几十兆。 Visual.C++编程技巧精选500例源代码 内含各种例子(vc下各种控件的使用方法、标题栏与菜单栏、工具栏与状态栏、图标与光标、程序窗口、程序控制、进程与线程、字符串、文件读写操作、文件与文件夹属性操作、文件与文件夹系统操作、系统控制操作、程序版权信息、系统软件信息、 系统硬件信息、存储设备管理、鼠标及键盘、声音和视频、图形和图像、网络、数据库) IOCP 完成端口编程 《远程控制编程技术》
  3. 所属分类:Windows Develop

    • 发布日期:2016-09-25
    • 文件大小:56335360
    • 提供者:李东波
  1. vcPP-APP_CODE_12

    1下载:
  2. 独立打包,保证可解压,内含大量源码,网上搜集而来。一共10几包,每个包几十兆。 本包内容: Win32多线程程序设计.rar XFileDialog_demo.zip XML文件读取及管理工具VC++源码 .rar 播放器 MM.zip 超清晰播放器源代码.zip 超旋的音乐播放器.rar 穿还原的下载者 C++源码.rar 从dll中动态装载类的源程序.rar VC满屏开满玫瑰花.zip-Independent package, extract, con
  3. 所属分类:Windows Develop

    • 发布日期:2016-09-25
    • 文件大小:56520704
    • 提供者:李东波
  1. ImageTest

    0下载:
  2. C# WPF 图片保存成txt文件,将特定的txt文件读取成图片.-C# WPF image saved as a txt file, read specific txt file into a picture.
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:111365
    • 提供者:julyjia
  1. Config_file_operation

    0下载:
  2. Config配置文件的操作,使用Visual Stdio 2008 编写的C#对Config文件的读写操作,用于,保存和读取每次程序运行时的数据。-Config configuration file operation, written in C# Visual Stdio 2008 Config file read and write operations for save and read data each time the program runs.
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:88189
    • 提供者:张元科
  1. Read-All-Files-Once-CPP

    0下载:
  2. 使用Visual C++编写的一个一次性读取指定文件夹下的所有文件的函数,附带例程源码,还可以指定文件的格式。-Written using Visual C++ a one-time read all the files in a specified folder function comes with source code routines, you can also specify the file format.
  3. 所属分类:File Operate

    • 发布日期:2017-11-01
    • 文件大小:3771974
    • 提供者:张元科
  1. C-program-of-BSS-and-examples-1

    0下载:
  2. 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-Linux platform, the blind signal separation o
  3. 所属分类:MPI

    • 发布日期:2017-11-21
    • 文件大小:6635
    • 提供者:刘鸿达
  1. C-program-of-BSS-and-examples-2

    0下载:
  2. 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-Linux platform, the blind signal separation o
  3. 所属分类:MPI

    • 发布日期:2017-11-08
    • 文件大小:16232
    • 提供者:刘鸿达
  1. 01backpack

    0下载:
  2. 用回溯法解决01背包问题,C++实现,通过读取data.txt文件得到背包容量和物品信息,下载文件后直接导入运行即可。-Backtracking to solve knapsack problem 01, C++ implementation, read the data.txt file the backpack capacity and items of information, to download the file directly import can be run.
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:1926553
    • 提供者:fengjing
  1. Guass-Seidel

    0下载:
  2. Guass-Seidel计算方法,把.c 文件放入codeblocks环境下,c.txt放在同一项目下,读取文件c.txt可以直接读取数据,运行直接得出结果。-Guass-Seidel calculation method, the c file into codeblocks environment, c.txt on the same project, read file c.txt can read data directly, run directly to the outcome.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:10171
    • 提供者:裴裴
  1. testini

    0下载:
  2. linux下对ini读写API,纯c开发,接口和windows读取配置文件的形式差不多,可以提供学习-API of ini Conifig File Read And Write.The interface of this API is like The API For windows.We can study with this API.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-13
    • 文件大小:2442
    • 提供者:binggou
  1. Serial-communication-programming

    0下载:
  2. 串行口是计算机一种常用的接口,具有连接线少,通讯简单,得到广泛的使用。常用的串口是RS-232-C接口. 由于Linux引入了设备文件的概念,读写串口可以像读写普通文件一样进行操作,非常简单,方便。-The serial port is a common computer interface, with connecting lines is less simple communication, is widely used. Used serial RS-232-C interface.
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:1370
    • 提供者:caiwenxing
  1. CPPfiles

    0下载:
  2. C++详细的文件操作,二进制文件的操作,文件的读写-C++ detailed file operations, binary file operations, file read and write
  3. 所属分类:File Operate

    • 发布日期:2017-12-09
    • 文件大小:280710
    • 提供者:bruce
  1. my-code-

    0下载:
  2. 很多种c语言文件读取操作 很多种c语言文件读取操作-A variety of c language file read operations are many c language file read operations
  3. 所属分类:assembly language

    • 发布日期:2017-11-07
    • 文件大小:1854
    • 提供者:sdgvf
  1. plplpl

    0下载:
  2. file to read and write I/O functions in c/c-file to read and write I/O functions in c/c++
  3. 所属分类:.net

    • 发布日期:2017-12-05
    • 文件大小:14630
    • 提供者:yasir
  1. c

    0下载:
  2. 设计实现对文件 file.txt的读取功能,实现对文件中的整行读取和写入(不可用fscanf,fprintf函数,只可以fread和fwrite)-Design to read file file.txt function on the entire line of the file reads and writes (unavailable fscanf, fprintf function can only fread and fwrite)
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:1338
    • 提供者:李信
  1. ReadBMP

    0下载:
  2. 利用C语言读取.BMP图像的文件信息及图像信息,该程序以LENA图为例。-The use of C language read.BMP image file information and image information, the procedures to LENA drawing as an example.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:1080409
    • 提供者:xiang夫君
  1. CPPStudy-Design

    0下载:
  2. 用C++实现菜单管理系统的课设,可以实现存储到文件和文件读取的功能-The lesson based menu management system with C++ can be stored to a file and the file read function
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:759785
    • 提供者:徐连振
  1. computSatCoord

    0下载:
  2. 该程序只包括rinex导航文件和观测文件的读取和计算卫星位置,适合C++初学者-The program only includes file and observation of rinex navigation file read and calculate the satellite position, suitable for C++ beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:37704
    • 提供者:Bblythe1007
  1. CH376HFT

    0下载:
  2. MCS-51单片机C语言的U盘文件读写示例程序,本程序演示字节读写,文件枚举,文件复制, 用于将U盘中的/C51/CH376HFT.C文件中的小写字母转成大写字母后, 写到新建的文件NEWFILE.TXT中。-MCS-51 microcontroller C language U disk file reading and writing examples of procedures, demonstration of the process of byte read and write, en
  3. 所属分类:SCM

    • 发布日期:2017-12-07
    • 文件大小:4072
    • 提供者:yue
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com