-
触摸屏资料5,包含多个触摸屏的应用文档,值得一看!
触摸屏资料5,包含多个触摸屏的应用文档,值得一看!-Infomation of touch screen,include some touch screen application document.
- 2022-02-04 23:04:55下载
- 积分:1
-
Unix/Linux server/client through the TCP/IP communications procedures
Unix/Linux下服务端/客户通过TCP/IP通讯的程序-Unix/Linux server/client through the TCP/IP communications procedures
- 2023-05-16 01:35:04下载
- 积分:1
-
postscript ddk 文件 开发环境
postscript ddk 文件 开发环境
-postscript ddk documentation development environment
- 2022-02-09 16:26:51下载
- 积分:1
-
经典的Perl电子书,非常适合初学者或者有一定经验的开发人员...
经典的Perl电子书,非常适合初学者或者有一定经验的开发人员-Perl classic e-books, very suitable for beginners or have some experience of the developers
- 2022-01-23 10:08:29下载
- 积分:1
-
好强悍的minix2.0的源码,是你学习操作系统和Linux编程不可或缺的源码!这个东西可费了我一周的时间才从网上弄到的!要好好珍惜...
好强悍的minix2.0的源码,是你学习操作系统和Linux编程不可或缺的源码!这个东西可费了我一周的时间才从网上弄到的!要好好珍惜-A good source of minix2.0 powerful, is that you learn Linux operating system and an indispensable source programming! This thing could cost me a week to get from the Internet! To cherish!!
- 2022-03-22 21:35:31下载
- 积分:1
-
SCO使用FTP功能传文件,接收文件
sco unix下使用ftp函数传文件、接收文件-sco use ftp function Chuan documents, receiving documents
- 2022-03-13 17:08:08下载
- 积分:1
-
DOS文件格式转化为UNIX文件格式的C程序
DOS文件格式转化为UNIX文件格式的C程序-DOS file format conversion for UNIX file format C Program
- 2022-09-18 14:45:03下载
- 积分:1
-
地图浏览器,在linex下运行,能显示坐标,鼠标所在经纬度
地图浏览器,在linex下运行,能显示坐标,鼠标所在经纬度-Map Viewer, at linex run, can display coordinates of the mouse where the latitude and longitude
- 2022-01-28 04:19:17下载
- 积分: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 kernel to achieve "Recycling."
- 2022-04-09 13:22:19下载
- 积分:1