-
update patch to linux kernel to 2.4.34
update patch to linux kernel to 2.4.34-pre3-update patch to Linux kernel to 2.4.34- pre3
- 2023-04-17 17:35:03下载
- 积分:1
-
linux组播代码
#! /bin/sh
gcc
linux组播代码
#! /bin/sh
gcc -Wall mcastclient.c -o mcastclient
gcc -Wall mcastserver.c -o mcastserver
#./mcastserver 230.1.1.1 7838
#./mcastclient 230.1.1.1 7838 192.168.100.1 12345
-linux multicast code#!/bin/shgcc-Wall mcastclient.c-o mcastclientgcc-Wall mcastserver.c-o mcastserver#./mcastserver 230.1.1.1 7838#./mcastclient 230.1.1.1 7838 192.168.100.1 12345
- 2022-03-13 06:45:28下载
- 积分:1
-
c++写的一个脚本解释器,可以嵌入到程序里由用户动态配置自己的程序。...
c++写的一个脚本解释器,可以嵌入到程序里由用户动态配置自己的程序。-c write a script interpreter, which can be embedded into the program dynamic configuration by the user"s own procedures.
- 2023-05-30 04:05:03下载
- 积分:1
-
It is a app.tar!
LINUX下的图形界面的一个应用程序!介绍如何登陆到数据库等内容!很帮哦!-It is a app.tar!
- 2022-08-22 20:27:42下载
- 积分:1
-
跨平台,多数据库查看编辑和查询工具,平台支持windows,linux,数据库支持oracle,odbc,mysql,slite等...
跨平台,多数据库查看编辑和查询工具,平台支持windows,linux,数据库支持oracle,odbc,mysql,slite等-Cross-platform, multi-view editing and database query tools, platform support for windows, linux, database support oracle, odbc, mysql, slite, etc.
- 2022-06-11 20:06:06下载
- 积分:1
-
雄鹰Linux,全面介绍Linux,让你整体系统的学习Linux系统
雄鹰Linux,全面介绍Linux,让你整体系统的学习Linux系统-Eagle Linux, a comprehensive introduction to Linux, the system allows you to learn a whole Linux system
- 2022-04-13 03:45:40下载
- 积分:1
-
Linux设备驱动程序(中文第三版) 2.6内核
Linux设备驱动程序(中文第三版) 2.6内核-Linux Devices Driver 2.6 kernel
- 2022-04-11 20:08:32下载
- 积分:1
-
linux的串口设置文件,包含h和cpp文件。
linux的串口设置文件,包含h和cpp文件。-linux serial port setup code:.h,.cpp
- 2022-06-01 01:21:07下载
- 积分:1
-
串口调试工具,在开发板和pc链接后,可以直接测试串口的传送。...
串口调试工具,在开发板和pc链接后,可以直接测试串口的传送。-Serial debugging tools, development boards and pc link, serial transmission can be directly tested.
- 2022-03-28 11:00:44下载
- 积分:1
-
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>...
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c ,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by the Linux user commands, such as ls/usr /*. c < Enter " , in creating a sub- the process, the child process by calling execlp () system call, the implementation of this Order.
- 2023-05-10 18:30:02下载
- 积分:1