-
sl811主机源代码
sl811主机源代码-sl811 mainframe source code
- 2022-08-31 15:55: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下,蓝牙协议栈
包括SDP HCI 等完整的代码
LINUX下,蓝牙协议栈
包括SDP HCI 等完整的代码-LINUX, the Bluetooth protocol stack including the SDP HCI, such as a complete code
- 2022-09-08 14:00:02下载
- 积分:1
-
高效率文件过滤API,使用窗口技术来过滤文件记录,用户可以自定义过滤条件及窗口大小。...
高效率文件过滤API,使用窗口技术来过滤文件记录,用户可以自定义过滤条件及窗口大小。-High-efficiency paper filter API, using the window technique to filter paper records, the user can customize the filter conditions and the window size.
- 2022-03-24 18:42:50下载
- 积分:1
-
UNIX编程的简单的shell下的参数。含有1。C,APUE的…
UNIX下编程实现带参数的简单shell.包含1.c、apue.h、error2e.c-UNIX Programming with the parameters under the simple shell. Contains 1.c, apue.h, error2e.c
- 2022-01-23 10:39:26下载
- 积分:1
-
QT4 classic tutorial, very useful for learning qt, U.S. support for what
Qt4 的经典教程,对学习qt非常有用,大家支持一下-QT4 classic tutorial, very useful for learning qt, U.S. support for what
- 2022-03-26 10:48:37下载
- 积分:1
-
这是关于远程登陆TELNET 的源代码 已经测试过的。
这是关于远程登陆TELNET 的源代码 已经测试过的。-This the Telnet remote login on the source code has been tested before.
- 2022-01-21 05:29:38下载
- 积分:1
-
//初始化
initscr()
//获得屏幕尺寸
getmaxyx(stdscr, h, w)
//画背景...
//初始化
initscr()
//获得屏幕尺寸
getmaxyx(stdscr, h, w)
//画背景
for(i=0 i
- 2022-02-16 05:28:10下载
- 积分:1
-
ATARAID driver, easy
ATARAID的驱动程序, 简单易懂-ATARAID driver, easy-to-read
- 2022-03-30 17:54:14下载
- 积分:1
-
linux入门精华,讲解很详细,通俗易懂,很好用
linux入门精华,讲解很详细,通俗易懂,很好用-linux entry essence on a very detailed and user-friendly, good with
- 2022-02-09 18:27:56下载
- 积分:1