资源列表
[Linux/Unix编程] s3c2410-led
说明:s3c2410 基于linux上的LED实力代码,类似跑马灯-s3c2410 based on the LED power source, similar 5,250<guicaili> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] testsleepmyown
说明:自己实现的sleep函数,通过alarm定时.由于mysleep是个子函数,对其调用者需考虑几种情况,即调用者在调用mysleep之前设置的闹钟时间未被超过和设置的闹钟时间被超过(同未设置闹钟),且要考虑调用者是否有未决信号及其是否屏蔽SIGALRM信号,因为这将影响mysleep函数的调用。-of achieving his sleep function, through the alarm regularly. As mysleep function, is making its calle<林茜> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] SOCK_RAW_using_in_linux
说明:Linux下SOCK_RAW原理和应用示例,比较有趣!建议大家看看玩-Linux SOCK_RAW principle and application examples, the more interesting! We look at the proposal to play<handsoft> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] SOCK_RAW-FOR-Linux
说明:Linux下SOCK_RAW原理和应用,自己尝试编的,还请各位高手多多指点。-Linux SOCK_RAW principles and applications, try to compile, Members also requested the guidance of many experts.<左俊> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] cp_dir
说明:一个关于目录复制的源码,可以参见linux里的源代码,找个自己写的功能比较简单易懂-a copy of the source code directory can see Linux's source code, to find yourself writing more easily understood function<fengyi> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] grade12345
说明:该程序是一个计算成绩的源代码,可以直接导出到一个新文件~-the program is a calculation results in the source code, can be directly exported to a new document ~<> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] messctrl
说明:在进行linux服务器编程时经常要用到消息队列编程,但直接使用系统调用可能还不能实现需要.此例子演示了怎样在用内核调用操作消息队列,控制消息队列溢出,消除"死"消息的方法.-during regular programming to be used when the message queue programming, but the direct use of system calls may also need to achieve. this example demonstrates ho<roger> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] fuwuqidaun
说明:linux下服务器端代码 他是面向连接的-under linux server-side code he is the connection-oriented<李洪臣> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] linux_udp
说明:我自己写的udp服务程序,用于远程电机实时控制,包括client和server。编译通过运行正常。-I wrote it myself udp service procedures, for remote real-time control, including the client and server. Compiled by operating normally.<> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] imp1.tar
说明:Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。 一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个<李强> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] getlinuxnetstream
说明:在linux下得到网络流量,通过分析字符串得到-under network traffic analysis to be string<double> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] readinifile_H
说明:/* * 读取INI文件的函数(C语言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section, Key) * Return Key=>Value * + [config] * + dbhost=localhost * * strcpy(dbhost,GetInitKey("config.ini", "config", "dbhost")) */-/*<eFun> 在 2025-06-22 上传 | 大小:1kb | 下载:0