登录
首页 » Windows开发 » Linux和Windows服务器

Linux和Windows服务器

于 2022-05-17 发布 文件大小:1.40 kB
0 205
下载积分: 2 下载次数: 1

代码说明:

linux和windows下配置cvs服务器.doc-linux and windows cvs server

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

发表评论

0 个回复

  • 简单的网站购物系统,大家请下载,大家以后也多多交流
    简单的网站购物系统,大家请下载,大家以后也多多交流-A simple web site shopping system, please download the U.S., after a lot of exchange of U.S.
    2022-10-19 23:00:04下载
    积分:1
  • Design Pattern Mini
    设计模式迷你手册,希望对大家有所帮助,包含了几种常用的设计模式.-Design Pattern Mini-Manual, and they hope to help everyone, including several commonly used design patterns.
    2022-03-22 07:57:09下载
    积分:1
  • LR (0) to the table automatically. Console input must be strictly adhered to. Gr...
    LR(0)表的自动实现.控制台输入必须严格遵守.grammar 类的实现是本程序的关键-LR (0) to the table automatically. Console input must be strictly adhered to. Grammar category is the realization of this program the key
    2022-08-19 13:26:05下载
    积分:1
  • 基本图书管理系统功能需求:
    基本图书管理系统功能需求: 1. 新书入库 2. 读者信息管理: (1)读者信息录入 (2)读者信息修改 (3)读者信息删除 (4)读者信息查询。 3. 图书查询: (1) 输入一个书号,在文件中查找此书,若找到则输出此书的全部信息;若找不到则输出查找失败的信息。 (2) )查询所有要购入的图书的书名和书号。 4. 借阅管理 (1) 每个读者的信息包括姓名,编号,借阅图书1,借阅图书2,借阅图书3,输入M个读者的信息并存入数组reader中. (2) 借书登记:输入读者的姓名及所借图书的书号,先判断姓名是否在读者数组中,若有则将书号存入reader数组中,同时修改book数组中此书的现存量.若reader数组中无此姓名,则应提示错误。 (3) 还书管理:输入读者的姓名,所还图书的书号,修改reader数组和book数组中相应的项。 5. 输出全部图书信息和全部读者信息。 6. 退出系统。 -Basic library management system functional requirements: 1. Book storage 2. Readers Information Management: (1) reader information into (2) modify the reader information (3) the reader information to delete (4) the reader information query. 3. Book Search: (1) Enter an ISBN, in the document to find the book, if the output of the book to find all the information if it can not find the output of the failure to find information. (2)) check all books to be purchased titles, and ISBN. 4. Lending Management (1) Every reader s i
    2022-03-20 01:18:53下载
    积分:1
  • thread safe locking queue implementation in c++, easily convert to c implementat...
    thread safe locking queue implementation in c++, easily convert to c implementation.
    2022-09-26 16:50:02下载
    积分:1
  • 磁盘克隆
    资源描述使用Win32的API读写卷扇区实现磁盘克隆,对于无法使用API打开的卷,使用驱动进行打开。
    2022-04-27 21:48:19下载
    积分:1
  • 我想生成一个MDI窗口的介面,但现用VC实现起来很麻烦,要加很多很多的RUNTIME_CLASS,而且不能实现在主窗口中加入功能选项。就是说生成一个OUTLO...
    我想生成一个MDI窗口的介面,但发现用VC实现起来很麻烦,要加很多很多的RUNTIME_CLASS,而且不能实现在主窗口中加入功能选项。就是说生成一个OUTLOOK的主窗口,在主窗口中再 加入多文档窗口(象OFFICE的多文档子窗口)。因此,写了这个CMDIChild的类。-I want to produce one MDI window lie between the surface, but discovers realizes with VC is very troublesome, must add very many very many RUNTIME_CLASS, moreover cannot realize in the host window joins the function option. Is says produces one OUTLOOK the main window, joins the multi- documents window again in the host window (looks like OFFICE the multi- articles window). Therefore, wrote this C$mDIChild kind.
    2023-01-04 01:25:04下载
    积分:1
  • 非常好的VB学习案例程序,包括一定的财务知识,适合有VB基础的人学习...
    非常好的VB学习案例程序,包括一定的财务知识,适合有VB基础的人学习-VB very good case study procedures, including certain financial knowledge, VB is the basis for learning from the people
    2023-03-23 20:50:04下载
    积分:1
  • C++中的HARQ混合自动重复请求
    一个主要的数据通信的当务之急是有效的控制所造成的信道noiseso以使无误差数据检索传输错误。与此目的考虑,severalschemes已开发并用于改善providedto接收机信息的准确性。其中一个方案是电信介质具有alimited带宽。后的源编码而来的信道encoding.As对于信道编码器,该策略是添加冗余到thetransmitted信号,使得在传输过程中所造成的噪声误差可以becorrected在接收机。由于时间不够,我们无法包括channelencoding在我们的研究中。由于错误检查是必需的,其他位可以beappended的数据。它允许接收机以验证到达的informationthat正确与否。一个错误检查的最常用的方法是CRC这是我们在这个项目中所采用的方法。如果有ISNO错误,该信息被假定无差错。否则,retransmissionof相同数据是必需的。这一过程的进一步解释areprovided在下面的章节。datatransmission的性能使用的BER(误码率),其是ofbit误差的studiedtime间隔期间由传送的比特的总数除以数量来衡量。由于BER为信噪比(信噪比)的函数,thisproperty用在这个项目中绘制的误码率超过瑞利衰落信道的曲线BPSKmodulation及以下的AWGN给出。
    2023-02-15 17:05:04下载
    积分:1
  • (6.25k)ITOM使用文本对象模型的一个实例(汤姆)。它使用itextd…
    (6.25k) ITOM is an example using the Text Object Model (TOM). It uses the ITextDocument COM Interface. GUID IID_ITextDocument-(6.25k) ITOM is an example using the Text Ob Campus Model (TOM). It uses the COM ITextDocument Interface. GUID IID_ITextDocument
    2022-07-13 10:06:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载