资源列表
[Linux/Unix编程] hello
说明:linux简单内核驱动 设备驱动程序 完整程序-easy drive linux kernel device driver integrity procedures<丁磊> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] LINUX
说明:实现了linux系统对文件基本信息的获取功能,编译后可作为一个命令使用。-Implementation of the linux file system to obtain basic information functions, the compiler can be used as a command.<lyh> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] gfd_usb_init
说明:这时linux下的usb的代码 ,代码中使用了dma的数据传输的操作。写的很好很简洁-this is usb code in linux and it handle the dma transfer<dgsfsd> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] csapp
说明:我实现的C重新封装-My re-implementation of the C package. . . . . . . . . .<chonglou> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] draw
说明://获得当前的模式 oldmode = vga_getcurrentmode[] //初始化 vga_init[] //判断是否支持该模式 if[vga_hasmode[mode]] vga_setmode[mode] else { printf["No such mode\n"] exit[1] } //取得信息 width = vga_getxdim[] h<xrgj> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[系统编程] main
说明:经典的encode decode函数,可以调用此函数完成数据加密等功能,由于是汇编的,要想破解。。嗯。至少再写一个高级语言版本是几乎不可能的-Classic encode decode function, you can call this function to complete, such as data encryption function, because it is compiled, in order to crack. . Ah. Write at least a high-le<evilight> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] socket
说明:socket通信的源代码。可以直接用GCC编译.-socket communication.<fx> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] lscommand
说明:3.编程实现在linux中ls -l -a 命令。用c重新实现类似ls -l -a 命令-3. Programming in the linux implementation of ls-l-a command. C re-implementation with similar ls-l-a command<ak-47> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] helloworldmotif-1
说明: //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Scroll", NULL, 0, &argc, argv, NULL, NULL] //建立SpinBox n = 0 XtSetArg[args[n], XmNwidth, 400 ] n++ XtSetArg[args[n], XmNheight, 100 ] n++ //XtSetArg[args[n], XmN<xiaoran1> 在 2025-06-05 上传 | 大小:1kb | 下载:0