搜索资源列表
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.
C#读取XML文件内容并以列表方式显示
- C#读取XML文件内容并以列表方式显示
Student_achievement_management_system
- 一、设计一个学生成绩管理系统,能够对学生成绩实行动态管理。 二. 要求 1、 系统具有输入、显示、查询、删除、添加、修改、排序、保存、读取等基本功能。 输入功能:可以一次完成无数条记录的输入。 显示功能:完成全部学生记录的显示。 查询功能:完成按姓名查找学生记录,并显示各科成绩。 删除功能:删除一条学生记录或一门课程。 添加功能:添加一条学生记录或一门课程。 修改功能:可对某条记录进行修改。 排序功能:按学生总成绩或平均成绩进行排序。 保存功能:将学生记
E02-FileStreamRead
- 利用FileStream的Read方法从一个文本文件中读取内容并显示到屏幕上-Use FileStream' s Read method to read from a text file contents to the screen
ReadMP1
- GPS数据处理中,用于读取TEQC生成的MP1文件,并以曲线图形显示-GPS data processing for reading MP1 TEQC generated files, and graphic display of curves
TeqcViewer
- 读取GPS中TEQC质量检查生成的检查文件,并以图形化显示-Read GPS generated in TEQC quality inspection checks the file, and graphically display
READ-DXF-LINE
- 读取DXF文件中的实体信息。目前只包括直线。用链表存储,并显示出来。-Read the information of the entities in the DXF file. Include straight line.
Read-write.-Dat-file
- 以写入方式打开d.dat文件,从键盘输入数据,以读方式打开d.dat文件,循环从文件读取字符,并显示-D.dat file open for writing, data input from the keyboard d.dat file open for reading loop reads characters from a file and displays
PIC-GAI
- 读取TXT中文件,并可以根据数据同时画出多个曲线图。每个数据点显示坐标,标题。-Read TXT file and can draw multiple graphs based on the data at the same time. Each data point shows the coordinates of the title.
RepeatFind
- 使用C#查找重复数据并显示记录,我觉得在一些较大的数据库应用中,这个功能就比较实用了,重复数据会使数据库变大,读取速度变慢,因此找出并删除这些记录是相当有用的。本例所附的数据为文件在Database文件夹中-Find duplicate data and display the records using C#, I think in some of the larger database applications, this feature is more practical, larger
OptExcel_43350
- 用C#读取EXCEL文件并显示成绩排序,-EXCEL file using C# to read and display the results sorted,
include
- 打开一副BMP图片,读取BMP文件中的数据,获取图片中像数点RGB的数值,显示到屏幕界面中。(如果不能打开BMP可以先试着打开YUV文件,然后计算第二步的内容) 将RBG数据转换成YUV格式的,并计算Y分量的平均值,统计出图像灰度直方图,显示直方图。 将RGB数据表述的图像进行2:1的下采样,原来图像是2Xx2Y的宽高大小,新的图像为XxY的大小图像,并显示到界面中。-Open a BMP picture, read BMP file data, the number of points
ExcelIO_WPFdemo
- 读取Excel并显示,读取excel 文件并在GridView控件中显示数据。-ExcelInput,input the excel file and display the data in the GridView
qingjiao
- 打包文件,通过串口与电子倾角仪连接,读取角度信息,并显示出来-Serial connection with electronic inclinometer reading angle information and displayed
WordRW
- 读取Word文件,将其转换为XPS格式并显示在DocumentViewer控件上-Reading a .doc format file,transforming it into XPS and showing it on the Document Viewer control.
ShpReader
- 可以读取.shapefile文件,并显示-You can read the .shapefile file and display it
DICOM-医学影像调窗技术源码 (1)
- 采用C#实现读取DICOM文件,并在窗口中显示出来,可以实现调窗(this project aims to implement read the .dcm files)
Image reading
- 本程序基于VS C#平台,能够在窗体中显示导入的图片文件,并读取指定范围像素的波段信息。(This procdur can show the image that you input, and read the message of the band.)
0292 C#读取dxf格式文件并显示源码2个
- 简单的dxf文件读取并显示,适合初学者学习!(Simple DXF file read and display, suitable for beginners to learn!)
C# 读取并显示DXF文件
- C#读取并显示DXF文件示例源码,C#语言编写。