搜索资源列表
信息033 李光
- 这是我的一个C语言课程设计作业。是用C编写的一个教师工资结算系统-This is my one C language curriculum design operations. C is prepared by a teacher wage settlement system
feichuan
- 用C语言实现的飞船游戏,是本人图形学编程的课程设计-C language spaceship game, I graphics programming course design
tubianli
- 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=
place
- 存储器管理是操作系统核心内容。本设计要求用C语言编写和调试一个模拟内存管理程序。实现内存的分配和回收。熟悉操作系统内存分区管理方案的设计和实现。通过课程设计可以加深理解有关内存的分配和回收过程,并体会和了解分区分配的具体实施办法。
jinchengguanli_moni
- 操作系统的课程设计,进程管理模拟, C语言编码
CLanguage Design Source
- <C语言课程设计案例精编>这本书中的所有源代码。
studentscoremanagement
- c语言课程设计_学生成绩管理系统 非常的详细 调试很正常
aes.rar
- AES加密解密算法的C语言源程序,网络安全课程设计用,AES encryption and decryption algorithm of the C language source code, network security design courses
book
- c语言做的简单图书管理,是我的课程设计,希望交流一下-c language simple library management, curriculum design is my hope that the exchange of about
MOUSE1231234
- 本人用c语言编写的带鼠标操作的图形界面,可以完成点击按钮实现各个按钮的功能。非常适合做课程设计的朋友学习-I have written in with c mouse with a graphical interface, you can click the button to achieve the completion of the various button functions. Curriculum design is very suitable for a friend to lea
2
- 操作系统课程设计的动态分区分配算法的C语言实现-Operating system, curriculum design, the dynamic partition allocation algorithm for the C language implementation
StudentManage
- 采用C语言的文本函数设计的一个学生成绩管理系统,实现学生成绩的基本管理:插入、删除、查询、索引等功能,是C语言课程设计的良好例子。-Using C language, the text function is designed for a student achievement management system to achieve student performance in basic management: insert, delete, query, index and other f
src
- C语言课程设计的作品,要求为设计一个终端界面下的海外投资信息管理系统,我采用ncurses库编写,内有Makefile和README以及样例数据。-C language curriculum design works, required for the design of a terminal interface of the overseas investment information management system, I use ncurses library preparation,
LinuxFileSystem
- 课程设计:Linux二级文件系统设计(C语言实现) 1.本实验的目的是通过一个简单多用户文件系统的设计,加深理解文件系统的内部功能和内部实现。 2.结合数据结构、程序设计、计算机原理等课程的知识,设计一个二级文件系统,进一步理解操作系统。 3.通过对实际问题的分析、设计、编程实现,提高实际应用、编程的能力 -Course Design: Linux File System Design (C language)
library-management-system-C
- linux下的C语言课程设计(图书馆管理系统) -C language curriculum design under linux (library management system)
student-management-system-with-cPP
- 计算机高级语言(C++)课程设计,内容是一个学生通讯管理系统的实现,很值得研究学习-Computer language (c++) curriculum design, the content is a student communication management system realization, it is worth to study
system
- c语言课程设计部分,宾馆管理系统,很实用,功能齐全-the designing of c program
Linux-and-C-Language
- C语言程序设计是高效计算机专业学生必修的一门基础课程,同时也是后续课程的入门课程,对于掌握基本计算机技术有着重要意义。尤其在Linux系统下,该系统在所有操作系统中占着重要地位,如何掌握计算机C语言编程技巧是当务之急。为此,本文重点探讨基于Linux系统分析计算机C语言编程技巧。 -C language programming is efficient computer science students a compulsory basic course, but also the subs
字典项目
- 完成词典的注册,登录,查找单词,查看历史记录等等(Complete the dictionary registration, login, find words, view history, and so on.)
40938746
- 说明:C语言课程设计作品 功能:仿Windows的自带计算器 环境()