-
linux 编程中非常重要的信号之间通信机制的实例源代码 内容很多 讲的比较详细...
linux 编程中非常重要的信号之间通信机制的实例源代码 内容很多 讲的比较详细-linux programming signals are very important communication mechanism between the instances of the source code a lot of talk in more detail the contents of
- 2023-03-05 10:25:03下载
- 积分:1
-
svm文本分类改进,关键词抽取(Keywords Extraction)指的是如何从一篇文档(或多篇相关文档)中自动抽取出能很好地代表文档主题的若干个词或短语。...
svm文本分类改进,关键词抽取(Keywords Extraction)指的是如何从一篇文档(或多篇相关文档)中自动抽取出能很好地代表文档主题的若干个词或短语。-Improvement of SVM text classification, keyword extraction (Keywords Extraction) refers to how a document (or more related documents) automatically extracted to represent the theme of a number of documents a word or phrase.
- 2022-02-12 03:59:55下载
- 积分:1
-
网络层协议(距离矢量路由算法)
实现网络层rip协议(距离矢量路由算法)-rip network layer protocol (distance vector routing algorithm)
- 2022-03-24 12:54:10下载
- 积分:1
-
是一个linux下的共享内存文件,读者写者问题的,还不错
是一个linux下的共享内存文件,读者写者问题的,还不错-Is a shared memory under linux document, readers write issues, and also a good
- 2023-06-21 02:05:03下载
- 积分: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
-
linux 下面的虚拟块设备,就是将内存的一个部分虚拟为块设备,提高输入输出的效率...
linux 下面的虚拟块设备,就是将内存的一个部分虚拟为块设备,提高输入输出的效率-linux following the virtual block device, that is, a part of virtual memory for the block device, improve the efficiency of input-output
- 2023-08-04 03:15:03下载
- 积分:1
-
用于串口传送的一种 串口协议打包拆包示例
用于串口传送的一种 串口协议打包拆包示例-for serial transmission of a serial agreement packing unpacking example
- 2022-02-15 06:29:49下载
- 积分:1
-
Teach you how to tuning and customization LINUX, reading believe that it will be...
教你如何调优和定制LINUX,读后相信会有收获-Teach you how to tuning and customization LINUX, reading believe that it will be harvested
- 2022-03-30 17:47:24下载
- 积分:1
-
linux下的xml库,本人已经编译过,没有问题,请各位支持一下。...
linux下的xml库,本人已经编译过,没有问题,请各位支持一下。-xml library under linux, I have compiled, no problem, please support you.
- 2022-01-25 14:37:24下载
- 积分:1
-
贪吃蛇在arm版上的运行,这是一个很好玩的游戏,是我的一次作业...
贪吃蛇在arm版上的运行,这是一个很好玩的游戏,是我的一次作业-Snake in the arm version of the run, this is a very fun game, is my one-stop
- 2022-07-19 00:42:36下载
- 积分:1