搜索资源列表
BMP操作(C语言)
- 通过该程序可以了解BMP的文件结构。
course
- C语言学生选课系统程序,课设时所作,简单文件输入输出,没有数据库-C language students elective system procedures, made by the class-based, simple file input and output, there is no database
YAM_Project
- 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
pro
- C语言开发的通讯录,有增加,删除,添加,修改,排序,保存文件等功能、-rintf("# O: order them. #") gotoxy(2,11) cprintf("# #") gotoxy(2,12) cprintf("# M: modify a record. #") gotoxy(2,13) cprintf("#
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
fgfgfg
- C语言设计 考试管理系统 设计内容: 1、每一条记录包括一个学生的学号、姓名、主要课程的成绩。 2、单用户信息查询功能:。查询特定学生的记录,求其总分,平均分 3、学生信息浏览功能:显示所有学生的成绩记录,总分、平均分。 4、不及格记录查询功能:查询有不及格课程的学生信息。 5、排序功能:按学生平均成绩进行排序。或以某1单科成绩排序。 6、将学生记录存在结构体(student)中。 7、应提供一个界面来条用各个功能,条用界面和各个功能的操作界面应尽可能的清晰美观。
txt
- 利用vs 中的 c++语言对txt文件经行读取,并且对txt文件并输出-C++ to read txt file and the output
C语言编程常见问题解答
- 本文件主要介绍C语言编程过程中常见问题及解决方法,觉得挺详细的,特分享共同学习(This paper mainly introduces the common problems and solutions in the process of C language programming, which is very detailed and Shared)
C语言学生成绩管理程序综合实验
- 以链表为基础,实现学生成绩的、增加、 修改、查询、 删除,以及读取到文件中(To the list based on the realization of student achievement, increase, modify, query, delete, and read into the file)
C语言
- 上学期做的C语言实验报告,分享给大家,包括最后的一道文件题(the homework I did last term)
5引入撤销与模糊查找功能的课堂经验值管理系统
- 引入撤销与模糊功能的课堂经验值管理系统,C语言实现源代码,可实现学生经验值的加减等功能(In this paper, we introduce the class experience value management system with the undo and fuzzy functions, and the C language implementation source code can realize the addition and subtraction of students
文件读写操作
- C语言文件读写操作,便于输入输出不同的文件进行相应的处理(C language file read and write operation to facilitate the input and output of different files for corresponding processing)
C语言
- c语言基础,复习资料,以及头文件书写的方式和主程序的书写(C language foundation, review materials, and writing of header files and main programs)
C语言源代码格式化
- 可将载入的C语言文件进线格式化对齐,格式化对齐之后代码阅读将变得非常方便清晰。(To load the C file format into the line alignment, alignment formatting code after reading becomes very convenient and clear.)
2016年C程算法提示
- 本文件夹中包含了C语言中常见的几种算法,且均含有提示,适合初学者练习检测用。(This folder contains several common C language algorithms, and all contain tips for beginners to practice testing.)
学生成绩管理系统(c语言课程设计)
- C语言课程设计报告 一 .问题描述: 题目七:学生成绩管理系统设计 学生成绩信息包括:学期,学号,班别,姓名,四门课程成绩(语文、数学、英语和计算机)等。 主要功能: (1) 能按学期、按班级完成对学生成绩的录入、修改 (2) 能按班级统计学生的成绩,求学生的总分及平均分 (3) 能查询学生成绩,不及格科目及学生名单 (4) 能按班级输出学生的成绩单 要求:使用二进制文件方式存储数据,系统以菜单方式工作 学生成绩信息包括:学期,学号,班别,姓名,四门课程成绩(语文、数学、英语和
C语言贪吃蛇代码
- C语言编写贪吃蛇源代码,简单易懂,文件为VC源代码(C language, the source code of snake is simple and easy to understand, and the file is VC source code.)
新建文件夹
- c语言的一些小程序,其中有一些是oj上的小题目,n阶矩阵m次幂,以及计算最短距离点(Some small programs in c language, some of which are small topics on oj, n-th order matrices of m, and the calculation of shortest distance points)
C# XML文件读取示例
- C#语言编写了xml的读取,可以实现文件读取与操作。(C#language has written the XML reading, which can realize the file reading and operation.)
基于C语言实现的模拟操作系统文件系统
- 模拟linux操作系统,期末课程设计,实现linux基本功能,显示所有文件,返回目录(Simulation of linux operating system, final course design, realize the basic functions of linux, display all files, return to the directory)