搜索资源列表
lufs-0.9.3-2.4.19.patch
- LUFS 是一个混合用户空间文件系统框架,支持不定数量的对用户透明的文件系统(localfs, sshfs, ftpfs, httpfs, socketfs, freenetfs, 和nutellafs)。它可以被看作和VFS(虚拟文件系统转换)完成同样的内核功能:它是一个转换器,分布文件系统调用到支持它的文件系统。然而,LUFS文件系统是在用户空间中实现的。-driver is a mixed user-space file system framework, support for vari
[_A_Quadra1888275142005
- This a quadratic equation solver,this program can be use to solve second-order polynomial equation with one variable \"x\"-This a quadratic equation solver,this program can be use to solve second-order polynomial equation with one variable \"x\"
aesCPP
- aes加密算法源代码AES是新的分组对称加密算法高级加密标准,源自比利时人Daemen和Rijmen共同设计的Rijndael算法.该算法充分运用了扩散和混淆技术并使用128/192/256这3种可变长度的密钥,对128bit分组数据进行加密.-Aes source code encryption algorithm AES is a symmetric encryption to the Advanced Encryption Standard algorithm. Belgians J.J.
RuntimeMonitoringAgent
- 开发程序过程中,经常需要实时知道某个变量的值,某个函数执行时间以及程序运行到哪里了,使用debugger会打断程序的执行,本例程提供了一个好的解决办法-development procedure, often need to know the value of a given variable, a function of time, and procedures for the implementation of the operation where the debugger will be
windowsbios
- 大家都知道,windows接管了对物理内存的直接存取,而bios信息存在物理内存 的f000:0000处,关键就是如何读取物理内存。 函数说明 第一个函数ZwOpenSection用来打开section,第一个参数是指向HANDLE变量的指针,第二个是访问参数,第三个是指向OBJECT_ATTRIBUTES的指针 第二个函数ZwMapViewOfSection用来建立物理内存和当前进程的一段物理内存的联系,参数很多,一会在例程里再详细解释 第三个函数ZwUnmapV
work_queue_thread
- 实现了一个多线程工作组应用程序,此程序中使用了互斥对象,条件变量进行线程的控制。通过研究此程序,可以深刻理解线程的工作机理。-achieve a working group multithreaded applications, the use of this procedure the mutex object, variable conditions thread control. Research through this procedure, a profound understandi
MozillaLoader
- 以前一直使用PortableApps.com的portablefirefox和protablethunderbird,发现还是有些小问题。 首先这些loader都是用软件的参数来更改默认profile路径的,如果将来软件取消了参数就失效了;其次,在用户profile目录里还是会残留一些文件,做不到完全的portable。 MozillaLoader采用的是另一种方法:通过伪造“USERPROFILE”环境变量值来欺骗软件。相比较而言,这种方法更“主动”了,也就是说,就算将来软
udc01
- 纯pb截图源码,可截取指定窗口或全屏,截取数据可保存到blob变量或文件中-pure pb screenshots source, the interception of specified window or full screen, data interception to preserve the blob variable or document
self_printf
- 实现printf功能的变长函数程序,适合初学者学习-achieve printf function of variable-length function procedures for beginners learning
register_use
- 介绍如何在系统注册表中建立一个新的表项,如何在表项中添加、读写新的变量。-how the system registry to establish a new item table, how in the table above add, read and write the new variable.
a048008
- 本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的;实现一个线程安全的表结构;实现一个大小受限的缓冲区(详细内容请看nachos-labs.pdf)。-the purpose of the experiment is to the nachos lock mechanism and conditions for the realizati
Twofish加密算法代码
- Twofish 采用128位数据块(128 bits lock),128-192-256-bit 可变长度密钥。-using Twofish 128 blocks of data (128 bits lock) EliteConnect (TM) Universal-192-256-bit variable-length keys.
HotEqn[1].jar
- HotEqn是一个在web上用JAVA APPLET 查看和播放的数学等式。APPLET使用熟悉的LATEX符号来给方程式编码。字体是可变量,所以APPLET也能够被被用来播放嵌入等式-HotEqn is a web using JAVA APPLET View and broadcast a mathematical equation. APPLET familiar with the use of symbols to the LATEX formula for coding. Fonts
第七章:设备管理实验
- Linux设备管理源码 字符设备驱动程序:设计两个终端设备文件实现一个字符设备驱动程序,使一对进程之间利用该字符设备驱动程序能互相传递可变长度的信息。-equipment management source Linux device drivers characters : two terminal equipment design documents for a character device driver, so that a process between the use of the
ExternVarDll
- vc——创建Win32 DLL导出一个全局变量\ExternVarDll的程序源码,值得一看!-vc- create a Win32 DLL exports a global variable \ ExternVarDll the program source code, worth a visit!
capture.rar
- //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open framebuffer device.\n"] exit[1] } //取得固定信息 if [ioctl[fd, FBIOGET_FSCREENIN
success_SliMdPWM
- 这是用Matlab编写的滑模变结构控制的PWM的例子,可以运行-This is prepared using Matlab Sliding Mode Variable Structure Control of PWM example, you can run
Access-variable-argument-lists-demo
- Access variable-argument lists demo-Access variable-argument lists demo
Variable-partition-allocation
- 设计一个可变式分区分配的存储管理方案。并模拟实现分区的分配和回收过程。-Variable partition allocation
Variable
- The variable reference expression executer Source Code for Linux.