-
tally
记账:记录收入支出情况,随时可查看账单明细(Bookkeeping: recording income and expenditure, the details of the bill can be viewed at any time)
- 2014-01-03 19:02:20下载
- 积分:1
-
android 下载网络图片 实例源码
通过链接下载图片
- 2015-01-23下载
- 积分:1
-
BSPMapTest
BSP Map游戏测试例子-Java源码,模拟游戏地图(BSP Map Game Test example-Java source code to simulate the game map)
- 2009-05-23 11:06:55下载
- 积分:1
-
Java窗口登录代码(附带窗口类转化)
package firstjava;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.Socket;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPasswordField;
import javax.swing.JTextField;
public class login
{
public static void main(String[] args)
{
final String userName = "abc";
final String passwrod = "123";
Socket socket1=null;
ObjectInputStream InputStream=null;
ObjectOutputStream OutputStream=null;
JFrame jFrame = new JFrame("登陆界面");
Dimension dimension = Toolkit.getDefaultToolkit().getScreenSize();
jFrame
- 2023-01-29 11:20:03下载
- 积分:1
-
GoF
23个GOF模式的C++版本,改写来自Java,一些小实例(GOF c++ java)
- 2009-05-31 00:26:41下载
- 积分:1
-
完成计算器的加,减,乘,除的一些简单的功能
完成计算器的加,减,乘,除的一些简单的功能-completed calculator, plus or minus, multiplication, addition of a few simple functions
- 2022-02-13 22:25:27下载
- 积分:1
-
CertificationRequest
the value of signatureAlgorithm field of the structure private AlgorithmIdentifier algId .
- 2013-12-03 14:13:19下载
- 积分:1
-
Java_zinengka_youhua
说明: 针对复杂的传统Java智能卡指令解析问题,结合Applet的部署特点,提出了指令预解析的概念 给出了转换后的Applet文件(CAP,Converted Applet file)中导入组件、常数池和导出组件的预解析优化存储结构及包注册表结构,使用定长存储结构替代原有的变长存储结构以加快查找过程,引入了导出组件辅助索引表以加快外包类的解析过程 设计了基于优化后组件的静态域、静态方法和类访问字节码指令的快速解析流程,将解析算法的时间复杂度降为常数阶 在Applet下载过程中通过预解析来生成优化后的组件存储结构,在执行过程中依据快速解析流程来完成静态域、静态方法和类对象的快速访问,从而缩短了Applet运行时的解析时间.测试结果表明,在不改变标准Applet下载、运行流程的情况下,该方法有效地减少了卡内存储器的访问次数,缩短了解析算法的执行时间,提高了Applet执行的整体性能.
(For a complex of traditional Java smart card command parsing problems with the Applet deployment characteristics of proposed pre-analytic concept of instruction gives converted Applet file (CAP, Converted Applet file) to import components and export components of constant pool pre-analytical optimization of storage structure and package the registry structure, and the use of fixed-length storage structure replaced the original variable-length storage structure to speed up the search process, the introduction of secondary index table to export components to speed up the resolution process outsourcing category designed based on optimization After the components of the static fields, static methods and class byte code instructions to access the rapid resolution processes, analytical methods will be reduced to constant time complexity order in Applet download process through pre-parsing to generate the optimized storage structure components , in the implementation process based on rapid)
- 2010-03-21 12:42:59下载
- 积分:1
-
MikiChessCode.part08
说明: 棋类游戏,带给你不一样的策略感受!
普通模式击败电脑可开启隐藏模式吧!(chess game, hard. win computer gamer to open hide type.!)
- 2019-12-16 17:53:20下载
- 积分:1
-
Android 仿 窗帘效果 和 登录界面拖动效果 (Scroller类的应用)
Android 仿 窗帘效果 和 登录界面拖动效果 (Scroller类的应用),很多时候你开发的应用找不到很好的处理方式,这可以提供给你很好的 例子供你参考!很适合初学者!
- 2022-07-02 14:35:47下载
- 积分:1