登录
首页 » Linux-Unix program » The code is based on LINUX systems, the achievement of internal staff communicat...

The code is based on LINUX systems, the achievement of internal staff communicat...

于 2023-08-08 发布 文件大小:169.61 kB
0 143
下载积分: 2 下载次数: 2

代码说明:

本代码是基于LINUX系统下的,实现企业内部员工间通信的服务器端代码部分。可以完成文件传输及集体会议等。包含详细完整的代码。-The code is based on LINUX systems, the achievement of internal staff communication part of the server-side code. File transfer to be completed and collective meetings. The code contains detailed integrity.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 硬盘分区表资料集萃,包括基础、工具、修复三部分,chm格式。...
    硬盘分区表资料集萃,包括基础、工具、修复三部分,chm格式。-hard disk partition table of Selected information, including infrastructure, tools, repair parts three, chm format.
    2022-01-21 06:12:51下载
    积分:1
  • esc/pos指令集的打印机的usb驱动,
    esc/pos指令集的打印机的usb驱动,-esc/pos指令集的打印机的usb驱动
    2022-04-20 00:33:46下载
    积分:1
  • qt4编写的输入法,字库为文件存储的形式,通过c++里面的map容器进行检索...
    qt4编写的输入法,字库为文件存储的形式,通过c++里面的map容器进行检索-input for qt4
    2022-03-07 01:42:04下载
    积分:1
  • 开发环境 Unix c语言 代理服务器 可以真是的使用
    开发环境 Unix c语言 代理服务器 可以真是的使用-Unix development environment c language proxy server can really use
    2022-06-27 18:52:58下载
    积分:1
  • 本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽...
    本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_X()调用routine_Y()来增加bar 数据结构中foo 域的值这种方式来描叙核心算法 你自己可以通过阅读代码发现它每当需要理解一段代码时我总是将其数据结构画出来这样我发现了许多相关的核心数据结构以及它们之间的关系 每一章都是非常独立的就象Linux 核心子系统一样当然有时它们还是有联系的比如说如果你没有理解虚拟内存工作原理就无法描叙进程 硬件基本概念一章对现代PC 做了简要介绍操作系统必须与硬件系统紧密结合在一起协同工作操作系统需要一些只能够由硬件提供的服务为了全面理解Linux 你必须了解有关硬件的基础知识 软件基本概念一章介绍了软件基本原理与C 程序语言讨论了建立Linux 这样的操作系统的工具并且给出了操作系统的目标与功能的概叙 内存管理这章描叙了Linux 如何处理物理内存以及虚拟存储技术 进程管理描叙了进程的概念以及Linux 核心是如何创建管理与删除系统中的进程 进程间及进程与核心间通讯以协调它们的活动Linux 支持大量进程间通讯IPC -the book is not specifically a Linux internal manual Rather, it was the introduction of the operating system Linux simultaneously in each chapter of the book as an example to follow from the common characteristics of the principles is that they will be the first core subsystems of Syria will then proceed to the detailed depicts as possible, I will not use routine_X () call routine _Y () to increase the bar data structure foo domain of values in this manner, d
    2022-03-09 23:27:33下载
    积分:1
  • Bookcase 是一个用于KDE的个人的书籍管理。它使用XML文件存储格式,并且追踪26种书籍特性。
    Bookcase 是一个用于KDE的个人的书籍管理。它使用XML文件存储格式,并且追踪26种书籍特性。 -Bookcase is uses in the KDE individual books management. It uses the XML document memory form, and traces 26 kind of books characteristics.
    2022-02-03 21:12:46下载
    积分:1
  • Red Hat Linux 5.1安装指南
    Red Hat Linux 5.1安装指南 -Red Hat Linux 5.1 Installation Guide
    2023-03-05 16:55:03下载
    积分:1
  • //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILUR...
    //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式 cbreak() noecho() keypad(stdscr, TRUE) //建立窗口 win = newwin(h, w, 3, 20) box(win, 0, 0) keypad(win, TRUE) wmove(win, cury, curx) mvaddstr(16, 1, "Press arrow keys to move the cursor within the window. ") mvaddstr(17, 1, "Press q to quit. ") refresh() wrefresh(win) - //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式 cbreak() noecho() keypad(stdscr, TRUE) //建立窗口 win = newwin(h, w, 3, 20) box(win, 0, 0) keypad(win, TRUE) wmove(win, cury, curx) mvaddstr(16, 1, "Press arrow keys to move the cursor within the window. ") mvaddstr(17, 1, "Press q to quit. ") refresh() wrefresh(win)
    2023-08-24 18:05:03下载
    积分:1
  • SmartGen generated using a 2k* 8 Dual Port RAM, and sending data through the ser...
    用SmartGen 生成一个2k*8 Dual Port RAM,并通过串口发送数据初始化RAM。然后通过串口返回到上位机的串口调试程序显示。-SmartGen generated using a 2k* 8 Dual Port RAM, and sending data through the serial port to initialize RAM. And back through the serial port to the PC serial port debugger display.
    2022-02-24 15:24:01下载
    积分:1
  • avi文件的生成库,供linux和windows的做录制和播放人员参考;
    avi文件的生成库,供linux和windows的做录制和播放人员参考;-avi file generation library for linux and windows to do recording and playback of personnel information
    2023-05-04 01:55:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载