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

搜索资源列表

  1. myChatRoom

    0下载:
  2. 基于SOCKET的简单聊天工具并且涉及到数据库的使用(需要导入数据库文件,数据库名为ChatRoom,数据库默认账号sa,无密码)-SOCKET-based chat tool is simple and involves the use of the database (need to import the database file, the database name ChatRoom, the database default account sa, no password)
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:575825
    • 提供者:
  1. Server_To_Clinet

    0下载:
  2. MFC写的2个程序,通过socket通信,上下位机的。上位机发送一个名字给下位机,下位机通过查询数据库取得电话号码传回上位机,带详细文档。-MFC write two procedures, through the socket communication, next-bit machine. PC to send a name to the next crew, the next crew by querying the database to obtain the phone numbers
  3. 所属分类:Communication

    • 发布日期:2017-11-26
    • 文件大小:727040
    • 提供者:烟雨寒
  1. 865880434

    0下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接 客户通过Socket(InetAddress,port)建立与服务器的连接。服务器与客户都通过构
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:914901
    • 提供者:三鲜丸子
  1. bookserver-tcp

    0下载:
  2. 一个bookserver,通tcp/ip socket完成查询,修改数据库。
  3. 所属分类:Web Server

    • 发布日期:2017-04-03
    • 文件大小:239819
    • 提供者:lasky
  1. lit

    0下载:
  2. 北航面向对象建模课程大作业。实现局域网内即时通信工具,含客户端服务端,支持注册、添加好友、即时会话等工能。涉及知识含socket通信、数据库、多线程等。约4000行-Object-oriented Modeling Course project in Beihang University implementing a LAN instant messaging tool including Server and Client.Registering , adding friends and in
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:152840
    • 提供者:Moon
  1. socketserver1000

    0下载:
  2. 套接字数据库服务器 有兴趣的看一看数据服务器,socket编写 速度其快-socket database server are interested in a look at the data server socket prepare its fast pace
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:8405
    • 提供者:inEgy
  1. CSharp-windows-application

    0下载:
  2. c# 的窗口程序。包括文件读写、网络通讯、数据库连接等功能。-c# windowns Application, contains file reading and writing, socket comm, database link
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-23
    • 文件大小:636181
    • 提供者:王亮
  1. VODDev

    0下载:
  2. 视频点播系统,该系统核心界面有三个:登陆、服务器和客户端界面。数据库服务器存放媒体服务器中的媒体Media清单和用户数据。当VOD客户端登陆媒体服务器后,可以下载Media数据进行播放。VOD服务器进行媒体管理和用户管理。用到的技术有MFC GUI,socket编程,数据库访问和操作,DirectX中的DirectShow,组件和动态库-Video-on-demand system, the core of the interface has three: landing, the server
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1773072
    • 提供者:兵戈宝牛
  1. BaiduMapIPS

    0下载:
  2. 百度地图信息推送,百度地图实现了定位、地图标注和气泡的功能,Android客户端和PC服务端利用Socket进行通信(首先手机和电脑要设置在同一个网段下),能读取服务端的数据库-Baidu map information push, Baidu map to achieve the positioning, map labels and bubble functions, Android PC client and server use Socket communication (phone a
  3. 所属分类:android

    • 发布日期:2017-05-14
    • 文件大小:3099050
    • 提供者:黄俊琦
  1. dict

    0下载:
  2. 实现在线电子词典。用C语言实现,用到了socket编程和sqlite3数据库-For online electronic dictionary. Using C language, used in the socket programming and sqlite3 database
  3. 所属分类:Linux Network

    • 发布日期:2017-05-07
    • 文件大小:1225866
    • 提供者:张强
  1. CapturePacket

    0下载:
  2. 网络抓包与协议分析,实现图形用户界面,能利用原始套接字编程接口(winpcap)进行抓包,能对抓包的内容进行分层显示和各字段数值显示,可对抓包进行过滤,将抓包的内容存入数据库。 -Network packet capture and protocol analysis, graphical user interface, to use raw socket programming interface (winpcap) conducted capture, able to capture a
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-12
    • 文件大小:19576900
    • 提供者:李冰
  1. ServerSystem

    0下载:
  2. 网络服务器服务程序,SOCKET通信。文件操作:发送、接收和删除;数据库操作:附加数据库、向数据库导入Excel数据表格。-Network server service program, SOCKET communications. File operations: send, receive, and delete Database operations: additional database, import Excel data tables to the database.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:481962
    • 提供者:Dej
  1. Estate-Agent-on-DDBMS

    0下载:
  2. 基于分布式数据库的房产中介管理系统,该系统实现了不同站点之间的Socket通信-Estate Agent on DDBMS
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1100703
    • 提供者:韩强
  1. Project

    0下载:
  2. 包里的内容为一个在linux下的网络编程的例子,其中用到的技术包括,socket通信,连接oracle数据库,makefile生成可执行程序,以及线程池技术控制多个客户端同时访问终端带来的压力。-Contents of the bag as an example of network programming under linux, which uses techniques include, socket communication, connect oracle database, make
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:96533
    • 提供者:leiyangkai
  1. C_S_dictionary

    1下载:
  2. 这是一个基于c/s模式的英汉电子词典程序,具有完整的数据库,client端与server端通过套接字进行网络通讯,单词的中英文对照放在server端的access数据库中,client端可在局域网中另一台电脑上通过与server端的套接字通信,对词典数据库进行增删查改。-This is based on c/s mode English-Chinese electronic dictionary program, with a complete database, client-side and
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:363227
    • 提供者:wy
  1. eProctor

    0下载:
  2. 这是一个基于java socket programming的网上监考系统。运用包括视频传输,声音传输,文字传输等。同时考生信息是通过MySQL数据库管理。-This program an eProctor application based on java socket programming. It supports video, audio and text transmission. Meanwhile, the information of candidates is maintaine
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:98596
    • 提供者:
  1. DBTranfer

    0下载:
  2. 通过libsqlora8(PROC)库封装了对oracle数据库的访问,使用时只需修改oracle数据库的连接字即可,数据的发送使用socket通信,在win7和rhl系统中通过测试-Through libsqlora8 (PROC) library package of Oracle access, use only connected word can modify Oracle , data transmission using the socket communication, thr
  3. 所属分类:Oracle

    • 发布日期:2017-05-07
    • 文件大小:1204783
    • 提供者:dragon
  1. DataComServerPLC

    0下载:
  2. socket实现无线数据传输,服务器端通过ado存储到数据库-wireless data socket transfer,using ado to access sql server
  3. 所属分类:Communication

    • 发布日期:2017-04-28
    • 文件大小:17332
    • 提供者:风华
  1. yibiao

    0下载:
  2. 模拟仪表查询系统,运用socket通讯,可以监控多个仪表的运行情况并记录入数据库并进行增删改查和绘图。-Analog gauges query system, the use of socket communication, you can monitor the operation of multiple instruments and recorded into the and CRUD and drawing.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-27
    • 文件大小:9823691
    • 提供者:梦溪
  1. MyChat

    0下载:
  2. 简单的聊天室工具,包括客户端和服务端,用到了数据库和Socket的简单知识,C++,主要是提供一个思路。-Simple chat room tools, including the client and server, using the and Socket s simple knowledge, C++, mainly to provide a train of thought.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:690669
    • 提供者:杨家顺
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com