搜索资源列表
webcamCapture
- 最近去看監視器材,看到他們的監視軟體 就突發奇想自己來寫一個看看 程式會把移動中的物體用綠色框框起來 並且把當時的影像存成jpg檔(我把這個功能註解起來了) 我這個程式是在UltraEdit(類似記事本)下寫成的 程式裡用到JMF套件 主程式是webcamCapture.java -look at the latest surveillance equipment, they are seen on the surveillance softwar
JAVApASSWORD
- 我用JAVA做的密码框,呵呵.很不错啊.光顾我的主业啊.我用JAVA做的密码框,呵呵.很不错啊-I do with Java code frame, Ha ha. very responds :. I patronize the main industry ah. I use Java to do the password box, Ha ha. very responds :
Java-collection-frame
- Java集合框架,对开发者来说有很大的帮助,希望喜欢。-The Java collection frame, for developers of great help, I hope like.
Page
- 这是一个对操作系统中分页技术的模拟,给出一定的页架的大小,不断装载新的作业,也可以删除作业,可以实现虚拟地址和实际地址的映射,我自己写的-This is an operating system paging technology simulation, given a certain frame of the page size, loading the new operating continuously, it can be deleted, you can achieve a virtua
pukemoshu
- 自己做的扑克魔术(含源码)。用Java做的。这是我刚学完j2se的时候做的。有applet的和frame的两种。点class中的"运行.bat"就可以直接运行。用的到技术,主要就是线程和图片处理。-Poker do their magic (including source code). To do with Java. This is what I have just finished school when j2se do. Applet and there are two kinds of
J2EEOverallbriefintroduction
- 本文从五个方面对J2EE进行了比较全面的介绍。从J2EE的概念说起,到它的优势,到J2EE典型的四层模型,和它的框架结构,最后是J2EE十三种核心技术的一个简介。本文分门别类的对J2EE中的服务,组件,层次,容器,API都做了比较详细的介绍,相信看完此文,读者会对J2EE有一个更清晰的认识。-In this paper, five aspects of J2EE have been a more comprehensive introduction. Speaking from the conc
Library_manage
- 说明: 由于我的编程水平有限,所以我没有时间修改后面要求加上的远光特色的注释,只能勉强完成了这次的作业,希望谅解。 如果想运行下这个程序的话,可以打开Frame包里面的adminlogin.java并运行之,就可以登陆到登陆的界面,可以输入管理员账号:10011002,密码是:870926,这样没有问题的话,就可以登陆进去了。基本的功能都在里面,不过由于个人的水平问题,有的功能无法在界面上面实现。-Note: Because my programming is limited, so
frame
- 一个系统初步模型,办公自动化那一块的,希望大家多多提点一下,谢谢!-Preliminary model of a system, office automation that piece, I hope Members reminded about, thank you!
FlowLayoutTest
- Frame,我的第一个gui的java 代码,希望能够有用-GUI,my first GUI code,i hope you can help me
JavaStudentSystem
- 很好的登录界面哦,希望你能用得上,非常非常感谢你的下载!-Best Login Frame,I‘m very glad that you can download it ,thanks
html_frame
- 基本实现一般框架的设计,这是基础学习框架,提供初学者使用-this is a basic frame,it offer new learner to study. I hope it can help you
swing_exam
- 使用swing编写的一个学生考试系统,框架别人搭的,我只是把其中的功能完善了,分享给大家交流学习-Written using the swing a student examination system, others take the frame, I just put one of the functional, and to share to share learning
slider
- 用了两个晚上,封装了一个js幻灯片的函数(类库?框架?),随你怎么叫。因为自己做网站用到,以前都是用flash壳,麻烦,后来用jquery插件,太大。所以自己动手做了一个,压缩后只有3k。窃以为比较使用,跟大家分享,欢迎各路大牛批评指正。-With a two night package a slide js function (library? Frame?), With how you called. Used because of their own website, had previo
Spring
- spring上机要引用的架包,我在此已经分好类,引用时更加方便快捷-confidential reference frame in the spring on the package, I would have been divided into many categories, faster and more convenient reference
Hibernate
- hibernate上机要引用的架包,我在此已经分好类,引用时更加方便快捷-hibernate on a confidential reference frame package, I have been divided into many categories, faster and more convenient reference
crawler4j-3.5-src
- google开源框-网络爬虫 crawler4j-3.5源码,example包里包涵官方介绍的6个事例。 由于3.5版本的jar包是由jdk1.7编译,在jdk1.6上无法运行,所以只能找源码来自己重新编译。google上我没有找到源码下载的,只有查看,我是一个一个类复制下来的。在本地测试通过,并且运用起来了。-google open frame- Web crawler crawler4j-3.5 source code, example bag bear the official int
JLAYEREDPANEDEMO
- Java实现分层框体,实现思路是:先创建一个JLayeredPane 类的实例,然后逐个地在这个对象的不同层上添加不同颜色的JLabel 对象。在不同层上添加JLabel 对象的方法如下: layeredPane.add(label, new Integer(i)) //将label 添加到layeredPane 的第i 层。 本例将很简要地介绍它的用法,并演示其实际的效果。如上截图所示的即为运行效果。 这个实例中用到了JFrame 窗体框架中的用于放置JDeskt
jlayeredpanedemo
- Java实现分层框体,实现思路是:先创建一个JLayeredPane 类的实例,然后逐个地在这个对象的不同层上添加不同颜色的JLabel 对象。在不同层上添加JLabel 对象的方法如下: layeredPane.add(label, new Integer(i)) //将label 添加到layeredPane 的第i 层。 本例将很简要地介绍它的用法,并演示其实际的效果。如上截图所示的即为运行效果。 这个实例中用到了JFrame 窗体框架中的用于放置JDeskt