-
面向连接的TCPtime服务器程序
面向连接的TCPtime服务器程序-connection-oriented TCPtime server
- 2023-06-25 22:35: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
-
In the Linux system,/etc directory there is such a file passwd, this file contai...
在Linux系统的/etc目录下有这样一个文件passwd,该文件里包含系统中所有用户信息的记录,记录里包含每个用户的如下信息:用户名、密码、用户ID、组ID、用户全名、用户主目录和用户登录所用的shell。请设计一个脚本(shell)程序能实现增加、删除、查找和显示特定用户信息的功能。你们可以通过创建一些UNIX/LINUX shell 脚本文件来满足以上需求。-In the Linux system,/etc directory there is such a file passwd, this file contains all the user information system, records, record where each user that contains the following information: user name, password, user ID, group ID, user" s full name , the user" s home directory and the user logged in with the shell. Please design a script (shell) program enables to add, delete, search and display information on a specific user function. You can by creating a number of UNIX/LINUX shell script file to meet the above requirements.
- 2022-02-04 08:25:33下载
- 积分:1
-
telnetsoft,linux用的着的东西
telnetsoft,linux用的着的东西-telnetsoft, linux use the things
- 2022-01-23 11:26:45下载
- 积分:1
-
This document describe the fundamental concept of network simulator
This document describe the fundamental concept of network simulator-2, a simulation environment for computer networking field of engineering. It covers the description of basic tools and components used in network simulations.
- 2022-03-22 06:08:07下载
- 积分:1
-
Linux 下编程的三个重要工具(ZT).rar
Linux 下编程的三个重要工具(ZT).rar-Linux Programming three important tools (ZT). Rar
- 2022-03-30 11:27:08下载
- 积分:1
-
从新浪天气下载/切割页面 形成一个体积较小的html天气预报文件。包括图片。
在ubuntu/apache环境下,wwwroot=/var/www...
从新浪天气下载/切割页面 形成一个体积较小的html天气预报文件。包括图片。
在ubuntu/apache环境下,wwwroot=/var/www
-Weather download from the Sina/Cutting the page to form a smaller forecast of html files. Including pictures. In ubuntu/apache environment, wwwroot =/var/www
- 2022-11-21 00:50:03下载
- 积分:1
-
Linux下的.wav文件播放示例,装了QT的话先#qmake
Linux下的.wav文件播放示例,装了QT的话先#qmake -project生成工程文件pcm.pro,然后
#qmake pcm.pro生成Makefile,然后
#make 最后
#./pcm 执行
注意代码里面包括要播放的.wav文件的路径-Linux under. Wav file playback example, QT installed, then the first# Qmake-project to generate engineering documents pcm.pro, and then# Qmake pcm.pro generated Makefile, then# Make the final#./Pcm attention to the implementation of the code inside the including the need to play. wav file path
- 2022-03-10 16:40:16下载
- 积分:1
-
generated rectangular Steiner tree package
生成直角Steiner树的程序包-generated rectangular Steiner tree package
- 2022-09-10 18:10:03下载
- 积分:1
-
Nucleus PLUS实时操作系统是很好的
Nucleus PLUS是美国著名RTOS厂商ATI公司(Accelerated Tedmology lnc) 在嵌入式实
时多任务操作系统Nucleus基础上,为实时嵌入式应用而设计的一个抢先式多任务操作系统内核。其95%的代码是用ANSI C写成的,非常便于移植并支持大多数类型的处理器 Nucleus PLUS是一组c函数库,应用程序代码与核心函数连接在一起,生成一个目标代码,下载到目标板的RAM 中或直接烧录到目标板的ROM 中执行。在典型的目标环境中,Nucleus PLUS核心代码区一般不超过20K字节大小。-Nucleus PLUS RTOS is well-known American manufacturers ATI Corporation (Accelera ted Tedmology lnc) in Embedded Real-time Operating System Nucleus multi-task basis, for real-time embedded applications designed to pre-empt a multi-tasking operating system kernel. Its 95% of the code is written in ANSI C, very easy transplantation and to support most types of processors Nucleus PLUS is a function of the group c, Application code and linked to the core function, generating an object code, downloaded to the target board RAM or direct copying to the target board ROM implementation. In a typical target environment, Nucleus PLUS core code is generally not exceed 20 K byte size.
- 2022-06-18 03:55:05下载
- 积分:1