-
字符串指针,以探讨指针如何工作
String Pointers to explore how the pointer work
-The program takes lines from standard input and keeps the last n of them in memory as it goes through standard input. When it gets to an EOF, it prints the last n lines out. You may assume n is less than 2000 and each individual line is not longer than 1000 including the newline and the null terminator.
- 2022-02-01 01:57:48下载
- 积分:1
-
对函数select()的测试
对函数select()的测试-to function select () test
- 2022-07-02 19:13:55下载
- 积分:1
-
一个功能全面的电子邮件客户端,支持SMTP,POP3,全面之后次IMAP,LDAP,一个全局地址薄(匿名和认证),不限私人地址薄,人物列表,个人日历,拼写检查...
一个功能全面的电子邮件客户端,支持SMTP,POP3,全面之后次IMAP,LDAP,一个全局地址薄(匿名和认证),不限私人地址薄,人物列表,个人日历,拼写检查-a full-featured e-mail client, support for SMTP, POP3, after full time IMAP, LDAP, a global address book (anonymous and certification), the Open-private address book, list of figures, personal calendars, spell-check
- 2022-06-16 22:44:22下载
- 积分:1
-
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能:...
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入, 而 poll 是 System V 的解决方案. epoll 调用[23]添加在 2.5.45, 作为使查询函数扩展到几千个文件描述符的方法.-poll application instance
- 2023-06-26 04:30:03下载
- 积分:1
-
LINUX基于1602的贪吃蛇程序,难得啊
LINUX基于1602的贪吃蛇程序,难得啊-LINUX based on the 1602
- 2022-07-13 21:57:07下载
- 积分:1
-
经典的unix下telnet的c代码
经典的unix下telnet的c代码-classic telnet under the code c
- 2022-04-01 16:19:54下载
- 积分:1
-
oracle引用库
oracle引用库-oracle reference library
- 2022-02-20 15:27:30下载
- 积分:1
-
IEEE 802.11a/b/g 服务器端AP,应用程序。
IEEE 802.11a/b/g 服务器端AP,应用程序。-IEEE 802.11a/b/g server-side AP, applications.
- 2023-06-06 11:25:03下载
- 积分:1
-
ARM S3C2410A可以编码
arm s3c2410a 下实现的CAN通信代码-arm s3c2410a can code
- 2022-07-04 03:41:33下载
- 积分:1
-
Antinat是一个灵活的SOCKS服务器和客户端库编写代理
Antinat is a flexible SOCKS server and client library for writing proxy-based applications. It supports SOCKS 4, SOCKS 5, authentication, CHAP, XML firewalling, Win32, server chaining, and UDP. It also contains very experimental IPv6 support
- 2022-06-12 15:12:51下载
- 积分:1