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

搜索资源列表

  1. hello-world

    0下载:
  2. 循环输出Hello World字符串,字体由小变大-Cycle Hello World output string, font turned from small to big
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-28
    • 文件大小:1119
    • 提供者:chenzhen
  1. random

    0下载:
  2. 生成随机字符串 定义并初始化数组 初始化数字、字母 初始化随机数生成器设置返回值 把结果返回给浏览器-To generate random string the definition and initialize array initial Numbers, letters, initialization random number generator set the return value of the results back to the browser
  3. 所属分类:Web Server

    • 发布日期:2017-04-01
    • 文件大小:1387
    • 提供者:chenzhen
  1. server-client

    0下载:
  2. 基于TCP/IP协议的客户端与服务器程序实现网络通信,可接收字符串,分离字符串-Network communication, TCP/IP protocol-based client and server program can receive a string, separated string
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-23
    • 文件大小:908710
    • 提供者:张明
  1. cs_indy

    0下载:
  2. 开发一个远程的数据采集/监控软件时包装的一对socket类,以及客户端和服务器端的调试程序示例,里面根据当时软件的控制命令协议包装成一些发送/接受函数。用的时候可以去掉这些,直接用发送接收相应的字符串数据即可,代码的注释很完全。-The development of a remote data acquisition/monitoring software packaging a pair of socket classes, as well as client and server-side
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:589732
    • 提供者:秦炜
  1. chatting

    0下载:
  2. 网络聊天,①创建字符串ipstr(保存IP),portstr(保存端口),整型port(端口号)。 ②利用GetDlgItemText将各个编辑框中的信息赋给相应的变量。 ③监视端口号和IP格式并设置相应错误提示 ④设置建立连接后相应提示。 -Network chat, (1) create the string ipstr (save IP), portstr (save port), integer port (port number). The ② advantage of
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3835192
    • 提供者:曹旭
  1. shmem.c

    0下载:
  2. shmem 的用法 创建共享内存 通过检查在共享内存的头部是否标志字符串"START"来确认父进程已经向共享内存写入有效数据-the shmem usage to create a shared memory by examining the head of the shared memory flag string " START" to confirm the parent process to write shared memory data
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:1433
    • 提供者:tt
  1. Publish-articles-by-PHP-script

    0下载:
  2. 使用PHP中的正则表达式等字符串操作实现了一个用户文章发布界面使用的PHP脚本。 用户在发布文章时,通过选择一个或多个选项,对发表的文章内容作不同的编辑。-Use regular expressions in PHP string operations to achieve entry was posted of a user interface using the PHP scr ipt. Publish articles by selecting one or more options
  3. 所属分类:Web Server

    • 发布日期:2016-01-22
    • 文件大小:28672
    • 提供者:Zheng Li
  1. PaiPaiCms_v1.2

    0下载:
  2. 竞拍系统V1.2安装手册 ------------------------------------------------------------------------------------------------ 1.将压缩包内容解压到服务器指定目录下(站点根目录) 2.将SQL2000数据库连接字符串写到 DNT.CONFIG 的 Dbconnectstring 节. 3.在网址中输入网页地址:/Install.aspx?flag=InstallDataBase ,然后回
  3. 所属分类:Web Server

    • 发布日期:2017-05-30
    • 文件大小:12337027
    • 提供者:shiere
  1. AttendServ

    0下载:
  2. 简单的WINDOWS socket通信服务器,可以实现接收客户端发送的字符串并在控制台显示出来。-a simple windows socket communication server which can receive words from a client and print them on your screen
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-21
    • 文件大小:3845014
    • 提供者:舒马赫
  1. timetool

    0下载:
  2. 几个取时间字符串的小函数,方便使用,符合ANSI C标准-time functions
  3. 所属分类:Linux Network

    • 发布日期:2017-11-07
    • 文件大小:604
    • 提供者:AAA
  1. MailChecker

    0下载:
  2. 接收邮件的程序,如果接收字符串的第一个字符为“+”表示服务器接收了来自客户端的请求命令   如果接到的第一个字符为“-”,则表示服务器认为来自客户端的请求是错误的。   如果会话状态正处于接收邮件,则不需要判断第一个字符。如果能够执行到这一步,表示发送给服务器的用户名已经通过服务器的验证,改变当前会话状态为发送密码阶段。 -Program receives the message, if the receiving string first character " +&q
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-18
    • 文件大小:33673
    • 提供者:keyp
  1. java-code

    0下载:
  2. 1.编写爬虫程序到互联网上抓取网页海量的网页。   2.将抓取来的网页通过抽取,以一定的格式保存在能快速检索的文件系统中。   3.把用户输入的字符串进行拆分成关键字去文件系统中查询并返回结果。   由以上3点可见,字符串的分析,抽取在搜索引擎中的地位是何等重要。 -1. Write a crawler to crawl the Web massive Internet pages. 2. Will crawl to the pages by extracting, saved
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-14
    • 文件大小:7000
    • 提供者:小雨李
  1. TCPsocket

    0下载:
  2. TCP和UDP socket编程,向固定服务器发送学号姓名信息,用udp从服务器获得一个随机字符串-TCP and UDP socket programming, Student ID Name information sent to the fixed server udp from server to obtain a random string
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-13
    • 文件大小:2956668
    • 提供者:wangnamin
  1. check_01

    0下载:
  2. 寻找字符串中的错误并记录不同长度错误字符串的个数-look for the errors and take down the number of the errors
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-29
    • 文件大小:621
    • 提供者:wangshanshan
  1. wincap

    0下载:
  2. wincap 抓包 mfc 用wincap截获数据,通过格式装换后一字符串的格式存入到数据库中,然后将信息打印到list控件里面-wincap mfc
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-10-30
    • 文件大小:6665930
    • 提供者:kkklko
  1. VB.NET

    0下载:
  2. 描述了vs.net的一些程序设计题目如1.设计程序完成1 2 + 2 2 + 3 2 +…+10 2 的累加值。结果送至变量Sum.。 2.设计并完成一个函数 Calc( ByVal R1 As Decimal , ByVal R2 As Decimal ),参数R1 是外圆的半径,参数 R2时内圆半径(两圆同心),返回值是圆环的面积值。 3.设计并完成一个函数 Getmax( ByVal x1 As Decimal
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-28
    • 文件大小:12386
    • 提供者:hanying
  1. kmp

    0下载:
  2. 利用kmp算法进行字符串查重的实例。文件夹为vs2012的工程文件。-Kmp algorithm for string duplicate checking instances. Folder vs2012 project file.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-14
    • 文件大小:5677577
    • 提供者:好汉鱼
  1. Password-strength-test-

    0下载:
  2. 有关密码强度检验的一个C++程序,编写一个算法,其功能是给一个字符串作为密码,检查密码的强度,并给出自己定义的一个强度等级。-Password strength test a C++ program, write an algorithm to a string as a password, check the password strength, and given their own definition of an intensity level.
  3. 所属分类:Web Server

    • 发布日期:2017-11-08
    • 文件大小:21125
    • 提供者:莫言
  1. socke

    0下载:
  2. 是一个简单的基于TCP下的字符串的传输功能-Is a simple based on TCP of string transmission function
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-10
    • 文件大小:504577
    • 提供者:xbb8765
  1. TCP

    0下载:
  2. 需要启动两个命令窗口一起使用,当本练习中的服务器端启动之后,运行本练习的客户端程序,则可以看到服务器给客户端发送的字符串显示。-Need to start two command window are used together, when the server startup in practice, after practice run this client program, can see the server to the client send string display.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-21
    • 文件大小:27943
    • 提供者:wangshaoxian
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »
搜珍网 www.dssz.com