-
exercise
模拟android手机上通讯录程序
模拟实现手机上联系人的添加操作
(Analog android phone address book program to simulate the add operation of mobile phone contact)
- 2012-06-14 00:14:13下载
- 积分:1
-
CoppyLoveMusic
网络乐库那块连接的是内网,所以没法展示,只是实现了整个播放器的一部分功能,没实现完全,不过基本功能都实现了(The piece is connected to the Network Library Intranet, so I can not show, is the realization of the function of the whole part of the player, not complete, but the basic functions are realized)
- 2017-08-30 15:51:24下载
- 积分:1
-
java鼠标事件,在窗口内任意点击鼠标,可以画出一个个圆点。
java鼠标事件,在窗口内任意点击鼠标,可以画出一个个圆点。-java mouse events, in the window any clicking of the mouse, you can draw a dot.
- 2022-12-04 04:20:03下载
- 积分:1
-
ParsingTest
test Parsing Literals Source Code for Andriod.
- 2013-12-06 14:36:14下载
- 积分:1
-
简单的博客系统
这是一个基于Java web写的博客系统,有登录、注册、和首页资源搜索分块。
- 2023-02-26 18:35:04下载
- 积分:1
-
android_capture
基于android手机的远程视频监控系统
有安卓手机端和pc服务器端
可以通过网络将手机摄像头捕捉到的数据传送到pc端以图片显示(Andrews mobile terminal and PC server-side remote video surveillance system based on android phone through the network to the mobile phone camera to capture the data transfer to the pc end display pictures)
- 2013-03-27 18:00:04下载
- 积分:1
-
图书管理系统毕业设计+源码
这是我做的毕业设计,主要是用来提高图书管理效率的,个人能力有限,希望大家能够满意
- 2023-01-14 11:05:04下载
- 积分:1
-
会议室管理
说明: 会议室管理系统源代码为且翁群翁群翁骑我发给电饭锅(Using Ajax to add, delete, modify and query)
- 2019-12-23 12:39:43下载
- 积分:1
-
Kriging插值算法
资源描述地理信息系统中根据样品空间位置不同、样品间相关程度的不同,对每个样品品位赋予不同的权,进行滑动加权平均,以估计中心块段平均品位。本资源有基于雷达数据绘制成图还有地理信息系统中的数据预测,有实验结果。
- 2022-01-22 00:25:01下载
- 积分:1
-
java web 人事管理系统
资源描述package com.sanqing;
import java.awt.Dimension;
import java.awt.Toolkit;
import javax.swing.SwingUtilities;
import javax.swing.UIManager;
import com.sanqing.frame.IndexFrame;
import com.sanqing.frame.LandFrame;
import com.sanqing.hibernate.Dao;
public class PersonnelManage {
boolean packFrame = false;
public PersonnelManage() {
SwingUtilities.invokeLater(new Runnable() {
public void run() {
try {
UIManager.setLookAndFeel(UIManager
.getSystemLookAndFeelClassName());
} catch (Exception exception) {
exception.printStackTrace();
}
land();
}
});
}
public void land() {
LandFrame frame = new LandFrame();
if (packFrame) {
frame.pack();
} else {
frame.validate();
- 2022-03-22 18:14:53下载
- 积分:1