Welcome![Sign In][Sign Up]
Location:
Search - string类的方法

Search list

[CSharpExSplit

Description: 考虑到C#中的string类提供的Split方法无法实现针对串参数的分割,所以自己解决了。主要实现了对String类的扩展,使之支持string参数的Split。-C# taking into account the type of string Split method can not be realized against the division series parameters , and they therefore resolved. Major Implementation of the expansion of the String class that supports string parameters of Split.
Platform: | Size: 534 | Author: 林宜聪 | Hits:

[JSP/Javanetstorev3

Description: 网上商店 新增功能: 1,分页 2,树型目录,通过**/netstore3/action/setUpTree观看效果 参考tomcat的管理程序 优化功能: 1,将原先路径写死的地方,改成String url=request.getContextPath()+\"/action/home\" 2,将service类分离,新增的分离类未用接口,考虑到以后,会用接口 在netstore\\service目录下加了几个服务类 CustServiceImpl,ProdServiceImpl,OrderServiceImpl   但这样做,为了程序方便,在所有action的基类中,都加入了调用该服务类的方法。   欢迎大家提出更好的分离服务的方法,谢谢! 3,部分地方加入log4j输出日志,方便调试。
Platform: | Size: 13579219 | Author: whu | Hits:

[Other resourceJava(hchen)

Description: 建立一个文件StringTest.java.假设通过键盘输入的字符串是”Hello new World”.比较分析的结果和运行结果是否一致.通过该程序观察String类的常用构造方法.
Platform: | Size: 148897 | Author: 张睿涵 | Hits:

[Communicationstring

Description: string类应用方法 比较全面的介绍了STRING的应用,值得收藏。 以后什么时候想不起来的时候可以当做资料查看下
Platform: | Size: 7032 | Author: chen880312 | Hits:

[Otherc++实现java中string类的方法

Description:

c++实现java中string类的方法,可熟悉指针在内存中的移动


Platform: | Size: 4989 | Author: keke8634 | Hits:

[GDI-Bitmap位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++

Description: 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp(); //复制构造函数 tmBmp(const tmBmp & bmp); virtual const tmBmp & operator = (const tmBmp & init); //打开位图 virtual bool openBmp(const std::string fname); //另存位图 virtual bool saveBmp(const std::string fname); //保存位图 virtual bool saveBmp(); //创建一幅位clrBit位,宽imw高imH的位图 virtual bool createBmp(const std::string fname,BYTE clrBit,DWORD imW,DWORD imH); //从灰度数组,创建灰度图像 template bool createGrayBmp(T * imArray,DWORD imW,DWORD imH); //释放读入的图像 virtual void releaseBmp(); //获得图像的宽度 DWORD getWidth(); //获得图像的高度 DWORD getHeight(); //获得颜色位数 WORD getClrBit(); //显示位图信息 void showBmpInfo(); //获取调色板某一元素的值,存入RGBQuad bool getRGBQuad(RGBQuad &, BYTE index); //用RGBQuad更改调色板某一元素的值 bool setRGBQuad(RGBQuad &, BYTE index); //重命名位图 void rename(const std::string fname = "新建位图.bmp"); //颜色反转 virtual void reverseColor(); //将一幅图片的像素区,装换为灰度值数组 template bool tranToArray(T * pixelArray); //如果是8位以内的图像本函数为 //在图像上(x,y)处画颜色索引为redPart的点 //对于16,24,32位的图像为 //在图像上(x,y)处画颜色为redPart+greenPart+bluePart的点 //x为行号,y为列号 bool putPixel(DWORD x,DWORD y,BYTE redPart=0,BYTE greenPart=0,BYTE bluePart=0);
Platform: | Size: 15714 | Author: tr0217 | Hits:

[CSharpExSplit

Description: 考虑到C#中的string类提供的Split方法无法实现针对串参数的分割,所以自己解决了。主要实现了对String类的扩展,使之支持string参数的Split。-C# taking into account the type of string Split method can not be realized against the division series parameters , and they therefore resolved. Major Implementation of the expansion of the String class that supports string parameters of Split.
Platform: | Size: 1024 | Author: 林宜聪 | Hits:

[JSP/Javanetstorev3

Description: 网上商店 新增功能: 1,分页 2,树型目录,通过**/netstore3/action/setUpTree观看效果 参考tomcat的管理程序 优化功能: 1,将原先路径写死的地方,改成String url=request.getContextPath()+"/action/home" 2,将service类分离,新增的分离类未用接口,考虑到以后,会用接口 在netstore\service目录下加了几个服务类 CustServiceImpl,ProdServiceImpl,OrderServiceImpl   但这样做,为了程序方便,在所有action的基类中,都加入了调用该服务类的方法。   欢迎大家提出更好的分离服务的方法,谢谢! 3,部分地方加入log4j输出日志,方便调试。-Online Shop New features: 1, Page 2, directory tree, through the**/netstore3/action/setUpTree watch the effect of reference tomcat management process optimization functions: 1, write the path to the original place of death, into a String url = request.getContextPath ()+ /action/home 2, the service category of separation, the new separation category unspent interface, taking into account the future, will use interface netstoreservice directory in a number of services increases CustServiceImpl, ProdServiceImpl, OrderServiceImpl but to do so, in order to facilitate the procedure in all of the base class in action, have joined the call to the service method. We welcome a better separation of service, thank you! 3, part of adding log4j log output to facilitate debugging.
Platform: | Size: 13579264 | Author: whu | Hits:

[JSP/JavaJava(hchen)

Description: 建立一个文件StringTest.java.假设通过键盘输入的字符串是”Hello new World”.比较分析的结果和运行结果是否一致.通过该程序观察String类的常用构造方法.-The establishment of a document StringTest.java. The assumption that through the keyboard input is the string Hello new World . Comparative analysis of the results and the results are consistent. Through the procedures used to observe String class constructor.
Platform: | Size: 148480 | Author: 张睿涵 | Hits:

[Program docstring

Description: string类应用方法 比较全面的介绍了STRING的应用,值得收藏。 以后什么时候想不起来的时候可以当做资料查看下-Method string applications introduce a more comprehensive application STRING worthy collection. Can not remember any time after the time data can be read as under
Platform: | Size: 7168 | Author: chen880312 | Hits:

[JSP/JavaSkype4Java

Description: Skype4Java开发指南 Skype4Java架构 Skype4Java提供了一个较为完善的开发体系,使您可以非常容易地使用Java开发Skype外壳程序。 Skype插件程序与Skype的通信都是基于一些文本命令来完成的。因此,要想开发Skype的插件应用,就需要依靠不同操作系统平台的系统调用,发送Skype平台的相应命令来实现。 Skype4Java在最底层,也是通过操作系统的系统调用来完成消息的发送。针对异构平台,Skype4Java提供了不同平台的底层实现,而Skype4Java的使用者不用管具体的操作系统平台。因为抽象父类Connector类的静态方法getInstance()具体判断当前操作系统是什么平台,采用简单的工厂模式,返回相应平台的子类对象,如OSXConnector.,LinuxConnector, WindowsConnector, Win32Connector等,这些都是Connector类的子类。Connector及其子类即实现了一些系统调用的方法,其中被重载的一系列execute()方法最终调用不同子类的sendCommand (String command)方法来实现了不同平台的消息发送。 而对于一些数据的接收和处理全局都是采用事件监听的机制(观察者模式),用于完成数据的接收,处理机制的调用,错误的处理等。 Skype平台利用错误消息机制提供了出错的处理。因此,在我们的错误处理中,只需分析错-err
Platform: | Size: 522240 | Author: 刘剑 | Hits:

[Data structsmyString

Description: 自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6.0,测试程序为Console模式。-I have written the String class can be used to replace the string type
Platform: | Size: 15360 | Author: billsedison | Hits:

[JSP/JavaExercise

Description: (按升序显示不重复的单词)编写程序,从文本文件中读取单词,并将所有不重复的单词按升序显示,文本文件以命令行参数的方式传递。 编程提示: 文件处理:将命令行获取的文件按行读入,然后将每行文件内容按字符串处理为单词形式。按行读入可以使用BufferedReader 类的readLine()方法,每行处理为单词可以使StringTokenizer 类或者String 类的split()方法。 使用泛型技术创建字符串规则集,不重复地存放单词; 由散列集创建树形集,形成单词的自然排列顺序(升序)。-Hash
Platform: | Size: 1024 | Author: 王小A | Hits:

[JSP/JavaStudentTest

Description: /*(1) 定义一个Java类来表示学生信息,类名为Student ,包含属性有:int类型的id(学号)、String类型的name(姓名)、double类型的grade(成绩)和int类型的age(年龄)。 (2)编写一个StudentTest类来创建并使用一个或多个Student对象,要求输出: 学号 姓名 成绩 年龄 1 张三 89 20 2 李四 98 21 (3) 修改学生类,将各个属性改为private类型的,然后添加相应的get和set方法用来获得和设置属性,然后修改StudentTest类通过get和set方法获得和设置属性。 (4) 为学生类添加带参数的构造函数以便用户初始化对象的数据。*/-Define a Java class, Student information that Student named, contains attributes are: the id (int type), and the type of Student id name moves (name), double type of grade (int), and the type of age-related damage (age).
Platform: | Size: 1024 | Author: 徐爱文 | Hits:

[JSP/Javastring

Description: 编写验证类,要求:  密码长度6-10位  确认密码和密码相同  是不是整数  是不是小数  是不是合法的电子邮件  输入信息不能为空 (说明:使用String类提供的方法或正则表达式判断,任取一种实现以上功能) -I hope the code can help the people who want to learn Java
Platform: | Size: 1024 | Author: guoliushui | Hits:

[xml-soap-webserviceXMLParse

Description: 创建一个新的XML文档,分析修改现存的XML文档,所有的这些都中可以从一个利用MFC或STL字符串所实现的一个简单类的方法中得到。关于CMarkup,你可以运行Zip文件右边的例子,如果你愿意,你可以通过看源码,几分钟把它加入到你自己的应用中。-Create a new XML document, modify the existing XML document analysis, all of which can be used from an MFC or STL string class achieved a simple way to be. About CMarkup, the right side of Zip file you can run the example, if you wish, you can see the source code, a few minutes to add it to your own applications.
Platform: | Size: 1362944 | Author: 谢金赣 | Hits:

[Data structsString

Description: JAVA中有关类string和类 StringBuffer的方法和构造方法及继承.-JAVA in the class and the class StringBuffer string methods and construction methods and inheritance.
Platform: | Size: 20480 | Author: lby | Hits:

[Windows DevelopCPP_string

Description: 这是C++string 类的使用说明, 里面包含了string类所有的使用方法-This is a C++ string class instructions
Platform: | Size: 5460992 | Author: 丁海淼 | Hits:

[Otheroperation1

Description: 实现计算器加减乘除和括号,用到栈和string类的方法-Calculator, Math and brackets, used in the stack and the string class methods
Platform: | Size: 3974144 | Author: 张文强 | Hits:

[OtherJava的常用基础类的使用

Description: 掌握Java中一维数组的使用;掌握Java中二维数组的使用;掌握Java中向量的使用。掌握String类字符串的使用方法;掌握StringBuffer字符串的使用方法;掌握两种字符串的区别。()
Platform: | Size: 570368 | Author: 莫言未央 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net