搜索资源列表

  1. Java程序的性能优化StringBuffer与Vector

    0下载:
  2. 在Java程序中,性能问题的大部分原因并不在于Java语言,而是在于程序本身。养成好的代码编写习惯非常重要,比如正确地、巧妙地运用java.lang.String类和java.util.Vector类,它能够显著地提高程序的性能。-in Java programs, most of the performance problems is not the reason for the Java language, but the proc
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:王文轩
  1. FilterKeyWordDll

    0下载:
  2. 字符串过滤工具类 可对字符串关键字过滤-string filtering tools category of string keyword filter
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1170432
    • 提供者:邓涛
  1. mystring

    0下载:
  2. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王可国
  1. xstring

    0下载:
  2. 扩展的String类库(包含非常实用的字符串处理功能XString)-expansion String class library (including very practical string processing functions XString)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:罗成
  1. VBSendText

    0下载:
  2. VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:52224
    • 提供者:gy
  1. STL_string_class_src

    0下载:
  2. 一个能够替代CStringT的STL类,最为重要的是:它具有CStringT的Format功能。-an alternative to the STL CStringT category, the most important thing is : it has CStringT the Format function.
  3. 所属分类:STL

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:
  1. zifuchuanjieshiqi

    0下载:
  2. 词法分析将字符串分解为三个部分,映射到类中,获得字符串的对应值,由LL自顶向下的语法分析得到运算结果。-lexical analysis string decomposition of a three-part Maps category, access to the corresponding string values, LL from the top-down syntax analysis Operational results
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:1266688
    • 提供者:仇烨
  1. ADOConnection

    0下载:
  2. 封装了常见的ADO连接字符串,通过调用函数,可以连接到Access\SQLServer\Oracle等数据库-Packaging, a common ADO connection string, by calling the function, Access can connect to the \ SQLServer \ Oracle database
  3. 所属分类:数据库编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:yhb
  1. Unixftpcilent

    0下载:
  2. 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:sl
  1. classstr2

    0下载:
  2. 完善字符串类的运算符功能 1、 利用运算符重载完善字符串类的运算符功能。如: 串+整数;整数+串;浮点数+串;串-串;串/串 等; 2、 编制一个带菜单的小系统,演示该类的运算符操作。 -perfect string Operators such a function, using Operator perfect string category Operators function. Such as : S
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:548864
    • 提供者:李昭明
  1. 2006021801

    0下载:
  2. 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:52224
    • 提供者:毛东
  1. MyString20060704

    0下载:
  2. 我自己编写的字符串类,可以实现一些简单的功能,如赋值、加法、字符串比较、下边运算符重载等!-myself prepared by the String class, can achieve some simple functions, such as assignment, Ghaffar, string comparison, Now, as Operator!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:hedongty
  1. KString_class_src

    0下载:
  2. 一个非MFC的类似CString的字符串类,实现了各种字符串的操作。-a similar non-MFC CString string and realizes the various string operation.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:金阳
  1. hao-myString

    0下载:
  2. 自己编写的String 类,重载的多个运算符。功能类似C++ STL中的string 类-prepared by the String own category, the number of heavy Operators. C functions similar to the STL string class
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李浩
  1. VC_CIVStringSet

    0下载:
  2. 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-based MFC and STL string class platform, can achieve rapid search string.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:27648
    • 提供者:
  1. shstr

    0下载:
  2. 一个跨平台的共享字符串类实现,能减少字符串拷贝所花费的时间空间-a cross-platform sharing string class implementation, we can copy a string to spend time and space
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:zbc
  1. buju

    0下载:
  2. java常用的各种布局,基本容器的使用,java组件JButton等的使用,String类里的图形用户界面.-java all the popular layout, the use of basic containers, java JButton components such as the use of the String class Lane graphical user interface.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:35840
    • 提供者:xiaolanyao
  1. WRITELogFILE

    0下载:
  2. 这是一个写日志类,可用于实际项目开发应用。实现原理是创建一个队列,然后将日子字符串不断加入队列,启动一个线程将队列中的字符串写入日志文件,可以设置报错级别。-This is a written log type, can be used in practical application of project development. The principle is to create a queue, then the string
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:49152
    • 提供者:jorry
  1. chgstr

    0下载:
  2. 主要使用了stl中的string类,该类使用方便,还可以自动识别过滤夹杂在阿拉伯数字的逗号,空格等,符合日常习惯中的用法,程序在附件中请检验,使用方法就是main函数中的方法,请检验。如蒙不弃请笑纳。-mainly uses the stl the string type, such use, Recognition can also automatically filter the mixture in Arabic comma, s
  3. 所属分类:STL

    • 发布日期:2024-05-20
    • 文件大小:119808
    • 提供者:扬名
  1. String

    0下载:
  2. 程序1处理unicode字符串,程序2 进行资源读取和字符串类的CString 扩展类 程序3 不依赖系统的CString类,程序4CUnicodeString类,程序5实现基本功能的 字符串类-procedures for handling a unicode string, two procedures resources, and the string read like CString extension of the cl
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:114688
    • 提供者:zhanghaiyu
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org