搜索资源列表
图书馆信息管理系统
- 好多上载非界面和非WEB源码-lot on the non-Web interface and the non-source
网络客户端服务器实现
- 编写WEB客户端原型myWebBrowser和WEB服务器原型myWebServer及管理工具myManager,要求满足以下条件: 功能需求 1. myWebBrowser a) 利用HTTP的GET消息,能从任何WEB服务器中获取指定WEB页面; b) 获取WEB页面后,能将页面保存为本地文件index.html; c) 能显示index.html文件源码; d) 能调用Linux系统中的Web浏览器(如mozilla)正确显示index.html页面。 2. myWebSer
linux
- 包括初始化、进程管理、进程通信、内存管理、设备管理、中断、文件系统、系统调用等精选源码分析。-Including initialization, process management, process communications, memory management, device management, interrupt, file system, system calls, such as analysis of selected source.
student
- 本人自己编写。学生信息管理系统。linux下C语言编写,gcc编议,是初学C语言的好例子。压缩文件中包括:源码,已编议文件,数据文件,word文档说明以及流程图四项。-I write your own. Student Information Management System. linux under the C language, gcc compiled proposal is a good example of beginners C language. Zip file includi
LINUX1.0
- 内核是系统的心脏,是运行程序和管理像磁盘和打印机等硬件设备的核心程序。Linux是最受欢迎的自由电脑作业系统核心。它是一个用C语言写成,符合POSIX标准的类Unix作业系统。本程序是linux1.0的内核源码!-Kernel is the heart of the system, run the program and management are as disk and printer hardware, such as the core of the procedure. Are the
softhy164h
- 整站程序 源码介绍: 1、运行环境要求: Linux/FreeBSD/Solaris+Apache+Mysql 5+PHP5以上版本支持 或Windows+IIS 5/Apache+Mysql 5+PHP5以上版本支持 2、使用FTP工具,将解压后的文件上传至您的空间 3、确认以下目录或文件属性为可写模式: Inc/Config.inc install.php index.php UpLoadFile 4、输入空间绑定的域名开始安装
linuxsystemdslab
- 包含了各个单元的linux实验源码,包括进程同步、互斥、文件系统、存储管理等的实现。-it includes many unit,such as produces and so on.
TaskManager
- 基于Gtk+的Linux图形界面任务管理器(C++实现)。包括源码+Makefile+程序+实验报告.程序在Ubuntu9.10系统正常运行。 -Gtk+ for Linux-based graphical interface Task Manager (C++ implementation). Including the source code+ Makefile+ program+ lab report. Program Ubuntu9.10 system uptime.
stu_infor_1.0V
- 一款基于linux c/c++的学生管理系统源码,对学生老师的增删改,还有一个超级用户可以改变其他用户的权限,功能很强大。 -A based on linux c/c++ source code management system for students, additions and deletions to the student teachers, as well as a super user can change the permissions of other users, func
LamportAndPresidentElection
- 一个实际分布式实时控制系统中逻辑时钟管理(Lamport)与选举(PresidentElection)算法的实现。包含源码与简单说明,Tru64Unix。-A distributed real-time clock management control systems (Lamport) election (PresidentElection) algorithm. Contains the source code and a brief descr iption, Tru64Unix.
putty
- Putty 源码 随着Linux在服务器端应用的普及,Linux系统管理越来越依赖于远程。在各种远程登录工具中,Putty是 出色的工具之一。 Putty是一个免费的、Windows 32平台下的telnet、rlogin和ssh客户端,但是功能丝毫不逊色于商业的telnet类工具。 用它来远程管理Linux十分好用,其主要优点如下: ◆ 完全免费 ◆ 在Windows 9x/NT/2000下运行的都非常好 ◆ 全面支持ssh1
bank.tar
- 一个简单的财务管理系统,开放源码,自己编译。-Must pass an authentication form
QtandQuicksrc
- 最新《Qt及Qt开发实战精解》一书的源码案例,内容涉及多文档编辑器、方块游戏、音乐播放器、数据管理系统、局域网聊天工具五大详细案例-Latest book Qt or Qt development practical essence solution source case, content involves many document editor, squares, games, music players, data management system, LAN chat tool for
sound-code
- 基于arm-cortex-A8的物联网仓储管理系统源码-Arm-cortex-A8 IOT-based warehouse management system source code
FileExplorer
- 仿小米资源管理器完整源码工程,对Android的文件管理系统的学习有极大的参考价值-Millet engineering resource manager complete source code, for Android file management system study is of great reference value
php_mbstring(jb51.net)
- 教学管理的初步系统实现源码,可以供参考,其中有些功能需要进一步完善(education management)
unix code
- unix源码包括文件系统,任务管理,中断,输入输出(UNIX source code includes file system, task management, interruption, input and output)
Linux内核源码0.01
- 目录 boot 系统引导。 fs 文件系统。 include 头文件。一些C标准库,系统核心库。 init 入口。main.c。 kernel 内核。 lib 库。C源程序,一些基本核心的程序。 mm 内存管理 tools C程序编译构建相关。不算系统文件 Makefile C程序编译构建相关。不算系统文件。