-
linux下支持lm70llp的spi驱动,有利于基于此开发上层应用程序
linux下支持lm70llp的spi驱动,有利于基于此开发上层应用程序-linux to support lm70llp the spi-driven, based on this development is conducive to the upper application
- 2022-03-20 12:53:49下载
- 积分:1
-
revised volume SIGINT signal example
修改信号量SIGINT例子-revised volume SIGINT signal example
- 2022-02-05 06:24:58下载
- 积分:1
-
在SCO UNIX制定界面程序 可根据文件配制菜单,而不必修改源程序,非常方便
在SCO UNIX制定界面程序 可根据文件配制菜单,而不必修改源程序,非常方便- Formulation contact surface procedure may act according to the
document configuration menu in SCO the UNIX, but does not need to
revise the source program, extremely facilitates
- 2022-02-02 07:30:16下载
- 积分:1
-
Unix和Linux网络驱动程序
unix and linux net driver
- 2022-03-10 22:54:42下载
- 积分:1
-
blob: a kind of popular embeded system bootlader for ARM.
一款arm嵌入式系统常用的bootload程序blob-blob: a kind of popular embeded system bootlader for ARM.
- 2022-07-23 17:05:14下载
- 积分:1
-
用于串口传送的一种 串口协议打包拆包示例
用于串口传送的一种 串口协议打包拆包示例-for serial transmission of a serial agreement packing unpacking example
- 2022-02-15 06:29:49下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i
- 2022-04-02 11:01:45下载
- 积分:1
-
x264全搜索源代码,里有面很多可以学习的东西,超经典哦,大家可交流一下...
x264全搜索源代码,里有面很多可以学习的东西,超经典哦,大家可交流一下-x264-wide search for the source code, there are side can learn a lot of things, ultra classic Oh, we can exchange
- 2022-02-05 17:54:35下载
- 积分:1
-
linux内核的API接口,对于驱动程序开发,是必备的资料,不过是英文资料...
linux内核的API接口,对于驱动程序开发,是必备的资料,不过是英文资料-linux kernel API interface for driver development, is essential information, but information is in English
- 2022-04-17 03:49:01下载
- 积分:1
-
字符串指针,以探讨指针如何工作
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