-
Quick sort of simple procedures, GTK interface compiler used CodeBlocks.
快速排序的简单程序,GTK界面,
用CodeBlocks编译。-Quick sort of simple procedures, GTK interface compiler used CodeBlocks.
- 2022-01-26 01:37:00下载
- 积分:1
-
gcc 能编译 完全用于学习!gcc can be compiled exclusively for learning!
gcc 能编译 完全用于学习!gcc can be compiled exclusively for learning!-gcc can be compiled exclusively for learning!
- 2023-05-23 20:15:05下载
- 积分:1
-
多进程例子程序,IO操作在不同的进程中!
多进程例子程序,IO操作在不同的进程中!-Examples of multi-process procedures, IO operations in a different process!
- 2022-01-26 08:35:16下载
- 积分:1
-
应用平台 SCO OpenServer 5 编译命令 cc
应用平台 SCO OpenServer 5 编译命令 cc -o fget fget.c -lcurses 此程序适用于SCO UNIX主机系统,客户端为任意平台. 以Windows客户为例,以下简要说明其使用方法. 1、直接拨号方式 先进入Windows的终端仿真器, 使用ATDT命令向UNIX主机拨号,当主机连通时, 运行主机的FGET程序,格式为 FGET 下载文件名.然后,从终端仿真器的传输" 菜单选接收二进制文件选项,输入本地文件名后,即可接收文件. 2、internet连接方式 先将FGET文件在主机上编译通过, 然后用Netterm之类的telnet 软件连接到主机上,当主机连通时,运行主机的FGET程序,格式为 FGET 下载文件名. 然后从菜单选接收文件选项,输入本地文件名后,即可接收文件.-application platform SCO OpenServer compiler five orders cc-o fget fget.c- lcurses this procedure applies to SCO UNIX mainframe system, the client platform to be arbitrary. A Windows client for example, the following brief description of their use. A direct dial-up access ahead of Windows Terminal simulator, ATDT order to use UNIX mainframe dial-up, when the mainframe connectivity, FGET mainframe operating procedures, formats FGET to download the file. Then, terminal emulation from the transmission election quot menu option to receive binary files, input from the local paper, the document may be received. 2 , internet connectivi
- 2022-09-16 13:40:03下载
- 积分:1
-
Linux使用技巧集。Linux 是目前最热门的网络操作系统之一,它包含了完整的Internet服务...
Linux使用技巧集。Linux 是目前最热门的网络操作系统之一,它包含了完整的Internet服务-Linux set to use the skills. Linux is the most popular one of the network operating system, which includes a complete Internet services ... ...
- 2022-01-23 10:38:54下载
- 积分:1
-
如何制作ramdisk的一个好资料
如何制作ramdisk的一个好资料-how to make ramdisk
- 2023-05-08 22:55:02下载
- 积分:1
-
自己常用的BASE64编码程序,开发环境为LINUX
自己常用的BASE64编码程序,开发环境为LINUX
- 2022-05-27 10:27:51下载
- 积分: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
-
this if for bash doc to get good idea on bash
this if for bash doc to get good idea on bash
- 2023-02-07 03:30:03下载
- 积分:1
-
24位BMP到RLE的转换目的是为了节省字节,针对一些透明色较多的,尺寸比较大的BMP图像。对于透明色较少的图像,也许起不到RLE的优势,反而会增加图片的大小...
24位BMP到RLE的转换目的是为了节省字节,针对一些透明色较多的,尺寸比较大的BMP图像。对于透明色较少的图像,也许起不到RLE的优势,反而会增加图片的大小-24-bit BMP to RLE conversion is designed to save bytes for some more transparent color, size, relatively large BMP images. Less transparent color for images, may not achieve the advantages of RLE, but will increase the picture size
- 2022-03-17 20:49:50下载
- 积分:1