CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 字符串

搜索资源列表

  1. MSNRobot

    0下载:
  2. msn robot,修改IMRobot.Manager.exe.config connectstring为连接字符串 account password为机器人的msn账号和密码 enablenotify表示是否打开自动发通知的功能(从notice表读取)
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-25
    • 文件大小:87122
    • 提供者:Kayeer
  1. tcp_exam

    0下载:
  2. 一个基于TCP的C/S模式的网络程序,从客户端向服务器发送字符串,服务器能在屏幕上打印发过来的字符串,并回复对方-TCP based on the C/S model of the network process, from the client to the server sending the string, the server can print on the screen made up of strings, and respond to each other
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:4830
    • 提供者:peng
  1. udp_exam

    0下载:
  2. 一个基于UDP的C/S模式的网络程序,从客户端向服务器发送字符串,服务器能在屏幕上打印发过来的字符串,并回复对方-TCP based on the C/S model of the network process, from the client to the server sending the string, the server can print on the screen made up of strings, and respond to each other
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:4236
    • 提供者:peng
  1. vc6.0

    0下载:
  2. 包括了学生学籍管理系统 对输入字符串的排序程序 代码正确-Including the school management system for students to enter the string the correct sort code
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-08
    • 文件大小:2191
    • 提供者:xhzhang56
  1. socket

    0下载:
  2. 面向连接的Socket实例: 代码实例中的服务器通过socket连接向客户端发送字符串"Hello, you are connected!"。只要在服务 器上运行该服务器软件,在客户端运行客户软件,客户端就会收到该字符串。-Connection-oriented Socket example: code of server instances to connect through the socket to the client to send the string " H
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:28521
    • 提供者:暗流
  1. CET

    0下载:
  2. CFT读取类的实现 初始化, szString是一个以0结尾的字符串,里面保存的是需要分析的字符串 szName是一个以0结尾的字符串,里面保存这次分析的名字 返回true表是分析正确,返回false表是分析错误。 -Read the realization of CFT-type initialization, szString to 0 at the end of a string, which is the need to preserve the analysis o
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:10243
    • 提供者:liying
  1. IEspy_src

    0下载:
  2. 在微软windows操作系统中,index.dat是一个由Internet Explorer和资源管理器创建的文件。这个文件的功能就像一个数据库,随系统启动。它的功能在于收集个人信息,就像网址,搜索字符串,和最近打开的文件。这个脚本就是来读取index.dat文件。-Microsoft windows operating system, index.dat is an Internet Explorer and resource management to create the document
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:14930
    • 提供者:小叶
  1. Test

    0下载:
  2. 网络木马查杀 对流行木马发送的特定字符串 进行定位然后报告-Killing of the popular network of Trojan horse sent to locate a specific string and then report
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:532637
    • 提供者:的的的
  1. SocketProgramming

    0下载:
  2. 本程序中当client使用TCP socket连接TCP Server成功后,client端要向TCP Server发送“GET UDP PORT”命令字符串,Server收到后再向client回送自己的UDP Server 端口号-When the client program using TCP socket connection TCP Server is successful, client to client TCP Server to send " GET UDP PORT&
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:1018246
    • 提供者:刘玲玲
  1. Server

    0下载:
  2. 该源码是利用VB创建COM对象,实现了简单的数字加减和字符串传递功能,然后利用MSSoapToolkit3.0工具生成了.wsdl文件。-The source is to use VB to create COM objects, the realization of a simple addition and subtraction, and string the number of transfer functions, and then use tools MSSoapToolkit3.0
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:7773
    • 提供者:薛兴涛
  1. decodeURI

    0下载:
  2. decodeURI() 函数,用于解码用encodeURI()函数编码的字符或字符串-decodeURI () function is used to decode using encodeURI () function is encoded character or string
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-09
    • 文件大小:3961
    • 提供者:jack
  1. XmxCms20

    0下载:
  2. 本程序采用 三层架构 + 抽象工厂设计模式 + Linq 实现,目前只做了Access 和 SQL Server ,默认数据库为Access,要更换数据库只需修改web.config 即可。在SQL Server 部分 采用Linq 技术进行对数据库的操作 ,用xml编辑器打开XmxCms.dbml 文件就可看到 SQL Server 的数据库连接字符串 ,请根据实际情况修改。 本程序中的分页控件、文本编辑器、一些图片 来自于网络,在此感谢共享 ! 后台登陆用户名/密码为:admin/a
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-13
    • 文件大小:3342817
    • 提供者:龙文
  1. CSocketcli

    0下载:
  2. 本题是一个简单的聊天室程序,采用客户/服务器模式,分为客户端程序和服务器端程序。由于服务器只能支持一个客户,实际上是一个点对点通信的程序。客户端程序和服务器程序通过网络交换聊天字符串内容,并在窗口的列表框中显示。-This question is a simple chat program, using client/server model, is divided into client and server-side programs. Because the server can only
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1847528
    • 提供者:
  1. CSocket

    0下载:
  2. 本题是一个简单的聊天室程序,采用客户/服务器模式,分为客户端程序和服务器端程序。由于服务器只能支持一个客户,实际上是一个点对点通信的程序。客户端程序和服务器程序通过网络交换聊天字符串内容,并在窗口的列表框中显示。-This question is a simple chat program, using client/server model, is divided into client and server-side programs. Because the server can only
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:40775
    • 提供者:
  1. MFC

    0下载:
  2. 基于MFC平台的字符串类,可以实现在快速字符串搜索。采用VC编写。-Platform based on MFC string class, you can achieve fast string search. Prepared using VC.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:4762
    • 提供者:JI
  1. C-S

    0下载:
  2. 基于 C/S 模式的 Socket 编程 两个程序,一个是客户机程序,一个是服务器程序 Server 端向 Client 端提供两种服务:数学计算服务和反序字符串服务-Based on C/S mode Socket programming two programs, one is the client program, one is the server program Server-side Client-side to provide two services: Mathematics
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-24
    • 文件大小:123787
    • 提供者:王小雨
  1. lab4

    0下载:
  2. Client程序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。 连接成功后显示提示信息; 然后client端向TCP Server发送“GET UDP PORT”字符串,Server收到后向client回送自己的UDP Server 端口号(即Client端仅知道TCP Server的端口号而不知道UDP Server的端口号); client在收到UDP Server的端口号后, 为用户显示3个选
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:66680
    • 提供者:ivynankai
  1. CS_example

    0下载:
  2. Server端向Client端提供两种服务:数学计算服务和反序字符串服务。-Server-side Client-side to provide two services: Mathematics computing services and anti-order strings services.
  3. 所属分类:Web Server

    • 发布日期:2017-03-30
    • 文件大小:90410
    • 提供者:frost000
  1. Socket_programing

    0下载:
  2. 熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。 基本要求: 1 正确解析Http请求,实现简单的GET请求回应。 2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。 3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。 4 对http请求的处理必须采用多进程实
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:255453
    • 提供者:陈聪群
  1. client

    0下载:
  2. 用SOCKET开发的客户端。实现字符串的传送-the client was developped by socket.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-10
    • 文件大小:2531705
    • 提供者:马立民
« 1 2 3 4 56 7 8 9 10 ... 16 »
搜珍网 www.dssz.com