搜索资源列表
数字水印技术
- 包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范性的意义,且有一定的鲁棒性。需要安装NetPGM的程序包(用来存取pgm格式图像),然后才能在linux下面编译。NetPGM是图像文件的输入/输出软件包。可以在网上搜索得到。如果需要读取其它格式的图像,读者可以修改程序中图像存取部分的代码。对于Linux下编译程序不熟悉的可以参考相关的Linux编程书籍。-contains transplantation based on the C language digital waterma
addressbook
- 以一个小型同学通讯录为背景采用系统调用C语言编制一个具有文件的创建、打开、读取、写入等功能的程序。-students in a small address book for background use system calls C language of a document is created, opened, read, write functions procedures.
scoremanage
- 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
easyEditor
- 这是一个简易的文件编译器,能实现的功能包括创建文件、写入字符和读取文件中字符并显示出来。实现语言为C#。-This a summary of the document compiler can achieve functions include the creation of documents, read into the characters and characters and documents show. Implementation of the C# language.
TXTClass
- 提供了一个用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
ReadDbf
- 利用C#语言编写的读取.dbf地图文件的类,适用于windows桌面程序-The use of C# Read language. Dbf type map file for windows desktop programs
Student_achievement_management_system
- 一、设计一个学生成绩管理系统,能够对学生成绩实行动态管理。 二. 要求 1、 系统具有输入、显示、查询、删除、添加、修改、排序、保存、读取等基本功能。 输入功能:可以一次完成无数条记录的输入。 显示功能:完成全部学生记录的显示。 查询功能:完成按姓名查找学生记录,并显示各科成绩。 删除功能:删除一条学生记录或一门课程。 添加功能:添加一条学生记录或一门课程。 修改功能:可对某条记录进行修改。 排序功能:按学生总成绩或平均成绩进行排序。 保存功能:将学生记
FactoryRecoredWorksoftware
- 使用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
sgy
- 编写了一个读取标准*.sgy文件的c语言程序,可供大家参考~-Write a standard*. reading sgy file of c language program, for your reference
read-and-write
- 用c++语言编程,读取txt文件,并写成.e文件,-Using c++ language programming, reading txt file, and written as. E documents,
C_bmp_read-and-save
- 用C语言实现位图的读取、存储、显示,存成文本文件等-c_bmp save and read
3dCloud
- c#语言实现三维点云文件的读取以及opengl显示-c# language to achieve a three-dimensional point cloud file read and opengl display
linuxRead-style-profile
- 一个通用的linux系统中C语言版读取配置文件的函数。-A common C language version of linux system function reads the configuration file.
FileRead
- 一个c++设计的函数代码,关于文件夹的读取与输出,整体的语言排版比较清晰明了,推荐大家可以好好学习。-Function code is a c++ designed about reading and output folder, the overall clarity of language typesetting comparison, recommended we can learn.
MapViewer
- 运用C sharp语言编程,读取shp文件和lyr,来查看地图,并可以显示图层属性(Using C sharp language programming, read shp files and Lyr, to view the map, and can display layer properties)
C# 读取并显示DXF文件
- C#读取并显示DXF文件示例源码,C#语言编写。