-
Java
能实现分词,去除停用词,统计词频的Java的源代码(To achieve segmentation, removal of stop words, word frequency statistics Java source code)
- 2013-04-12 14:40:38下载
- 积分:1
-
test
java两种方法编写倒置的三角形,输出第一行7个,第二行5,第三行3个,第四行1个(two ways to write java inverted triangle, the first line of the output 7, the second line 5, the third line 3, the fourth line 1)
- 2010-10-20 11:05:56下载
- 积分:1
-
zhuzhuMusicMan
猪猪音乐播放器是一个很简洁的音乐播放器,播放器的主界面只有简单的开始、后退、播放三个按钮。其余的就是专辑图片、歌曲名称、歌手名。因为大部分歌曲都没有专辑图片,所以项目中的专辑图片是几张写死的随机出现的图片。我不知道如果歌曲中如果有专辑图片会不会显示歌曲中的专辑图片。在主界面点击菜单可以出现播放列表、播放模式、版本检查、退出应用等按钮。播放列表里面的音乐时间布局显示有点问题,可能在大分辨率的手机上显示会正常。项目比较简单,也有详细的中文注释,适合新手学习和二次开发。(Pig music player is a very simple music player, player of the main interface only simple beginning, drawing back, playing three buttons. The rest is the album picture, the name of the song, the name of the singer. Because most of the songs are not on the album, so the project s album picture is a few random pictures of the dead. I don t know if there are any pictures of the album in the song if there is a picture of the album. Click menu in the main interface can appear play list, play mode, version check, exit applications, etc.. Play the music inside the list of time layout shows a little problem, it is possible to display on the large resolution of the phone will be normal. The project is relatively simple, there are detailed Chinese notes, suitable for beginners to learn and the two development.)
- 2016-06-22 15:54:57下载
- 积分:1
-
ProfilerProcessor
@fileoverview Profiler processor is used to process log file produced by V8 and produce an internal profile representation which is used for building profile views in "Profiles" tab.
- 2014-01-12 09:26:30下载
- 积分:1
-
Calculator
一共使用了建造者模式、状态模式、命令模式、策略模式、单件模式这5个设计模式。
本次课程设计是开发一款有多个面板的计算器。不仅有针对日常生活“标准型”面板、针对理工科计算的“科学型”面板、针对于编程人员计算“程序员”面板,还别出心裁地开发了针对中学生的数学学习“特色型”面板,有利于他们检查自己数学作业答案和试卷答案。
本计算器实现了当点下拉菜单中标准型、科学型、程序员和特色型等选项可以切面不同的计算器面板。
本计算器实现了当选中按钮时,按钮呈现如黄水晶般色调渐变的颜色。
本计算器实现了自定义左上角图标的功能。
关键词:
建造者模式 状态模式 命令模式 策略模式 单件模式
计算器 多面板 标准型 科学型 程序员 特色型
初等函数 二进制 八进制 十六进制
分解质因数 最简二次根式 一元二次方程
保留根号 小数转分数 循环小数(We used a total of builder mode, the state mode, command mode, the policy mode, single mode these five design patterns. This course is designed to develop a plurality of panels of a calculator. Not only for everyday life, " standard" panel for science and engineering computing " science-based" panel, for the calculation of " programmer" panel to programmers, even inspired to develop the learning of mathematics for high school students " special type" panel, there are benefit them check their math homework answers and answers to tests. The calculator achieved her point standard drop-down menu, science-based, programmers and characteristics of different type and other options section of the calculator panel. This calculator implements the election of the button, the button showing topaz hue gradient colors. The calculator icon in the top left corner to achieve a custom function. Keywords: Builder mode status Mode Command Mode Strategy Mode single mode )
- 2015-08-03 23:31:28下载
- 积分:1
-
java基础教程
java基础教学讲义。。。。。。。。。。。。。。。。(Java basic teaching handout)
- 2020-06-21 14:20:02下载
- 积分:1
-
sock_client
使用Java编写socket客户端程序的小例子(Socket client program write by java.)
- 2020-06-26 12:00:02下载
- 积分:1
-
remotecontrol
说明: 实现一个简单远程监控软件,采用Windows Socket(或Java Socket)编程。采用C/S架构。(1)能够远程监控一台主机,显示主机屏幕内容,能远程关机(2)能远程下载或上传文件(3)能远程执行一些DOS命令(4)能远程运行一些可执行命令。
(Implement a simple remote control software, using Windows Socket (or Java Socket) programming. By C/S architecture. (1) to remotely monitor a host, the screen displays the contents of the host, can remotely shut down (2) can remotely download or upload files (3) can remotely perform some DOS commands (4) can remotely run some executable command.)
- 2011-02-19 18:50:32下载
- 积分:1
-
source
JDWP 是 Java Debug Wire Protocol 的缩写,它定义了调试器(debugger)和被调试的 Java 虚拟机(target vm)之间的通信协议。
JDWP 协议介绍
这里首先要说明一下 debugger 和 target vm。Target vm 中运行着我们希望要调试的程序,它与一般运行的 Java 虚拟机没有什么区别,只是在启动时加载了 Agent JDWP 从而具备了调试功能。而 debugger 就是我们熟知的调试器,它向运行中的 target vm 发送命令来获取 target vm 运行时的状态和控制 Java 程序的执行。Debugger 和 target vm 分别在各自的进程中运行,他们之间的通信协议就是 JDWP。(JDWP is Java Debug Wire Protocol)
- 2019-04-25 11:00:32下载
- 积分:1
-
StringBuilder
String Builder extends Abstract String Builder implements Appendable.
- 2014-01-06 14:49:49下载
- 积分:1