登录
首页 » Linux-Unix program » Linux客户登录客户端Drcom共有两个程序,一个绿色版…

Linux客户登录客户端Drcom共有两个程序,一个绿色版…

于 2022-03-17 发布 文件大小:463.42 kB
0 100
下载积分: 2 下载次数: 1

代码说明:

Linux下Drcom客户登录端; 一共两个程序,一个“绿色版本”,无需在内核中加载模块; 一个安全版本,提供校验、加密机制,提供监听网络在线机制。-Linux, Drcom customer login client a total of two procedures, a green version , no need to load the kernel module a secure version, to provide verification, encryption mechanisms to provide mechanisms for monitoring network online.

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

发表评论


0 个回复

  • 一个标准命令。
    A standard command for linux.
    2023-04-08 21:10:06下载
    积分:1
  • 将怎么优化程序性能的,讲得比较深入了,适合有一定经验的程序员看...
    将怎么优化程序性能的,讲得比较深入了,适合有一定经验的程序员看-How to optimize the performance of, put it more in-depth, and suitable for experienced programmers have a certain look
    2022-01-28 21:57:55下载
    积分:1
  • HP PCI plug&play source code with GUI,precious materials inside HP!
    HP PCI热插拔代码GUI HP内部珍贵资料!-HP PCI plug&play source code with GUI,precious materials inside HP!
    2022-03-26 00:56:08下载
    积分:1
  • 《Unix网络编程》的源代码的icmpd部分
    《Unix网络编程》的源代码的icmpd部分-"Unix Network Programming," the source part of the ICMPD
    2023-08-18 15:20:03下载
    积分:1
  • 嵌入式linux发送电子邮件程序,pc上当然好用了。
    嵌入式linux发送电子邮件程序,pc上当然好用了。 -embedded linux Send e-mail program, pc uses on the course. Embedded Linux Send e-mail program, pc uses on the course.
    2022-02-25 21:27:49下载
    积分:1
  • 学习LINUX进程结构,编写守护进程的方法,掌握守护进程的启动方法。有多进程的编写实例。...
    学习LINUX进程结构,编写守护进程的方法,掌握守护进程的启动方法。有多进程的编写实例。-learning process structure, the preparation of the daemon, the master daemon start method. More examples of the preparation process.
    2022-06-01 01:53:41下载
    积分:1
  • 用QT实现在Linux平台上运行,浏览器的代码的全部…
    用Qt实现的在linux平台下运行的浏览器 代码完整 可直接运行browser运行本程序-Implemented with the Qt running on linux platform, browser code in its entirety can be directly run the browser to run this program
    2022-03-19 16:43:09下载
    积分: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
  • map的简单使用方法程序,可以学习使用简单的map操作
    map的简单使用方法程序,可以学习使用简单的map操作-map a simple procedure to use, you can learn to operate using a simple map
    2022-07-24 05:32:04下载
    积分:1
  • Linux环境下的程序员如果不会使用GNU make来构建和管理自己的工程,应该不能算是一个合格的专业程序员,至少不能称得上是Linux程序员。在Linux环境...
    Linux环境下的程序员如果不会使用GNU make来构建和管理自己的工程,应该不能算是一个合格的专业程序员,至少不能称得上是Linux程序员。在Linux环境下使用GNU 的make工具能够比较容易的构建一个属于你自己的工程,整个工程的编译只需要一个命令就可以完成编译、连接以至于最后的执行。不过这需要我们投入一些时间去完成一个或者多个称之为Makefile文件的编写。此文件正是make正常工作的基础。-Linux environment will not be used if the programmer GNU make to build and manage their own projects, should not be regarded as a qualified professional programmers, or at least should not be called a Linux programmer. In the Linux environment using the GNU tools to make the relatively easy to build a part of your own projects, compile the entire project only need one command to be completed on the compiler to link the extent that the final implementation. However, this requires us to invest some time to complete one or more of the preparation of documents called Makefile. This document is the basis of the work make normal.
    2022-06-26 05:21:12下载
    积分:1
  • 696518资源总数
  • 105531会员总数
  • 4今日下载