CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - wangluobianchengshiyan

搜索资源列表

  1. wangluobianchengshiyan(11)

    0下载:
  2. 编写一个带图形用户界面的聊天程序,要求使用WSAAsyncSelect模型实现异步通信。-Write a graphical user interface with a chat program, requires the use of asynchronous communication WSAAsyncSelect model.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:11927
    • 提供者:cnwst
  1. wangluobianchengshiyan(4)

    0下载:
  2. 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。当FileClient发送请求“GET xxx.xxx”时,FileServer就把xxx.xxx文件发送给FileClient,FileClient把该文件保存到客户端的本地文件系统中,当FileClient发送请求“PUT xxx.xxx”时,FileServer就做好接收xxx.xxx文件的准备,FileClient接着发送xxx.xxx文件的内容,FileServer把接收到的文件内容保存到服务
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:19229
    • 提供者:cnwst
  1. wangluobianchengshiyan(9)

    0下载:
  2. 开发一个多线程程序同时对一个链表进行节点插入。 (1)要求算法正确 (2)该系统要求使用头插法,插入结果正确,并输出结果。 (3)要求模拟出多线程程序资源共享问题。在本程序中体现为链表节点的丢失。 (4)给出正确的链表受到保护的实现。要求使用线程同步机制。-At the same time develop a multi-threaded program into a linked list node. (1) request algorithms correctly (2) T
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:12251
    • 提供者:cnwst
  1. wangluobianchengshiyan(3)

    0下载:
  2. 1.编写一程序实现任意文件的拷贝功能,源文件名和目的文件名由命令行参数提供。 2.创建一个学生对象,并把它输入到一个文件(mytext.txt)中,然后再把该对象读出来,将其还原后打印出来。-1. To write a program to achieve any file copy function, source file name and destination file name from the command line parameter. 2. To create a stud
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:14425
    • 提供者:cnwst
  1. wangluobianchengshiyan(5)

    0下载:
  2. 实例化HashMap类型的一个对象用来存放每一个客户对应的套接字和通道,实例化线程通道选择器等,当由用户请求时,接受,加入选择项,注册感兴趣事件,另一线程处理输入流,在前面加echo:,发给客户端。-Instantiate an object of type HashMap to store the corresponding socket of each client and channel, select the instance of the thread channel, etc., w
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:16711
    • 提供者:cnwst
  1. wangluobianchengshiyan(7)

    0下载:
  2. 在类里定义各种变量,如发送邮件服务器地址,接收邮件地址等;创建session,store对象,连接服务器;创建邮件,发送邮件。读取邮件信息,将邮件信息打印出来;关闭邮件。-Variables defined in the class, such as sending e-mail server address, e-mail address to receive create session, store the object, connect to the server create a
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:14092
    • 提供者:cnwst
  1. wangluobianchengshiyan(1)

    0下载:
  2. 3.在 Textpad(或Jcreator或UltraEdit)环境下编写一个HelloWorld.java程序,该程序在控制台输出HelloWorld字符串,在DOS提示符下编译并执行这个程序。 4.编写一个类A,它位于包a中,保存到A.java中,再编写一个类B,它位于包b中,保存到B.java中。在类B中实例化类A的一个对象。分别编译类A和类B。-3. Textpad (or Jcreator or UltraEdit) to prepare an environmental Hell
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:14467
    • 提供者:cnwst
  1. wangluobianchengshiyan(2)

    0下载:
  2. 有一个南北向的桥,只能容纳一个人,现桥的两边分别有10人和12人,编制一个多线程程序让这些人到达对岸,每个人用一个线程表示,桥为共享资源。-A north-south bridge can only accommodate one person, on both sides of the bridge is now 10 and 12 respectively, the preparation of a multi-threaded program to allow these people t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:13258
    • 提供者:cnwst
  1. wangluobianchengshiyan(6)

    0下载:
  2. 1、对实验4的第二个题目用UDP编程实现。 2、编写一网络聊天程序,用户界面部分已经编好,清将发送消息和接收消息部分补全。(采用多线程方式)-1, on the subject of the second experiment 4 Programming with UDP. 2, the preparation of a network chat program, has compiled a good part of the user interface, clear to send me
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:15494
    • 提供者:cnwst
  1. wangluobianchengshiyan(8)

    0下载:
  2. 1.编写HTTPS客户端程序,访问安全服务器www.usps.com,将获取到的网页信息打印到控制台。 2.对实验4中第二个实验题目实现安全的客户端和服务器。-1. HTTPS client program written to access a secure server www.usps.com, to get to the pages of information printed to the console. 2. On the second experimental test su
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:10691
    • 提供者:cnwst
  1. wangluobianchengshiyan(10)

    0下载:
  2. 1. 编写一个简单的TCP服务器和TCP客户机。 (1)可以使用控制台字符界面 (2)服务器可以依次和多个用户对话 2. 编写一个简单的UDP应用,要求实现简单的聊天(控制台界面,同步通信即可)。-1. Write a simple TCP server and TCP client. (1) the character can use the console interface (2) servers and multiple user sessions can be in t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:14874
    • 提供者:cnwst
搜珍网 www.dssz.com