资源列表

« 1 2 ... .11 .12 .13 .14 .15 4516.17 .18 .19 .20 .21 ... 9711 »

[Linux/Unix编程socket

说明:socket通信的源代码。可以直接用GCC编译.-socket communication.
<fx> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[Linux/Unix编程dnw_linux

说明:linux 下的dnw!源代码 速度很快-linux 下的dnw!源代码 速度很快
<zst> 在 2024-09-29 上传 | 大小:3072 | 下载:0

[Linux/Unix编程UNIXetworkProgramming.chm

说明:UNIX Network Programming Vol1, Third Edition The Sockets Networking Api - W Richard Stevens, Bill Fenner, Andrew M Rudo-UNIX Network Programming Vol1, Third Edition The Sockets Networking Api- W Richard Stevens, Bill Fen
<zst> 在 2024-09-29 上传 | 大小:5654528 | 下载:0

[Linux/Unix编程LinuxU

说明:介绍linux usb方面的编程,很详细-Linux usb introduce aspects of programming, in great detail! ! !
<jack2210> 在 2024-09-29 上传 | 大小:1149952 | 下载:0

[Linux/Unix编程gcc-core-3.3.3-20040217-1.tar

说明:mingW gcc3.3.3 源码版本3-gcc opensource virtion3.3.3
<meimeimei> 在 2024-09-29 上传 | 大小:2385920 | 下载:0

[Linux/Unix编程share

说明:1。创建一共享内存。a进程对共享内存中的某个整型不断加一,另外个进程对他进行减一操作,要求信号量同步。-1. The creation of one shared memory. a process of shared memory in a continuous integer-plus-one, while a process carried out by one of his operations, requested semap
<ak-47> 在 2024-09-29 上传 | 大小:2048 | 下载:0

[Linux/Unix编程lscommand

说明:3.编程实现在linux中ls -l -a 命令。用c重新实现类似ls -l -a 命令-3. Programming in the linux implementation of ls-l-a command. C re-implementation with similar ls-l-a command
<ak-47> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[Linux/Unix编程ufs

说明:使用FUSE提供的API,在linux下实现的简单的文件系统。此为操作系统课程设计。-Using the FUSE API , implement an simple filesystem in linux. It is the operation system homework.
<luqianhui> 在 2024-09-29 上传 | 大小:880640 | 下载:0

[Linux/Unix编程spinbox

说明:setlocale[LC_ALL, ""] XtSetLanguageProc[NULL, NULL, NULL] //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "SpinBox", NULL, 0, &argc, argv, NULL, NULL] //建立SpinBox n = 0 XtSetArg[args
<xiaoran1> 在 2024-09-29 上传 | 大小:2048 | 下载:0

[Linux/Unix编程helloworldmotif-1

说明: //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Scroll", NULL, 0, &argc, argv, NULL, NULL] //建立SpinBox n = 0 XtSetArg[args[n], XmNwidth, 400 ] n++ XtSetArg[args[n], XmNheight, 100 ] n+
<xiaoran1> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[Linux/Unix编程xmstring

说明: n = 0 XtSetArg[args[n], XmNlabelString, label] n++ button = XmCreatePushButton[toplevel, "pushbutton", args, n] XtManageChild[button] - n = 0 XtSetArg[args[n], XmNlabelString, label] n++ b
<xiaoran1> 在 2024-09-29 上传 | 大小:2048 | 下载:0

[Linux/Unix编程scale

说明: textf = XmCreateTextField[spinbox, "textf", args, n] XtManageChild[textf] //显示窗口 XtRealizeWidget[toplevel] //进入事件循环 XtAppMainLoop[app] - textf = XmCreateTextField[spinbox, "textf", arg
<xiaoran1> 在 2024-09-29 上传 | 大小:1024 | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 4516.17 .18 .19 .20 .21 ... 9711 »

源码中国 www.ymcn.org