搜索资源列表
信息033 李光
- 这是我的一个C语言课程设计作业。是用C编写的一个教师工资结算系统-This is my one C language curriculum design operations. C is prepared by a teacher wage settlement system
jiangyutang_A0617389_homework1
- 分析一个英文文本文件中所有单词出现的频率,用linux下的标准c语言实现,是我的internet高级编程的第一次作业。编译后在可执行文件后跟上一个英文文本文件名字就可以了,程序会在屏幕打印出该文件中每个单词出现的次数。可以作为linux下的c语言学习例程使用。-an analysis of the English text document, all words, the frequency, linux using the standard c language, the internet i
8086smallcase
- 这是8086中用c语言实现加减乘除等算法以及相应的实验报告,这是我们的课程所做的作业-c language used arithmetic algorithm as well as the corresponding experimental report This is our doing operations
yhjsf-c
- 银行家算发C语言代码.在TURBO C2.0中验证可行,应付操作系统的作业绝对没问题-bankers count the C language code. Turbo C 2.0 in the test were feasible, cope with the operating system Operating absolutely no problem
操作系统作业(原版)
- 用C语言编制一个简单的UNIX模拟文件子系统,该系统主要实现用户的注册,注销,文件的创建,删除,修改,文件的写入,读出等功能.-C language a simple UNIX emulation subsystem, the system main users of registration, cancellation, document creation, deletion, modification, the paper write, read out capabilities.
reader_writer
- 操作系统作业,多线程读者写者问题,C语言,Linux-Reader and writer, multi-threaded issues, C language, Linux
MFS
- 自己用C语言编的微型文件系统(Mini File System),供广大同学下载,练习或交作业使用。-own use C language provision of micro-File System (Mini File System), for students to download, exercise or use perpendicular operation.
LINUX1.0
- 内核是系统的心脏,是运行程序和管理像磁盘和打印机等硬件设备的核心程序。Linux是最受欢迎的自由电脑作业系统核心。它是一个用C语言写成,符合POSIX标准的类Unix作业系统。本程序是linux1.0的内核源码!-Kernel is the heart of the system, run the program and management are as disk and printer hardware, such as the core of the procedure. Are the
LinuxCFCFS
- 在Linux下用C语言实现作业调度的先来先服务算法-In Linux,use C to compile the FCFS algorithm
DES
- DES算法实现。 C语言编写。信息安全课程作业。-DES algorithm. C language. Information security program work.
rsa
- 离散数学作业关于RSA解密c语言程序的实现-RSA decryption
des
- DES加密解密算法的C语言实现,信息安全课程的大作业。-DES encryption and decryption algorithm of the C language, the big job of information security courses.
3_DES
- 对称密码设计与实现课程的作业,有完整代码及详细注释。同时还附上报告文档,希望对你有帮助。 3DES算法的c语言实现,-Symmetrical password design and implementation course work, have complete code and detailed notes. At the same time also attached document report, and I hope to help you. 3 the c language
1
- C语言编的学生管理系统源代码,学校布置的作业。-Student management system of the C language source code, school assignments.
Assignment8MyILDASM
- 这是一个作业程序,使用C#编写一个自己的ILDASM(反汇编程序),可以读取C#语言编写的exe程序里面涉及的类、函数、设置等,并以树状结构显示出来。-This is a procedure, using C# to write a ILDASM own ( disassembler ), you can read the C# language of the EXE program which involves classes, functions, settings, and to disp
job-schedule
- 作业调度问题(C语言版本),也是操作系统上的内容,对于初学者有启发作用-Scheduling problem (C language version), but also the contents of the operating system, there is inspiration for beginners
1
- Linux环境下实现一个能执行部分内部和外部命令、支持I/O重定向、管道和前后台作业及控制的简单的Shell命令解释器,采用C语言开发-Linux environment can be implemented to achieve a part of the internal and external commands, support for I/O redirection, pipes and front desk operations and control, a simple Shell
wuziqirenrenduizhan
- 五子棋人人对战,键盘输入坐标,有中文提示,大一C语言练习作业-renju everyone war, keyboard input coordinates, a Chinese suggest that the C language exercises freshman operations
zfcp
- (1)用C语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程alloc( )和回收过程free( )。其中,空闲分区通过空闲分区链来管理:在进行内存分配时,系统优先使用空闲区低端的空间。 (2)假设初始状态下,可用的内存空间为640KB,并有下列的请求序列: • 作业1申请130KB。 • 作业2申请60KB。 • 作业3申请100KB。 • 作业2释放60KB。 • 作业4申请200KB。 • 作
fork
- 操作系统上机作业:fork的使用。 附实验报告(OS job : how to use fork. With experiment report)