资源列表
[系统编程] C.Compiler
说明:C编译器使用了界面库CJLIB6.0,自己修改了CrystalView的高亮显示方式,仿照emacs,代码生成先使用了PCode,但因为苦于手中没有解释器,编写一个时间不够,所以后来又编写了80x86汇编代码的生成,有一定突破。自我认为整个程序界面比较友好,功能(基于所要求的)也计较完善。-C compiler to use the interface library CJLIB6.0, his revised CrystalView highlighting the way, along th<白大勇> 在 2025-06-15 上传 | 大小:885kb | 下载:0
[Linux/Unix编程] Linuxsetup
说明: 硬盘安装linux-Linux setup from hardware<kazble> 在 2025-06-15 上传 | 大小:1001kb | 下载:0
[Linux/Unix编程] proc
说明:proc文件系统的实现中关键代码proc.c-proc file system implementation, the key code proc.c<工大刘氏> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[系统编程] easyOA
说明:简单的办公自动化系统内涵源代码,仅供学习用。内含word 版 说明书-AppWizard has created this FTPSOCKET application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.<soso> 在 2025-06-15 上传 | 大小:8.69mb | 下载:0
[Linux/Unix编程] rg
说明:这个是基于QT开发的计算器,里面有程序和界面,有用的可以下载-This calculator is based on the QT development, which have the procedures and interfaces, useful can be downloaded. .<小李> 在 2025-06-15 上传 | 大小:310kb | 下载:0
[Linux/Unix编程] socket
说明:这个猜数字游戏的代码和程序,有客户端和发送端,程序是c语言程序,有需要的可以下载-The number guessing game code and procedures, client and send the client, the program is the c language program can be downloaded in need<小李> 在 2025-06-15 上传 | 大小:20kb | 下载:0
[Linux/Unix编程] 317459s3c2440_kernel2.4.18_module_camera
说明:ov7620摄像头linux2.4.18驱动-ov7620 camera linux2.4.18 Driver<liangyuyong> 在 2025-06-15 上传 | 大小:12kb | 下载:0
[弱点检测代码] ISchool_Exam
说明:ISchool随机抽题考试系统是一套轻量级在线考试系统,开发理念:能用,够用,好用-ISchool random question test system is a set of lightweight online examination system, development concept: can be used, enough, easy to use<刘波> 在 2025-06-15 上传 | 大小:1.28mb | 下载:0
[Linux/Unix编程] Segmentation_fault_in_Linux
说明:系统的总结了在linux平台下编程所出现的段错误类型,以及原因分析,给出了如何避免这些问题,很值得一读哦-System, summarizes the linux platform programming arising from mistakes of the type, as well as cause analysis is given on how to avoid these problems, it is well worth reading, oh<阿跳> 在 2025-06-15 上传 | 大小:293kb | 下载:0
[Linux/Unix编程] threecodes
说明:1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下<杨子坤> 在 2025-06-15 上传 | 大小:2kb | 下载:9