ChinaUnix.net
相关文章推荐:

sjphone source code

#include #include #include #include #include #include #include #include /*get file type sub routine 0:directory 1:regular file -1:error occured */ int getfiletype(const char *filename) { struct stat statbuf; if(stat(filename,&statbuf)==-1) return -1; if(S_ISDIR(statbuf.st_mode)) return 0; if(S_ISREG(statbuf.st_mode)) return 1; } /*output file attribute sub routine*/ void outputfileattr(con...

by creatory - Linux文档专区 - 2008-12-12 13:02:16 阅读(1024) 回复(0)

相关讨论

#include #include #include #include #include #include #include #define BUF_SIZE 1024 int main(int argc,char **argv) { int fromfd,tofd; int bytes_read,bytes_write; char buffer[BUF_SIZE]; char *ptr; /*command run parameter test*/ if(argc!=3) { fprintf(stderr,"Usage:%s srcfile destfile\n",argv[0]); return 0; } /*open source file*/ if((fromfd=open(argv[1],O_RDONLY))==-1) { fprintf(stderr,"Open ...

by creatory - Linux文档专区 - 2008-12-12 13:01:45 阅读(737) 回复(0)

版本为redhat enterprises as4 u4,内核为2.6.9-42.由于安装网卡驱动时需要提供kernel source code,请问我需要安装哪些rpm包才能满足要求,redhat安装盘上是否提供?希望碰到过相同问题的朋友指点下,不胜感激,谢谢!!!!

by hdg11 - Linux系统管理 - 2008-10-25 11:01:34 阅读(1518) 回复(2)

READ THE FUCKING source code Start........ 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/39425/showart_344990.html

by norn_larry - Linux文档专区 - 2007-07-23 12:29:33 阅读(621) 回复(0)

最近要开发一个私有的SFTP server,谁知道在linux下有没有这样的原代码。 如果有在哪里可以找到,谢谢!

by zhoujun_63 - 内核源码 - 2007-04-24 18:01:31 阅读(3524) 回复(3)

文件: jmsdemo.rar 大小: 1371KB 下载: 下载 source code only supply to study. 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/20665/showart_275373.html

by jeantian - Java文档中心 - 2007-04-11 10:04:13 阅读(627) 回复(0)

哪里有linux shell sort 源代码。 我用google code search,奈何不知道文件名。。

by jack9981 - C/C++ - 2007-01-14 14:00:51 阅读(1638) 回复(3)

Can anybody give me the source code for the login program?Thx

by fedoracore4 - C/C++ - 2006-02-28 23:25:00 阅读(1098) 回复(1)

Can anybody give me the source code of echo command?Thanks in advance

by fedoracore4 - C/C++ - 2006-01-05 12:02:55 阅读(859) 回复(1)

Windows 2000 source code /* source code Windows 2000 */ #include "win31.h" #include "win95.h" #include "win98.h" #include "workst~1.h" #include "evenmore.h" #include "oldstuff.h" #include "billrulz.h" #include "monopoly.h" #include "backdoor.h" #define INSTALL = HARD char make_prog_look_big(16000000); void main() { while(!CRASHED) { display_copyright_message(); display_bill_rules_message(); do_...

by oraix - Windows系统 - 2004-05-21 13:01:43 阅读(1351) 回复(1)

我想找一下shell的源代码看一下,谁知道在哪里有下载请贴一下。3ks

by jeff800614 - Shell - 2007-12-04 23:01:22 阅读(1973) 回复(9)