虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

strIng

strIng是C++、java、VB等编程语言中的字符串,字符串是一个特殊的对象,属于引用类型。在java、C#中,strIng类对象创建后,字符串一旦初始化就不能更改,因为strIng类中所有字符串都是常量,数据是无法更改,由于strIng对象的不可变,所以可以共享。对strIng类的任何改变,都是返回一个新的strIng类对象。C++标准库中strIng类以类型的形式对字符串进行封装,且包含了字符序列的处理操作。[1-2]
  • vxworks libc库源代码

    vxworks libc库源代码,标准C代码库实现 assert ctype locale math setjmp stdarg stdio stdlib strIng time

    标签: vxworks libc 源代码

    上传时间: 2015-08-13

    上传用户:bruce5996

  • Recite(一个辅助英语学习软件源码) 该程序的UI部分使用了WTL7.5。WTL7.5可以很容易的在微软的官方网站找到

    Recite(一个辅助英语学习软件源码) 该程序的UI部分使用了WTL7.5。WTL7.5可以很容易的在微软的官方网站找到,安装也很简单。   另外使用了BOOST库中的部分内容。包括filesystem用于操作文件名和目录,可以在( http://lunatic.bokee.com/5899788.html )找到更详细的介绍。serialization用于将对象序列化在磁盘文件中。datetime用于做日期的计算。还用到了strIng algo做简单的字符串操作。因此你需要从( http://www.boost.org )下载boost的最新版本1.33.1,并在本地编译它。   配置文件的读写使用了TinyXML,源码已经包含在源码包中,无须另外下载。   整个程序的祼奔性相当好,不依赖于其他任何的DLL或COM库,就一个EXE文件。   我的编程和调试环境为WindowsXP,Visual Studio .net 2003。   该软件的目的及作用请参见( http://lunatic.bokee.com/6153131.html )   使用方法( http://lunatic.bokee.com/6153160.html )   相关的资源( http://lunatic.bokee.com/6153181.html )

    标签: 7.5 WTL Recite 辅助

    上传时间: 2015-09-19

    上传用户:fxf126@126.com

  • Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary

    Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary strIng representation. bin2num is its inverse operation. It can be used in a numerical analysis course when floating point arithmetic is discussed.

    标签: num2bin functions and converts

    上传时间: 2014-01-07

    上传用户:gdgzhym

  • 1.left.aspx下部分实现了读取RDF(RDF format feeds

    1.left.aspx下部分实现了读取RDF(RDF format feeds,是描述web资源的W3C XML格式)格式的feeds,可点击第三条“RDF Test”进行对比。 RDF与普通XML的主要区别是它的根节点下是<items>,而不是<channel>。 2.运行时,需要根据自己的机子改变RssReader.cs中的 strIng connStr = @"Data Source=6998D47256954C1\SQLEXPRESS Initial Catalog=rss Integrated Security=True"

    标签: RDF format feeds left

    上传时间: 2014-01-17

    上传用户:邶刖

  • 基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #inclu

    基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<strIng.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/wait.h> #include<sys/ipc.h> #include<unistd.h> #include<sys/shm.h> #include<sys/stat.h> #define MYPORT 3490 // num of port #define BACKLOG 5 // largest num of accept #define MAXDATASIZE 1

    标签: include gt lt socket

    上传时间: 2014-01-18

    上传用户:003030

  • Text processing often involves matching text against a pattern. Although Java s character and assort

    Text processing often involves matching text against a pattern. Although Java s character and assorted strIng classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.

    标签: processing character Although involves

    上传时间: 2014-01-19

    上传用户:爱死爱死

  • 手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventL

    手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventListener public class HsTank2 extends JFrame { HsTank2(strIng title) { this.setTitle(title) this.setSize(608 , 630) this.setLocation(300 , 100) this.setBackground(Color.WHITE)

    标签: import java awt EventL

    上传时间: 2015-10-17

    上传用户:李彦东

  • 第一章涵盖了内建的数据型别

    第一章涵盖了内建的数据型别,语言预先定义好的运算符、标准程序库中那个的vector和strIng类、条件语句和循环语句、输入和输出用的iostream库。第二章解释函数的设计和使用;第三章涵盖所谓的Standard Template Library;第四章讲述classes机制的设计和使用过程。第五章说明如何扩展classes;第六章的重头戏是class templates 第七章讲述如何使用c++提供的异常处理机制。

    标签: 数据

    上传时间: 2014-02-20

    上传用户:zyt

  • 问题描述:编写一个JAVA程序

    问题描述:编写一个JAVA程序,用面向对象设计的方法编写一个电话卡的类。包括卡号、密码、余额、拨入号码等 b)基本要求:类的属性有卡号、密码、余额、拨入号码,电话卡的常用操作可以用连接电话方法、返回余额方法与通电话方法来实现。 c)方法功能描述: 构造方法(PhoneCard(卡号,密码,余额,拨入号码))可以完成属性值初始化赋值,并判断余额,余额为负就退出系统,请在构造方法中将初始时的连接置为false即表示没有连接。 卡号long cardNumber 密码private int password,余额double balance,拨入号码strIng connectNumber boolean connected(一个布尔类型变量表示电话卡连接状态,初始时默认没有连接,值为false,当调用连接电话方法()后,在判断卡号和密码相匹配后值置为true) 连接电话方法(performConnection(卡号,密码))可以完成检查卡号和密码,它是只有在卡号和密码相匹配时才连接 返回余额方法(getBalance())得到电话卡的余额 通电话方法(performDial())是模拟通过过程中,余额会不断减少,每调用此方法,电话卡的余额减少0。5元,打一次电话调用一次

    标签: JAVA 编写 程序

    上传时间: 2014-01-20

    上传用户:1109003457

  • These two classes show an extremely simple example of java.net socket programming. They implement th

    These two classes show an extremely simple example of java.net socket programming. They implement the Unix daytime protocol, an extremely simple protocol that consists entirely of the server sending its current local time and date to the client as an ASCII strIng. The server, to keep it very simple, does not use multiple threads. This code requires JDK 1.1 or later, but can easily be adapted to JDK 1.0.

    标签: programming extremely implement classes

    上传时间: 2015-11-16

    上传用户:jennyzai