登录
首页 » Java » renshiguanli

renshiguanli

于 2020-06-22 发布
0 210
下载积分: 1 下载次数: 1

代码说明:

说明:  A simple Android version of personnel management student work source code, including staff information management, personal wage information management, department management and a comprehensive query function, all information is stored in the mobile phone SQLite

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • case_study_1
    模拟二元合金相变的相场法模型,包括网格划分,自由能计算,等多个matlab适用的m文件(Phase-field model for simulating phase transformation of binary alloys)
    2020-09-25 16:27:47下载
    积分:1
  • ADMM
    说明:  无线通信资源管理中的ADMM算法,ADMM( Alternating Direction Method of Multipliers) 算法是机器学习中比较广泛使用的约束问题最优化方法,它是ALM算法的一种延伸(Alternating Direction Method of Multipliers)
    2020-09-13 09:58:02下载
    积分:1
  • APSO1
    改进的粒子群算法,适用与多目标最优化项目,收敛速度快(The improved particle swarm optimization algorithm is applicable to multi objective optimization projects, and the convergence speed is fast)
    2017-11-06 20:01:18下载
    积分:1
  • CamShift
    camshift全自动跟踪,不需手动选择,可以自动跟踪目标(CAMSHIFT fully automatic tracking, without manual selection, you can automatically follow the target)
    2017-07-19 11:14:01下载
    积分:1
  • nasa0012
    说明:  使用fortran程序对二维nasa0012标准翼型进行的网格划分。(Fortran program using the standard two-dimensional airfoil nasa0012 meshing.)
    2011-03-16 10:07:50下载
    积分:1
  • 一套小型的hospital系统,
    一套小型的hospital系统, -A small hospital systems,
    2023-08-18 06:20:04下载
    积分:1
  • Desktop
    模拟涡旋光与平面光干涉的matlab语言(Simulation vortex light and plane light interference matlab language)
    2018-01-24 22:06:46下载
    积分:1
  • Uplink-NOMA-for-5G-Wireless-networks
    Uplink Non-Orthogonal Multiple Access for 5G Wireless networks
    2016-10-14 21:14:38下载
    积分:1
  • INVERTER
    3phase inverter project
    2018-11-04 06:04:09下载
    积分:1
  • Java自定义鼠标光标
    super("自定义光标"); //调用父类构造函数   int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组   Container container=getContentPane(); //得到容器   container.setLayout(new FlowLayout()); //设置容器布局管理器   for (int i=0;i   JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象    jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标    container.add(jta); //增加组件到容器上   }      Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象   Image image=toolkit.getImage("cursor.gif"); //得到图像   Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象   JTextArea jta=new JTextArea(3,6); //实例化文本框   jta.setCursor(customCursor); //设置文本框光标   container.add(jta); //增加组件   setSize(300,160); //设置窗口大小   setVisible(true); //窗口可视
    2022-03-06 15:35:47下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载