资源列表
[Linux/Unix编程] digit
说明:数字电压计是个实验例子,她使用FPGA开发板的AD、DA接口开发的数字电压表-Digital voltage is an experimental example of her use of FPGA development board of AD, DA interface developed digital voltage meter<suoguang> 在 2025-06-27 上传 | 大小:10kb | 下载:0
[Linux/Unix编程] d4-7.tar
说明:这是个trace drive的Cache模拟器,可以在window和linux下编译运行,是做体系结构研究的好帮手-This is a trace drive the Cache Simulator, you can compile window and run under linux, is to do Research on Architecture of a good helper<suoguang> 在 2025-06-27 上传 | 大小:289kb | 下载:0
[Linux/Unix编程] acapp.1.0.0.tar
说明:它扩展了著名的体系结构模拟器SimpleSacler,在其上加入收集统计信息的代码可以获得应用的在不同Cache容量下的失效率信息-It extends the well-known architecture simulator SimpleSacler, in its accession to the collection of statistical information on the code can be applied in different capacities under th<suoguang> 在 2025-06-27 上传 | 大小:330kb | 下载:0
[加密解密] 20074313844238
说明:加密_解密字符串的例子,加密_解密字符串的例子use vb-_ String encryption decryption example, encryption, decryption _ string examples use vb<肖伟> 在 2025-06-27 上传 | 大小:7kb | 下载:0
[Linux/Unix编程] process
说明:POSIX下进程控制的实验程序(操作系统实验程序)-POSIX process under the control of experimental procedures (operating system, the experimental procedure)<陆嘉鸣> 在 2025-06-27 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] threadcontrol
说明:POSIX下线程控制的实验程序(操作系统实验)-POSIX threads under the control of experimental procedures (the experimental operating system)<陆嘉鸣> 在 2025-06-27 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] sisuo
说明:POSIX下线程死锁的演示程序(操作系统实验)-POSIX thread deadlock under the demo program (operating system, experimental)<陆嘉鸣> 在 2025-06-27 上传 | 大小:1kb | 下载:0
[加密解密] 13004707253
说明:凯撒密码是一种非常古老的加密方法,相传当年凯撒大地行军打仗时为了保证自己的命令不被敌军知道,就使用这种特殊的方法进行通信,以确保信息传递的安全。他的原理很简单,说到底就是字母于字母之间的替换。基于java-Caesar is a very old password encryption method, according to legend was Caesar earth war march in order to ensure that their orders will not be th<紫木> 在 2025-06-27 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] qt-Program-Design-backgammon
说明:一个qt设计的教程,里面包含教程和源码。非常适合初学者学习。-Qt designed a tutorial, which contains tutorials and source code. Very suitable for beginners to learn.<zj> 在 2025-06-27 上传 | 大小:2.15mb | 下载:0
[系统编程] fenshidiaoduxitong
说明:分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err<郑鑫> 在 2025-06-27 上传 | 大小:2kb | 下载:0