资源列表
paris
- Map of Paris in sumo
my_timer.c
- Timer for Embedded System using Sleep and settimer
linux内核实验
- Linux内核编程,引导过程,系统调用等,包括源码和报告(Linux kernel programming, boot process, system calls, including source code and reports)
linux-cmd.zh
- Linux系统常用命令文档参考手册。 分门别类, 很适合查询。(linux system command)
rbf_dsp_line
- 基于DSP28335的RBF神经网络设计实现(Design and implementation of RBF neural network based on DSP28335)
linux下c语言编写的ftp
- Linux用c语言编写的ftp源代码,经测试可以使用(Linux using C language source code FTP)
sumMat2.cu
- Suma de matrices Cuda
Shell编程
- 基本的shell入门级编程资料,简单但是很基础很实用(The document of shell for the new)
zlib-1.2.11.tar
- A package about zlib
ftp_wlq
- ftp客戶端服務器簡單實現上傳下載 有詳細說明(ftp client server FTP client server, simple implementation, upload, download, described in detail)
Rockchip RK3288 datasheet V1.0
- rockchip 3288 datasheet
实验2
- 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计, 了解虚拟存储技术的特点, 掌握请求页式存储管理的页面置换算法。 ①先进先出的算法( F I F O ) ; ②最近最少使用算法( L R U ) ; ③最佳淘汰算法( O P T ) : 先淘汰最不常用的页地址; ④最少访问页面算法( L F U ) ; ⑤简单时钟算法( CLOCK)(Page replacement algorithm)