-
s3c2440 linux实例代码 很全很经典
s3c2440 linux实例代码 很全很经典-s3c2440 linux are all classic examples of the code
- 2022-01-26 03:26:35下载
- 积分:1
-
Cross
跨平台性能调试工具,支持intel,amd,mips,arm, sparc等多种平台。支持linux内核,驱动和应用的性能分析。识别应用瓶颈,帮助你提升应用的整体性能。-Cross-platform performance debugging tools, support for intel, amd, mips, arm, sparc, such as multiple platforms. To support the linux kernel, drivers and application performance analysis. Identify bottlenecks in the application, help you to enhance the overall performance of applications.
- 2022-05-26 18:38:26下载
- 积分:1
-
process management environment.
unix环境进程管理。-process management environment.
- 2023-06-06 21:40:03下载
- 积分:1
-
用MFC制作的一款IE风格的浏览器
用MFC制作的一款IE风格的浏览器-produced using MFC new style of IE browser
- 2023-06-18 20:30:04下载
- 积分:1
-
这是程序在Linux C显示BMP图像。我用这个程序和我..
Here is the program to display bmp image in linux c..i worked this program and i dont know how to give input for this program-Here is the program to display bmp image in linux c..i worked this program and i dont know how to give input for this program..
- 2023-04-11 04:50:08下载
- 积分:1
-
libosip
libosip-0.9.7源码-libosip- 0.9.7 source
- 2022-02-26 10:37:12下载
- 积分:1
-
用于串口传送的一种 串口协议打包拆包示例
用于串口传送的一种 串口协议打包拆包示例-for serial transmission of a serial agreement packing unpacking example
- 2022-02-15 06:29:49下载
- 积分:1
-
vod服务端程序
vod服务端程序-vod-service procedures
- 2022-03-21 08:47:41下载
- 积分:1
-
数字电视接收卡在linux下的源码驱动程序,包括了大部分的卡的驱动,可以移植到嵌入式设备中。...
数字电视接收卡在linux下的源码驱动程序,包括了大部分的卡的驱动,可以移植到嵌入式设备中。-Digital TV tuner card in linux-source under the driver, including the bulk of the card drivers can be ported to embedded devices.
- 2022-07-15 14:19:50下载
- 积分:1
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1