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

strIng

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

    RC4 加密解密单元delphi版 附件压缩包里有两个单元文件,其中Rc4_Kol_Unit.pas是在delphi KOL编程时引用。若只是delphi编程只须引用Rc4_Unit.pas单元即可。 函数名: Rc4_StrEncrypt() 描 述: RC4 Based strIng encryption 参 数: i_Encrypt ——为 1 是加密, 0 是解密(integer类型); s_EncryptText ——待加密(解密)的字符串(strIng类型); s_EncryptPassword ——加密(解密)的密码(strIng类型); i_EncryptLevel ——加密级别(范围:1--10;integer类型))

    标签: delphi RC4 加密 解密

    上传时间: 2013-12-27

    上传用户:钓鳌牧马

  • 日期js

    日期js,可以再表单中输入日期格式为yyyy-mm-dd的strIng

    标签:

    上传时间: 2017-07-21

    上传用户:gaome

  • #include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include

    #include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include <avr/sleep.h> #include <avr/pgmspace.h> #include <strIng.h> #include <util/delay.h> #include <avr/eeprom.h> #include <stdio.h> #include "defines.h"

    标签: include avr interrupt gt

    上传时间: 2017-07-31

    上传用户:diets

  • 购物车系统中的级别类

    购物车系统中的级别类,private Integer id private strIng cname private Integer parentid private strIng description private Blob photo private Short ctype private Set products = new HashSet(0) private Set normses = new HashSet(0)

    标签:

    上传时间: 2017-08-02

    上传用户:xuanchangri

  • 购物车系统中的用户类

    购物车系统中的用户类,private Integer id private Product product private strIng shopname private Double shopprice

    标签: 用户

    上传时间: 2017-08-03

    上传用户:从此走出阴霾

  • 购物车系统中的一级分类

    购物车系统中的一级分类,private Integer id private Section section private strIng title private strIng publisher private Boolean islock private strIng lockuser private strIng topictype private Boolean digest private strIng degestuser

    标签: 分类

    上传时间: 2013-12-15

    上传用户:2525775

  • 购物车系统中的post类

    购物车系统中的post类,private Integer id private Topic topic private User user private strIng title private Integer transactionpoint private Integer readaccess

    标签: post

    上传时间: 2017-08-03

    上传用户:netwolf

  • A bluetooth SMS patcher Java ME application I made quickly after I thought about making one. What i

    A bluetooth SMS patcher Java ME application I made quickly after I thought about making one. What is does is to use JSR-82 (Bluetooth API) to send a strIng msg, strIng dest to another phone running shin-chan, and this phone will try to send it as SMS using JSR-135 (WMA). The upload is a Netbeans 6.0 (the ver. available back then) project. Hope this code will help someone

    标签: application bluetooth patcher quickly

    上传时间: 2013-12-18

    上传用户:kelimu

  • java通用分页 PageUtils pu = new PageUtils(10,cnt,"cxdy.do",page_num) //从前之后依次是:数据总量

    java通用分页 PageUtils pu = new PageUtils(10,cnt,"cxdy.do",page_num) //从前之后依次是:数据总量,跳转路径,当前跳转至页数 strIng page = pu.page()

    标签: PageUtils page_num java cxdy

    上传时间: 2017-08-25

    上传用户:wangzhen1990

  • 1.入门教程文件夹 在该文件夹中包括了JavaScript的大部分知识

    1.入门教程文件夹 在该文件夹中包括了JavaScript的大部分知识,可以帮助读者快速入门。主要包括:JavaScript语言概述,JavaScript语言入门,JavaScript事件处理,JavaScript基于对象编程,文档对象模型(DOM),strIng、Math、Array等数据对象,Window及相关顶级对象,Document对象等 。 2.视频动画文件夹 在该文件夹中包括5个视频动画,可以通过他们快速学习JavaScript。

    标签: JavaScript 入门教程

    上传时间: 2017-09-02

    上传用户:sdq_123