-
《Beginning linux programming》一书相应的源代码,大部分为c语言源码。
《Beginning linux programming》一书相应的源代码,大部分为c语言源码。-"Beginning Linux programming" a book of the corresponding source code, most of the C language source code.
- 2022-02-26 21:47:46下载
- 积分: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
-
经典的Linux编程教材,SAMS
经典的Linux编程教材,SAMS-Advanced_Linux_Programming为原版英文书籍,适合Linux初学者-foreign books on linux programmingm, for beginners
- 2022-03-18 00:31:08下载
- 积分:1
-
简单的一个日志系统
简单的一个日志系统- A simple diary system
- 2022-12-09 03:35:02下载
- 积分:1
-
msgctl函数的使用例子
msgctl函数的使用例子 -The example for using msgctl function
- 2022-02-21 23:55:23下载
- 积分:1
-
用于s3c2410的linux
用于s3c2410的linux-2.6内核下的触摸屏驱程-s3c2410 for the linux- 2.6 kernel under way Touchscreen Flooding
- 2022-03-11 17:50:38下载
- 积分:1
-
S3C2410 under linux the I2C bus driver
linux下S3C2410的I2C总线的驱动-S3C2410 under linux the I2C bus driver
- 2023-05-29 05:10:03下载
- 积分:1
-
void DockWidget::dock() {
if (!docked) {
KWin::setSystemTrayWindowF...
void DockWidget::dock() {
if (!docked) {
KWin::setSystemTrayWindowFor(this->winId(), 0)
this->setFixedSize(24, 24)
this->show()
docked = true
}
}
- 2023-04-26 14:10:03下载
- 积分:1
-
华邦的W996[78]cf芯片组的摄象头驱动程序,对开发USB摄象头的同行很有帮助。...
华邦的W996[78]cf芯片组的摄象头驱动程序,对开发USB摄象头的同行很有帮助。-The Winbond W996 [78] cf chipsets摄象头driver, on the development of USB摄象头peer helpful.
- 2022-01-23 11:14:31下载
- 积分:1
-
一个tcp通讯公用程序
一个tcp通讯公用程序-a common communications procedures.
- 2022-03-13 09:42:18下载
- 积分:1