搜索资源列表
snmp.tar
- 包含一下内容: * An extensible agent * An SNMP library * tools to request or set information from SNMP agents * tools to generate and handle SNMP traps * a version of the unix netstat command using SNMP * a graphical Perl/Tk/SNMP based mib brows
Hello_World
- 一个极简单的Linux下程序的例子,编译用命令\"make\"。这个例子演示了Linux静态程序库的生成和使用、编译和连接的使用。具体请参考Makefile里面的命令。-a very simple procedure under Linux example, compile using the command "make." This example demonstrates Linux static library generation and use, compile a
readline-5.1.tar
- 命令行输入库,配合ZEBRA 等使用,可用于路由器等需要人机对话界面,减少开发量-Command line input library with the use of ZEBRA, etc., can be used for routers, such as the need for man-machine interface dialogue, reduce the development of the volume of
libminigui-1.6.0-linux-host
- 这是在Linux下进行GUI界面开发的全套libminigui软件包。我里面写了一个安装步骤的文档,希望对需要的朋友有用。提醒一下,如果是做移植的话,在进行libminigui的./configure配置和安装reg-host完了以后,还需要回过去把libminigui再重新进行./build....-TFT(中间还有命令),这样就可以把原先的lib库进行一次交叉编译了,在做移植的时候就不会有错误情况出现了。-This is a GUI in Linux under the full set o
Makefile_am_creator
- 说明:包含程序和代码。 该程序源代码用于创建automake.am和其他文件。用于linux下制作makefile文件。 1. 把src_makefile和automake.exe拷贝到需要创建automake.am的主目录。 2. 执行automake.exe,点击 创建automake.am文件,默认选择当前目录。确定后得到一组文件src_makefile。 3. 将linux工程和src_makefile目录下的所有文件放于linux下同一个目录下。 4. 依次使用如