搜索资源列表
pinyin4j-2.5.0.zip
- 汉字转换为拼音,可以很简单的把中文转成拼音,Converted to phonetic characters can be very simple to turn into a Chinese Pinyin
CnToSpell.zip
- JAVA源程序,输入汉字能够输出汉字对应的拼音,JAVA Source Code, be able to input Chinese characters output phonetic characters correspond to
pinyin
- 根据中文获取中文的拼音(全拼音组合,多音节组合), 还能获得每个字首字母的开头字母(可用于首字母简单拼音查询),要将pinyin4j.jar加入环境-According to the Chinese access to the Chinese pinyin (phonetic combination of wide, multi-syllable combinations), Also obtained at the beginning of each alphabetical
pyszm
- 获取拼音首字母的Java实现。Phonetic alphabet for the first Java implementation-Phonetic alphabet for the first Java implementation
wordToPinyin
- Java语言实现的汉字对应的拼音的查找。-Java language phonetic Chinese characters corresponding to the search.
commons-codec-1.4-sources
- The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.-
jq-autoCompleteByos
- 自己用jq写的一个自动完成UI,支持名字、邮箱、手机号。-Allow phonetic typing The jq write an auto-completion of the UI, support for name, email, mobile phone number.
Musicplay
- 一个音乐播放器的例子,实现列表和播放进程的拖放,有助于了解线程和广播的机制-Translate from: Chinese Allow phonetic typingType text or a website address or translate a document. Cancel Yīgè yīnyuè bòfàng qì de lìzi, shíxiàn lièbiǎo hé bòfàng jìnchéng de tuō fàng, yǒu zhù yú liǎojiě
Snake
- 贪食蛇源码,使用java写出的贪食蛇,Applet-Allow phonetic typing Snake source code, written in java Snake
shenrujava-xuniji-edtion2
- 本书共分20章,第1-4章解释了Java虚拟机的体系结构,包括Java栈、堆、方法区、执行引擎等;第5-20章深入描述了Java技术的内部细节,包括垃圾收集、Java安全模型、Java的连接模型和动态扩展机制、class文件、运算及流程控制等等,其中第6章和附录A-C安全可以作为class文件和指令集的参考手册。本书还附带光盘,光盘中包含用以辅助说明正文内容的交互式例示applet及示例源代码。-Allow phonetic typing Book is divided into 20 ch
Autopay
- 一个hibernate框架实现数据库分页功能的小例子-Allow phonetic typing Hibernate framework to achieve a small example of the database paging function
PrintArrayTest
- 打印数组,一个专门打印数组的程序,方便自己打印数组,留着用-Allow phonetic typing Print array, a dedicated print an array of programs, and convenience to print an array, and keep with...
hibernate-3.2.6.ga
- hibernate3.2.6源代码。找了很久才找到。分享下。-Allow phonetic typing hibernate3.2.6 source code. Looking for a long time to find.Share with you.
myBlog
- 我的博客系统,以及基本完成bog的要求,注册登录-Translate from: Chinese Allow phonetic typingType text or a website address or translate a document. Cancel Wǒ de bókè xìtǒng, yǐjí jīběn wánchéng bog de yāoqiú, zhùcè dēnglù děng děngEnglishSpanishArabicAlpha My blog
saomiao
- 二维码的扫描,用的高的ecplise,好东西啊-二维码的扫描 Translate from: Chinese Allow phonetic typingType text or a website address or translate a document. Cancel È r wéi mǎ de sǎomiáoEnglishSpanishArabicAlpha 2D code scanning
Chess
- L型棋盘覆盖,算法设计递归算法,界面动态显示覆盖过程-L型棋盘覆盖,算法设计递归算法,界面动态显示覆盖过程 Allow phonetic typingType text or a website address or translate a document. Cancel L xíng qípán fùgài, suànfǎ shèjì dìguī suànfǎ, jièmiàn dòngtài xiǎnshì fùgài guòchéngEnglishChinese (Simpl
java
- 梅花雪树ssh框架结构,请大家好好看看,共同研究下。- Allow phonetic typing The plum flower snow tree SSH frame structure, please take a good look at, study together.
UserManagement_V1.8
- 用户管理系统,包括用户注册,查询,删除等操作- Translate From: Chinese To: English English Spanish Chinese (Simplified) 用户管理系统,包括用户注册,查询,删除等操作
TipLite_1.6.5
- 根据输入的汉子自动生成汉子拼音码,自动升成-Man phonetic code is automatically generated based on the input of the man
File-system
- 1. 在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2. 文件物理结构可采用显式链接或其他方法。 3. 磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4. 文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5.