-
用Java实现的系统文件复制(含GUI界面)
通过GUI界面中的文件选择按钮选中系统中的一个文件,然后再选择复制文件的保存位置,点击copy按钮即可完成文件复制。
- 2022-01-26 00:07:55下载
- 积分:1
-
VideoCapturer
-----------------------------------
Video Capturer
-----------------------------------
a simple video capturer module using JMF
-----------------------------------
Developed By : deepak pk
Email : deepakpk009@yahoo.in
-------------------------------------
PREREQUESTE :
Inorder to run this project you should
hava JMF (Java Media Framework)installed
- 2023-01-20 13:15:04下载
- 积分:1
-
提前了解VE模块CC1100督发
CC1100 是低成本子 1 GHz收发信机的设计非常低功率无线应用程序。该电路主要是意在为 ISM (工业、 科学和医疗) 和开关磁阻电动机 (近程设备)在 315、 433、 868、 915 频带MHz,但很容易可以为编程在其他的频率在 300 348 操作MHz、 400 464 MHz 和 800-928 MHz 频段。与集成射频收发器高度可配置的基带调制解调器。调制解调器支持各种调制格式并具有可配置的数据到 500 kBaud。
- 2022-03-04 02:12:44下载
- 积分:1
-
电影院管理系统
JSP在线影院管理系统(任务书,开题报告,毕业论文,程序,源码)用户登录注册,在线选座等功能,查看影院影票信息,管理员添加,删除,修改影票信息。用户选择影票后,放入购物车进行购买操作。
- 2022-04-06 14:28:54下载
- 积分:1
-
基本登录代码
应用背景根据购物车所开发出来的代码,是一个最原始的购物车模型,适合新手了解联系java开发中购物车这一块,这个小购物车系统实现的是最基本的买与退,小计与合计。关键技术这个系统是通过ecilpse是写的,技术难度不大,适合初学者学习了解购物车的编程与运行,servelet上的源代码均为自己手打,不了解的通过代码中的注释可以了解
- 2022-01-22 12:12:54下载
- 积分:1
-
俄罗斯方块
资源描述package tetris;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import com.borland.jbcl.layout.*;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2005
* Company:
* @author not attributable
* @version 1.0
*/
public class MainFrame extends JFrame {
JPanel contentPane;//窗体内容网格
JMenuBar jMenuBar1 = new JMenuBar();//菜单条
JMenu jMenu1 = new JMenu();//文件菜单
JMenu jMenu2 = new JMenu();//选项菜单
JMenu jMenu3 = new JMenu();//初始化水平菜单
JMenuItem jMenuItem1 = new JMenuItem();//游戏开始菜单项
JMenuItem jMenuItem2 = new JMenuItem();//游戏暂停菜单项
JMenuItem jMenuItem3 = new JMenuItem();//游戏退出菜单项
//10个初始级别设置菜单项
JRadioButtonMenuItem jRadioButtonMenuItem1 = new JRadioButtonMenuItem();
JRadioButtonMenuItem jRadioButtonMenuItem2 = new JRadioButtonMenuItem();
JRadioButtonMenuItem jRadioButtonMenuItem3 = new JRadio
- 2022-05-27 20:44:42下载
- 积分:1
-
广场 & 广场
其两个玩家游戏使用鼠标。在开始它也采取的两个球员的名字和颜色的选择。名称提及上他们也表明
- 2022-03-21 15:34:47下载
- 积分:1
-
API的软件度量
基于API的软件度量:
- 2022-10-07 20:35:04下载
- 积分:1
-
pdf reader code in android
These codes were developed for android to open and read the pdf documents.
These codes were developed for android to open and read the pdf documents.
These codes were developed for android to open and read the pdf documents.
These codes were developed for android to open and read the pdf documents.
These codes were developed for android to open and read the pdf documents.
These codes were developed for android to open and read the pdf documents.
- 2022-01-28 22:25:59下载
- 积分:1
-
围棋小游戏
用java写的围棋小游戏,可以与机器人对战,也可以玩家对战,有特殊的音效和绚丽的界面。对于Java初学者具有参考价值。
- 2022-02-04 11:31:01下载
- 积分:1