搜索资源列表
java
- 用java实现简单的:简单聊天程序 多线程 计数器 记事本 马鞍点 扇子 学生成绩管理系统 异常处理 字符串类-java with a simple realization : Chat simple procedures multithreading counter saddle point in the notebook fan student performance management system Exceptions string category
javascript_trim
- 用JS实现JAVA string中的trim()方法
src
- 调用java api实现对字符串的加密解密,并用图形界面显示-Java api call to implement encryption and decryption of string, and use graphical interface display
Vigenere
- 一个关于维吉尼亚密码的编程,用java实现,用String类和数组实现,比较经典-A password on the Virginia program, with java implementation, with the String class and an array of implementation, more classic
Java
- Web应用程序在浏览器中显示字符串时,由于显示长度的限制,常常需要将字符串截取后再进行显示。 本文实现用Java实现按字节长度截取字符串。-Web applications in the browser to display the string, due to length restrictions, and often need to show the string after the interception. In this paper, using Java to achieve
WinExplorer
- 树状目录结构,带有源码。分为不同的类,可独自运行,也可插入其它框架中,代码实现了文件路径以string存取-Tree structure, with source code. Divided into different categories, can be run independently, can also be inserted into other frameworks, the code achieved a string file path to access
Skype4Java
- Skype4Java开发指南 Skype4Java架构 Skype4Java提供了一个较为完善的开发体系,使您可以非常容易地使用Java开发Skype外壳程序。 Skype插件程序与Skype的通信都是基于一些文本命令来完成的。因此,要想开发Skype的插件应用,就需要依靠不同操作系统平台的系统调用,发送Skype平台的相应命令来实现。 Skype4Java在最底层,也是通过操作系统的系统调用来完成消息的发送。针对异构平台,Skype4Java提供了不同平台的底层实现
java
- 1. 可显示当前鼠标的行列位置 2. 实现字符串的查找与替换 3. 实现记事本中的常用菜单项 4. *实现文件的打开与保存 5. *设置文本的字体 -1. Shows the ranks of the current mouse position 2. Implementation of the search string with the replacement of 3. Implementation of commonly used Notepad menu item
Edit
- 设计一个Java程序编辑器 实验目的:图形界面、线程、流与文件等技术的综合应用。 题意 设计一个图形界面的文档编辑器,实现以下功能: (1) 打开、保存文件。 (2) 查找、替换字符串。 (3) 定时自动更新文件,并创建备份文件。 (4) 将Java关键字以不同颜色或不同字体显示。-The design of a Java program editor experimental purposes: graphical interfaces, threading, st
XmlUtil
- 使用dom4j实现xml文件的操作,也可以对xml字符串进行处理-Xml file using dom4j to achieve the operation can also be processed on xml string
String_HEX
- 字符窜型转化为十六进制型的JAVA实现,找了很长时间哟。-Channeling-type character into hexadecimal type JAVA implementation, to find a very long time yo.
java_kmp_algorith
- 利用java语言实现的KMP算法, 可用于字符串模式匹配等项目中-Using java language of the KMP algorithm can be used for string pattern matching and other projects
Application
- 用java语句实现简单的现实字符串的小程序 显示字符串的Application应用程序-Simple java statements with the reality of a string of small program displays the string Application Application
Applet
- 用java语句实现简单的显示字符串的Applet应用程序 是学习用的小程序-Statement with the simple display java string Applet application is a small program used to learn
222
- JNI是Java Native Interface的缩写,中文为JAVA本地调用。从Java 1.1开始,Java Native Interface (JNI)标准成为java平台的一部分,它允许Java代码和其他语言写的代码进行交互。 OpenCV是Intel公司支持的开源计算机视觉库。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法。 -myJNIOpenCV = new JNIOpenCV() String
split-String
- 写了一个高效的分离字符串,主要是基于字节数组实现,比API里面的函数实现高效-Write an efficient separation of strings, mainly based on the byte array to achieve than the API function inside Efficient
java
- 用java实现与数据库的连接..例如``有一张数据库的表``里面有几条数据``用java将数据库表内的数据显示在java的表单属性内,java怎么实现对数据库的增,删,改,查.四种方法,带注释的! -import java.sql.* public class ODBCTest { public static void main(String[] args) { Connection con = null try {
java通过Comparable接口实现_20170907_102627
- 经过学习总结: 13 1.String本身是不具备比较大小功能的,但是由于String对象实现了 14 Comparable的接口.这个接口是可比较功能的接口.这里定义了比较方法compareTo方法. 15 Api手册中的描述: 16 此接口强行对实现它的每个类的对象进行整体排序。 17 这种排序被称为类的自然排序,类的 compareTo 方法被称为它的自然比较方法(Through the study summary: Thirt
StringDemo
- 通过kmp算法实现字符串的匹配,时间复杂度第。面试常问问题(The matching of string is realized by KMP algorithm, and the time complexity is the first. Interviewing often asks questions)
cmpp3.0的JAVA完整实现
- 1.将common文件夹、MsgConfig.properties放于src根目录下。 2.修改MsgConfig.properties配置文件对应的内容为可用参数。 3.方法入口:common.msg.util.MsgContainer sendWapPushMsg(String url,String desc,String cusMsisdn):发送web push短信; sendMsg(String msg,String cusMsisdn):发送SMS 4.“