-
功能:Source_Insight使用教程..为了方便的学习Linux源程序,我们不妨回到我们熟悉的window环境下,也算是“师以长夷以制夷”吧。但是在Win...
功能:Source_Insight使用教程..为了方便的学习Linux源程序,我们不妨回到我们熟悉的window环境下,也算是“师以长夷以制夷”吧。但是在Window平台上,使用一些常见的集成开发环境,效果也不是很理想,比如难以将所有的文件加进去,查找速度缓慢,对于非Windows平台的函数不能彩色显示。于是笔者通过在互联网上搜索,终于找到了一个强大的源代码编辑器,它的卓越性能使得学习Linux内核源代码的难度大大降低,-Function: Source_Insight .. in order to facilitate the use of tutorials to learn Linux source code, we may wish to return to our familiar window environment, also be regarded as
- 2022-01-26 08:36:04下载
- 积分:1
-
GPS程序,用于接收GPS通讯报文,并将收到的时间写入系统时钟。...
GPS程序,用于接收GPS通讯报文,并将收到的时间写入系统时钟。-GPS procedures, for receiving GPS communication message to be received from time to write the system clock.
- 2023-04-13 15:45:03下载
- 积分:1
-
Embedded linux development board implements RFID card read and write, read the f...
实现了嵌入式linux开发板上RFID卡片的读写,读取后的信息经过处理后发送到后台-Embedded linux development board implements RFID card read and write, read the following information has been processed is sent to the background
- 2023-01-13 10:45:03下载
- 积分:1
-
远缝的移植在2410的LINUX的原代码 , 功能很全
远缝的移植在2410的LINUX的原代码 , 功能很全-far linking transplant in 2410 of the Linux source code, all very functional
- 2022-02-13 04:16:01下载
- 积分:1
-
linux下的开源播放器vlc的源代码,供相关开发人员参考;
linux下的开源播放器vlc的源代码,供相关开发人员参考;-under the open source linux player vlc source code for the relevant developer reference
- 2023-06-19 03:25:05下载
- 积分:1
-
linux下记录系统日志代码以及记录内核日志代码
linux下记录系统日志代码以及记录内核日志代码-Record linux system log under the code, as well as core log record code
- 2022-07-27 01:28:14下载
- 积分:1
-
修改grub启动时的背景图片
修改grub启动时的背景图片-changes grub start the background image
- 2023-03-21 21:30:04下载
- 积分:1
-
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
print...
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.
")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR_WHITE, COLOR_BLACK)
init_pair(5, COLOR_MAGENTA, COLOR_BLACK)
init_pair(6, COLOR_BLUE, COLOR_BLACK)
init_pair(7, COLOR_YELLOW, COLOR_BLACK)
//写字符串
for(i = 1 i
- 2023-04-17 02:35:03下载
- 积分:1
-
这个源代码是在linux环境蓝牙网络传输文件…
this source code is transferring a file over bluetooth network in linux environment
- 2022-02-15 21:30:48下载
- 积分:1
-
its the source code for tcp sockets to be used in any unicast environment under...
its the source code for tcp sockets to be used in any unicast environment under Linux environment.
- 2022-02-25 07:22:37下载
- 积分:1