-
MyPet1.0.06
实现了电子宠物系统,电子宠物日记,查询,登陆等一系列的功能(Electronic pet system, the electronic pet diaries, queries, landing a series of functions)
- 2012-06-09 23:14:19下载
- 积分:1
-
INote
模仿小米做的便签,功能齐全,有桌面小组件(Imitation millet do notes, fully functional, there is a desktop widget)
- 2013-11-28 17:23:59下载
- 积分:1
-
demo
使用A星(a-star)算发,通过上传二维矩阵中不能通过的坐标点,来为起止坐标点计算一条最短可通过路径(Using A-star, a shortest path is calculated by uploading the coordinate points that can not be passed in the two-dimensional matrix.)
- 2019-02-10 15:51:27下载
- 积分:1
-
JAVA
有关Java的程序,可以实现火车票预订,订票,退票(you can afford ticket in advance)
- 2013-04-21 20:02:09下载
- 积分:1
-
Birch
说明: birch算法是聚类算法的一种,克服了k-means算法的缺点,这里提供了详细的讲解ppt和代码(The birch algorithm is a kind of clustering algorithm, which overcomes the shortcomings of the k-means algorithm. Here is a detailed explanation of ppt and code.)
- 2019-05-10 11:12:28下载
- 积分:1
-
jenainf
这个是用protege建立的本体实例。
可用于语义推理。(This is the ontology instances created with protege. Can be used for semantic reasoning.)
- 2014-02-12 16:49:37下载
- 积分:1
-
lrclist
j2me Lrc_解析代碼.rar 一个demo,希望对大家有帮助(j2me Lrc_ parsing code. rar a demo, want to help everyone)
- 2010-03-09 23:40:59下载
- 积分:1
-
rsa-java
用java实现的,使用了rsa算法,可用于加解密文本文档(Achieved with java, use the rsa algorithm, can be used for encryption and decryption text document)
- 2009-06-02 08:23:50下载
- 积分:1
-
Introduction-to-java-programming-6th
此书介绍Java编程基础 - 包括解决问题的能力,面向对象编程,GUI编程,数据结构,网络化,国际化,高级GUI编程和Web编程。包括许多新的插图。增强的例子贯穿始终,用小的,简单,和刺激的例子来演示概念和技术。信息anearlier介绍比以前的版本编写程序。功能上递归的新篇章,从早期版本的膨化处理。对于任何有兴趣学习更多有关编程的一个有用的参考。(this reference introduces Java programming fundamentals – including problem-solving, object-oriented programming, GUI programming, data structures, networking, internationalization, advanced GUI programming, and Web programming. Includes many new illustrations. Enhances examples throughout, using small, simple, and stimulating examples to demonstrate concepts and techniques. Offers anearlier introduction to writing programs than the previous edition. Features a new chapter on recursion, expanding treatment earlier editions. A useful reference for anyone interested in learning more about programming.)
- 2015-10-23 11:29:58下载
- 积分:1
-
Mypicture
定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法。编写一个应用程序,使用上面定义的类,随机选取位置和形状,绘制20个图形。(Defines four classes, MyShape, MyLine, MyRectangle and MyOval, which MyShape the other three parent class. MyShape is an abstract class, including graphics position four coordinates a no-argument constructor, all the coordinates are set to 0 a parameterized constructor, all the coordinates is set to the corresponding values each coordinate set and reading method abstract void draw (Graphics g) method. MyLine class is responsible for drawing straight lines, to achieve the draw method of the parent class MyRectangle responsible for drawing rectangles, to achieve the parent class draw method MyOval responsible painted oval, draw method to achieve the parent class. Write an application that uses the class defined above, randomly selected location and shape, draw 20 graphics.)
- 2021-04-14 09:08:55下载
- 积分:1