搜索资源列表
BMP操作(C语言)
- 通过该程序可以了解BMP的文件结构。
MapFile.zip
- 文件内存映射的C++封装类,非常好用。推荐使用这种方式进行文件操作,使用方便,高效。,Memory-mapped file C++ Package type, very easy to use. Recommend the use of this approach to file operations, user-friendly and efficient.
LSBEmbeding
- 信息隐藏中用于数字隐写的常用算法:LSB替换\LSB匹配,包括随机的和排序的,以及对文件和文件夹进行操作,用CxImage类能快速读取各种格式的图象-Information Hiding for digital steganography of the commonly used algorithms: LSB replacement of LSB matching, including random and sort of, as well as files and folders to op
Student_Info_Management
- 信息存储用文件;熟练VC CListCtrl控件 2、熟练对话框数据交换机制 3、复习C文件操作-Using information stored documents VC CListCtrl control 2 skilled, skilled dialog data exchange mechanism 3, C file operations review
Win32Tetris_C
- 原创Windows入门程序,直接用C语言调用Windows API的方式编写。几乎包含了Windows入门会碰到的所有知识,像窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,带详细注释的源代码,开发环境是VC6。-Original Windows entry procedures, the direct use of C language to call Windows API way to prepare. Almost c
操作系统+模拟的+欢迎下载+C#版
- 这是个模拟操作系统,实现了基本的文件管理,进程管理,内存管理-This is a simulation of the operating system to achieve the basic document management, process management, memory management
c
- 串联文件、索引文件存储模拟 操作系统课程设计-Series documents, the index file storage operating system, curriculum design, simulation
TestFileReadWrite
- C# 读写文件操作相关测试工程代码,基础实用。(C# read and write file operations, related testing engineering code, based on practical.)
wzw_Lib
- lua常用脚本函数的封装,可以嵌入到支持C编译的任何系统(Lua packages of commonly used scr ipt functions can be embedded into any system that supports C compilation)
学生成绩管理项目
- 实现学生成绩管理,实现了8大功能,运用到了链表以及文件操作(Achieving student achievement management)
C#读取文件
- C# 读取文件 C#读取TXT文件实现的一些总结: 1、Niit.txt 默认在 File_read\bin\Debug 文件下! 假如你不想程序运行报错,那么就在这个文件下建立 1)因为这里咱们是读取文本,所以Niit.txt,内容自己写一下!留心两点 1.1)文件最好不要写中文的,否则运行结果用 ?代替中文~ 2.2)最首要 的,你写完了内容要保存文本后再运行,才会显示你添加的内容 2、读写文本操作要领来源于 System.IO 命名空间,所以程序开
WHC.OrderWater.Commons
- C# 的各种帮助类集合,包括网络、文件、系统、音频等,应有尽有!(C # a variety of help class collection, including the network, files, systems, audio, etc., everything!)
新建 WinRAR 压缩文件
- 上机实验是学习程序设计语言必不可少的实践环节, 特别是C语言灵活, 简洁, 更需要通过编程的实践来真正掌握它. 对于程序设计语言的学习目的, 可以概括为学习语法规定, 掌握程序设计方法, 提高程序开发能力, 这些都必须通过充分的实际上机操作才能完成.(Computer experiment is essential to study and practice the programming language, especially C language more concise, flexibl
C#数据保存至csv文件
- C#保存数据至*.csv进行显示,新建.csv文件并完成读写操作。(C# saves data to *.csv to display.)
文件读写操作
- C语言文件读写操作,便于输入输出不同的文件进行相应的处理(C language file read and write operation to facilitate the input and output of different files for corresponding processing)
string
- 包含c++ 文件流操作 std::string操作(Include c++ file stream and std::string)
os_file
- 操作系统课设作业。在磁盘空间模拟一个linux文件系统,并提供基本的文件操作命令(如mk, cp, mkdir, rmdir, cd, ls, cat, chmod, chown, chgrp, chnam等)。文件系统的实现采用混合索引式文件结构,包括使用空闲节点号栈管理空闲节点和成组链接管理空闲盘块。(Simulate a Linux file system in disk space and provide basic file operation commands (such as MK
基于C#操作DXF
- c# 操作DXF类库文件,获取DXF数据,及坐标(C# operates DXF class library files, gets DXF data, and coordinates)
C# XML文件读取示例
- C#语言编写了xml的读取,可以实现文件读取与操作。(C#language has written the XML reading, which can realize the file reading and operation.)
VisionHalcon
- 代码特色功能: 1、图像显示:这个代码中制作了比较友好的图像显示功能和函数接口,非常方便客户调用,图像显示制作成控件的模式,带源代码; 2、图像显示平移以及放大缩小:在图像显示代码模块中以及将图像的拖拽、鼠标滚轮控制的放大缩小功能集成好了,提供代码接口,非常好用,可看到源代码学习; 3、文件操作模块:目前代码集成了6种文件的创建读写保存类,分别为:office中的Excel操作,IniFile的操作,LogFile的操作,Spire控件下的Excel操作,Txt文件操作,Xml文件操作(Code