-
详细介绍了LINUX的API用法,并附有实例提供速查,极为实用
详细介绍了LINUX的API用法,并附有实例提供速查,极为实用-LINUX detailed usage of the API, with examples provided by Info, a very practical
- 2022-02-11 23:14:24下载
- 积分:1
-
换行符转换,在linux下编辑过的文本经该程序转换可以在windows下查看而不出现黑块,也可以转回来...
换行符转换,在linux下编辑过的文本经该程序转换可以在windows下查看而不出现黑块,也可以转回来-Convert line breaks in the next linux text edited by the program can convert windows to view instead of black block, you can switch back
- 2022-02-22 09:04:57下载
- 积分:1
-
JSP
基于JSP的小企业ERP系统,有详细的安装和说明文集,是转贴的-JSP-based ERP system for small businesses, has a detailed description of the installation and Works, is posted the
- 2022-03-17 17:25:34下载
- 积分:1
-
arm下的对flash进行读写的驱动,对arm爱好者有很大帮助
arm下的对flash进行读写的驱动,对arm爱好者有很大帮助-under the arm on the flash drive read and write, and lovers of great help arm
- 2023-04-12 18:25:03下载
- 积分:1
-
此代码是ARM嵌入式系统下的一个VFD的驱动程序
此代码是ARM嵌入式系统下的一个VFD的驱动程序-This code is the ARM embedded system under a VFD driver
- 2022-07-03 15:25:33下载
- 积分:1
-
linux thread example
linux线程例子-linux thread example
- 2022-07-26 13:56:31下载
- 积分:1
-
scrip file for linux shell to partition the SD card for beagleboard.
scrip file for linux shell to partition the SD card for beagleboard.
- 2022-11-07 23:50:04下载
- 积分: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
-
基于上海电信 sgmp3.0短信协议,实现的源程序,现网运行稳定,unix (freeBSD) 环境下编程....
基于上海电信 sgmp3.0短信协议,实现的源程序,现网运行稳定,unix (freeBSD) 环境下编程.-Shanghai Telecom sgmp3.0 message based on the agreement, realize the source, is running a stable network, unix (freeBSD) programming environment.
- 2022-01-24 14:32:26下载
- 积分:1
-
linux 指令大全,详细解释了常用的指令的使用权限、方式、参数等。...
linux 指令大全,详细解释了常用的指令的使用权限、方式、参数等。-Encyclopedia of linux commands, explained in detail the use of commonly used commands permissions, methods, parameters and so on.
- 2022-07-08 07:28:56下载
- 积分:1