-
PCI_CAN under linux drivers, to mount the PCI bus on the CAN bus driven by the d...
linux下PCI_CAN 的驱动程序,对挂载在PCI总线上的CAN总线的驱动的开发很有借鉴作用。可以看出它明显有别于其他总线下CAN的驱动开发。-PCI_CAN under linux drivers, to mount the PCI bus on the CAN bus driven by the development of a very useful reference. It can be seen clearly from other CAN Bus driver development.
- 2022-03-21 07:27:53下载
- 积分:1
-
Linux Kernel中文手册
Linux Kernel中文手册-manual Chinese Linux Kernel
- 2022-04-17 08:49:26下载
- 积分:1
-
underwater effect in gcc vs OpenGL linux
underwater effect in gcc vs OpenGL linux
- 2022-02-12 02:52:53下载
- 积分:1
-
Image Compression Decompression FOSS
图像压缩解压的源码-Image Compression Decompression FOSS
- 2022-05-17 05:59:39下载
- 积分: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
-
超全的2410开发文档,快速掌握嵌入式开发!
超全的2410开发文档,快速掌握嵌入式开发!-Ultra-wide development of the 2410 document, the rapid development of embedded master!
- 2022-11-29 03:05:03下载
- 积分:1
-
goolge phone 目前没有开放的android 平台的源码
goolge phone 目前没有开放的android 平台的源码-goolge phone there is no open-source android platform
- 2023-07-05 04:05:03下载
- 积分:1
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1
-
Linux Network Programming is very important, but when we reach a Linux Network P...
Linux网络编程是非常重要的,而且当我们一接触到Linux网络编程,我们就会发现这是一件非常有意思的事情,因为以前一些关于网络通信概念似是而非的地方,在这一段段代码面前马上就豁然开朗了。在刚开始学习编程的时候总是让人感觉有点理不清头绪,不过只要多读几段代码,很快我们就能体会到其中的乐趣了。下面我就从一段Proxy源代码开始,谈谈如何进行Linux网络编程。-Linux Network Programming is very important, but when we reach a Linux Network Programming, we find this is a very interesting thing, because in the past some of the communications network concept specious, in this section of the code immediately before the gleam. At the beginning of the learning programming always make people feel a little disarray clue, but as long as the code to read paragraphs and soon we will be able to appreciate the fun. Now, I am from a Proxy source code, talk about how Linux Network Programming.
- 2022-01-26 03:42:09下载
- 积分:1
-
有关嵌入式LINUX下驱动程序开发的入门教程,基于华恒科技的内部教材...
有关嵌入式LINUX下驱动程序开发的入门教程,基于华恒科技的内部教材-the Embedded Linux Driver Development Guide to the portal, based on the internal huaheng technology materials
- 2022-03-22 04:27:19下载
- 积分:1