资源列表
[Linux/Unix编程] C_ONE.pdf
说明:Basic of C and Linux Environment. Intro Part One. Require basic programming knowledge such as data structure and basic programming logic.<JEIXA> 在 2025-06-16 上传 | 大小:239kb | 下载:0
[Linux/Unix编程] intro.pdf
说明:Intro to Linux Environment, basic C commands<JEIXA> 在 2025-06-16 上传 | 大小:61kb | 下载:0
[加密解密] cmac
说明:Additive ciphers are elumnerable to cipher text only attacks using exhaustive key searches (brute force attacks). The key domain of the additive cipher is very small,they are only 26 keys. However only 26 combinations.We have to search that is way at<geetanjali> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] GtkP2.0-
说明:本教程讲述 GTK 的 C 接口。还有许多其它语言的 GTK 绑定如 C++、Perl、Python、TOM、Ada95、Objective C、Free Pascal、Eiffel、Java 和 C#。如果你想使用 GTK 其它语言的绑定,请先查看该绑定的文档。有时这些文档会讲一些重要的概念,然后你再来参考本教程。还有一些跨平台的 API (如 wxWindows 和 V),它们把 GTK 作为一个支持的平台。同样,先参考它们的文档。-This tutorial describes the C<格拉斯> 在 2025-06-16 上传 | 大小:552kb | 下载:0
[Linux/Unix编程] priority
说明:Priority Scheduling algorithm Shell program<mreddy> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] linux_install
说明:Matisse Installation into Linux<wiam> 在 2025-06-16 上传 | 大小:165kb | 下载:0
[Linux/Unix编程] captrue
说明:v4l2 采集图像的例子程序 v4l2 采集图像的例子程序-v4l2 v4l2 capture images of the example program examples of the image acquisition process<xuhe> 在 2025-06-16 上传 | 大小:2kb | 下载:0
[Linux/Unix编程] v4l2
说明:v4l2 采集图像的例子程序 -v4l2 v4l2 capture images of the example program examples of the image acquisition process<xuhe> 在 2025-06-16 上传 | 大小:2kb | 下载:0
[Linux/Unix编程] luvcview_port_tar_bz2
说明:简单的uvc视频预览代码 有点多 但值得借鉴-Simple uvc video preview code a bit more but worth learning<xuhe> 在 2025-06-16 上传 | 大小:116kb | 下载:0
[Linux/Unix编程] fork
说明:操作系统创建一个新的进程(子进程),并且在进程表中相应为它建立一个新的表项。新进程和原有进程的可执行程序是同一个程序;上下文和数据,绝大部分就是原进程(父进程)的拷贝,但它们是两个相互独立的进程!此时程序寄存器pc,在父、子进程的上下文中都声称,这个进程目前执行到fork调用即将返回(此时子进程不占有CPU,子进程的pc不是真正保存在寄存器中,而是作为进程上下文保存在进程表中的对应表项内)。问题是怎么返回,在父子进程中就分道扬镳。 -Operating system creates a new<hylzuo> 在 2025-06-16 上传 | 大小:2kb | 下载:0