-
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
-
fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,...
fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,-fork and exec calls before and after the Series, in memory of the process "of the data", "stack of" and "code of" what"s the difference? After reading, you will know,
- 2022-05-12 11:15:43下载
- 积分:1
-
编制一个简单的UNIX模拟文件系统
编制一个简单的UNIX模拟文件系统-prepare a simple UNIX file system simulation
- 2023-03-19 05:40:03下载
- 积分:1
-
C++ GUI Programming with Qt 4中文版
C++ GUI Programming with Qt 4中文版-C++ GUI Programming with Qt 4 Chinese version
- 2022-04-12 19:28:46下载
- 积分:1
-
在凌阳61单片机上移植操作系统很有学习参考价值
在凌阳61单片机上移植操作系统很有学习参考价值-Porting the operating system in 51 great learning reference value
- 2022-04-16 11:35:07下载
- 积分:1
-
LM3033 LCD testing procedures to achieve the show features such as drawing a lin...
LM3033液晶测试程序,实现了显示、画线等功能-LM3033 LCD testing procedures to achieve the show features such as drawing a line
- 2022-03-23 21:02:11下载
- 积分:1
-
linux下各种patch的管理工具,可以帮助你管理好自己的补丁,在开源项目比较有用。...
linux下各种patch的管理工具,可以帮助你管理好自己的补丁,在开源项目比较有用。-linux under a variety of patch management tools, can help you manage their own patches, more useful in the open-source projects.
- 2022-07-17 04:45:42下载
- 积分:1
-
Linux设备驱动程序的版本3.chm
Linux 设备驱动 Edition 3.chm-Linux Device Driver Edition 3.chm
- 2022-03-03 02:25:56下载
- 积分:1
-
一个dSP程序希望大家多多下载。
这个程序主要用来降噪
一个dSP程序希望大家多多下载。
这个程序主要用来降噪-A DSP program to download a lot of hope that everyone. This procedure is mainly used to noise
- 2022-03-23 18:15:38下载
- 积分: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