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

搜索资源列表

  1. chat

    0下载:
  2. 网络通信程序,实现一对多通讯。类似于-net conmunication
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-06
    • 文件大小:435538
    • 提供者:123
  1. singleToMutipleChat

    0下载:
  2. 这是一个简单一对多聊天程序,服务器能同时响应多个客户请求,服务器反复监听客户请求-This is a simple-to-many chat program, the server can simultaneously respond to multiple client requests, the server listens for client requests repeatedly
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-05
    • 文件大小:2119
    • 提供者:刘飞
  1. myhibernate2

    0下载:
  2. hibernate连接数据库并实现一对多查询-connect to the database and implement one to many hibernate query
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:455754
    • 提供者:cjy
  1. mul_thread

    0下载:
  2. 用C# 语言实现了一对多的网络聊天形式,以Tcp协议为基础-C# language using a one to many forms of Internet chat, based on the agreement to Tcp
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-29
    • 文件大小:77258
    • 提供者:chenying110abc
  1. yiduiduo

    0下载:
  2. 用C# 语言实现了一对多的网络聊天形式,以Tcp协议为基础-C# language using a one to many forms of Internet chat, based on the agreement to Tcp
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-29
    • 文件大小:201446
    • 提供者:chenying110abc
  1. src

    0下载:
  2. 聊天程序,客户端和服务器端,实现一对多和多对多对话。-Chat program, the client and server side, to achieve many and many to many dialogue.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2056
    • 提供者:林木
  1. hibernateExper

    0下载:
  2. hibernate:不是用数据库连接池,而是用hibernate连接用来实现一对多和多对一的映射和配置文件-hibernate: not with a database connection pool, but with the hibernate-many and many to one connection used to implement the mapping and configuration files
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:21888
    • 提供者:杨波
  1. QQChart

    0下载:
  2. 基于局域网的仿QQ聊天程序,可以一对多,多对多聊天-LAN-based imitation QQ chat program, you can many, many to many chat
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:54848
    • 提供者:张兴
  1. cascadOperate

    0下载:
  2. hibernate 如何进行实例化,一对多,多对一。
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-23
    • 文件大小:7655206
    • 提供者:龙龙
  1. tongxun

    0下载:
  2. 根据JAVA的网络相关知识和多线程的知识,编制一简单的网络通讯程序,能够实现一对多通讯。-JAVA network according to knowledge and knowledge of multi-threading, the preparation of a simple network communication program that enables one to many communication.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:35986
    • 提供者:黄琳
  1. 2010101411397283

    0下载:
  2. 简单的C#视频系统源代码,VS2008工程,可实现一对一、一对多的语音、视频和文字的交流,可以用来开发视频会议系统,语音视频聊天系统,语音质量和视频效果均不错,支持P2P网络传输,可以直接集成到现有的项目中。 -Simple video system source code C#, VS2008 project, can achieve one to one, one to many voice, video and text communication, can be used to deve
  3. 所属分类:.net

    • 发布日期:2017-05-07
    • 文件大小:1549525
    • 提供者:nerrad
  1. control

    0下载:
  2. 控制软件运行 运用socket编程 一对多-Control software running
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-14
    • 文件大小:22077900
    • 提供者:琦月心蓝
  1. Archive

    0下载:
  2. java映射与hibernate 一对一,一对多,多对多-java mapping and hibernate one to one, many, many to many
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:69299
    • 提供者:llony
  1. observer

    0下载:
  2. 观察者模式.观察者模式定义了对象之间的一对多依赖,这样一来,当一个对象改变状态时,它的所有依赖者都会收到通知并自动更新-Observer pattern. Observer pattern defines a one to many dependency between objects, so that, when an object changes state, all its dependents are notified and updated automatically
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:436303
    • 提供者:freeing
  1. WINSOCKEXP

    0下载:
  2. 利用VB实现 客户端和服务器端沟通 一对多 有程序和代码-Using VB to achieve communication between the client and the server side there are procedures and code-to-many
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:12814
    • 提供者:李政
  1. multiClass_svm

    0下载:
  2. 一个svm(向量机)分类算法本质上是二类分类器代码,实现多类分类的方法一般是将多类分类看作是多个一对多的二类分类器。本程序源码就是一种基于svmlight的svm多类分类器实现。对分类感兴趣的用户请参照。-A svm (vector machine) classification algorithm is essentially a second-class classification code, multi-class classification methods are generally
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:567285
    • 提供者:圣人
  1. locate-multi-objective-

    0下载:
  2. 一个基于C51的多目标的定位装置,一对多的形式,可以判断是否在接受方位内。-A C51-based multi-objective positioning device, one to many in the form, you can determine whether to accept the position.
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:44094
    • 提供者:王湛懿
  1. serverclient

    0下载:
  2. 本程序实现多路复用服务器,实现一对多的功能,服务器采用select函数,客户端采用线程-The muxing process server, to achieve one to many functions, the server uses select function, the client with threads
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4168
    • 提供者:周星星
  1. Voip_Talk

    0下载:
  2. 语音会话包括点对点 一对多的聊天 附带例程-a software for talking on the internet
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-13
    • 文件大小:3204530
    • 提供者:刘凯
  1. TCP

    0下载:
  2. 聊天 相互作用来实现一对多聊天和一对一聊天 客户端和服务器端- chat soft
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:171029
    • 提供者:meizi
« 1 2 3 4 5 6 78 9 10 11 12 ... 18 »
搜珍网 www.dssz.com