-
Java4
实现一个数据单元,包括学号和姓名两部分。
编写两个线程,一个线程往数据单元中写,另一个线程往出读。要求每写一次就往出读一次。
- 2010-01-04 20:42:49下载
- 积分:1
-
BaconCipher2
Bacon Cipher java code
- 2013-08-08 04:45:42下载
- 积分:1
-
crawljax-2.0
说明: 该代码通过Myeclipse开发环境使用Java语言实现ajax网页内容的提取。(The code used by Myeclipse Java language development environment ajax web content extraction.)
- 2011-03-28 12:19:35下载
- 积分:1
-
fullcalendar-1.6.1
The schedule control,Similar to Google
(The source code,Similar to Google
)
- 2013-05-23 11:47:12下载
- 积分:1
-
Cemu_Zh_7.5n
说明: 黑灰化肥灰会挥发发灰黑讳为黑灰花会飞;灰黑化肥会会挥发发黑灰为讳飞花化为灰(Black grey chemical fertilizer ash will volatilize grey black taboo black grey flower will fly; grey black chemical fertilizer will volatilize black ash taboo fly ash)
- 2020-06-22 08:00:02下载
- 积分:1
-
jpcap_x64
jpcap64位包 含jpcap.dll(jpcap64.jar+ jpcap.dll)
- 2018-01-12 16:23:06下载
- 积分:1
-
SpringEhcache_Demo
Ehcache +spring 的Demo实例(how to use Ehcache with Spring)
- 2012-12-10 13:23:01下载
- 积分:1
-
Cer
本应用是一款小众应用源码,软件的设计初衷是收集自己从小到大获得的荣誉奖状之类的,因为纸质的很容易坏所以设计了这么一款软件。可以填写荣誉记录和拍照配图,点击菜单以后可以查看书架,书架里面有奖状图片的缩略图。软件界面非常精致,是某次大赛的参赛作品。本源码还有一大亮点就是实现了可以自定义软件启动界面。我用小米真机测试的时候保存第二份数据的时候卡出来了,可能逻辑处理的有点问题或者miui有点问题
涉及模块&技术
图片处理
Sqlite(This is a small application source code, software is designed to collect since the childhood to gain the honor of certificates, such as because paper is very easy to bad so such software is designed.Can fill in honor records and take photos with figure, click menu later can see a bookcase, bookshelf there are certificates of image thumbnails.Software interface is very delicate, is one contest entries.The source and a highlight is realized can start custom software interface.When I am with millet real machine test to keep the time of the second data card out, may be a bit of logic to handle problems or beautiful miui is a little problem
Involving module & technology
The image processing
SQLite)
- 2015-02-09 15:03:38下载
- 积分:1
-
taxonomy
Taxonomy is the science of naming, describing and classifying organisms and includes all plants, animals and microorganisms of the world.
- 2015-06-18 23:02:15下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1