登录
首页 » Java » baofengyingyin

baofengyingyin

于 2020-06-15 发布
0 181
下载积分: 1 下载次数: 1

代码说明:

说明:  A UI project source code that imitates storm video and audio. The imitated interface includes menu pages, home pages, classification pages, etc. The local analog data used for all data in the project. The imitated degree will be problematic in layout and display on high-resolution devices. The resolution of 480 x 800 should be just right.

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

发表评论

0 个回复

  • 小游戏五子棋大战
    class LNode{ private int row; private int col; private Color chessColor; private LNode next; public LNode(int row,int col,Color chessColor){ this.row=row; this.col=col; this.chessColor=chessColor; } public LNode(){ this.next=null; } public void setRow(int row){ this.row=row; } public int getRow(){ return this.row; } public void setCol(int col){ this.col=col; } public int getCol(){ return this.col; } public void setChessColor(Color chessColor){ this.chessColor=chessColor; } public Color getChessColor(){ return this.chessColor; } public void setNext(LNode next){ this.next=next; } public LNode getNext(){ return this.next; } } class NullAndCount{ private int nullCount=0; private int chessCount=0; public void setNullCount(int nullCount){ this.nullCount=nullCount; } public int getNullCount(){ return this.nullCount; } public void setChessCoun
    2022-05-08 02:47:07下载
    积分:1
  • java 按钮演示
    java button的使用示例,供初学者参考,可以直接导入工程使用,所有相关的使用情况已经涵盖!!
    2022-01-26 05:37:32下载
    积分:1
  • logcount
    android小程序,用来查找手机中的log文件,并统计log文件的数量,用于手机安全软件进行手机内log文件清理(android small program used to find the phone log files and statistics log file number of security software for mobile phone log file cleanup)
    2013-11-06 14:44:50下载
    积分:1
  • 考勤管理系统
    考勤管理是管理出勤或在工作场合,尽量减少员工停机时间造成的损失存在的行为。考勤控制传统上接近使用时钟,时间表和时间跟踪软件,却不止于此,提供一个工作环境,最大化和激励员工考勤考勤管理。[1] 最近,它已成为可能收集到的考勤数据自动通过实时定位系统,还允许为交联的考勤数据和性能之间。
    2022-11-02 01:55:03下载
    积分:1
  • android textview 展示图片例子
    android textview 展示图片例子
    2014-09-16下载
    积分:1
  • Scroll
    这个源码是一个简单的andorid跑马灯滚动效果,可以运行(This source is a simple andorid Marquee scrolling effect, you can run)
    2012-07-25 09:28:05下载
    积分:1
  • 该示例代码Java
    此示例程序适用于omnikey 5321智能卡读卡器。用java编程开发。来自HID Global的示例
    2022-11-04 00:50:03下载
    积分:1
  • android 将视频上传至服务器(汗服务器端源码)
    android上传图片、视频、文件,服务端使用wcf接收android上传图片、视频、文件,服务端使用wcf接收
    2014-10-24下载
    积分:1
  • 产品报废评估系统
    产品报废评估系统旨在找出不符合规定的质量参数的产品。系统将自动检查本产品根据已定义的参数,并完成一定不完美的产品区分开来。
    2022-06-11 17:42:50下载
    积分:1
  • 离散余弦变换
    使用离散余弦变换对图像进行处理本系统还实现了图像文件的读、写及显示,先将正变换后的位图图像信息存储在文件中,然后从文件中读取位图数据,把这些数据经过离散余弦逆变换,最后再将变换后的数据以位图显示出来。本文重点介绍了离散余弦变换的原理及其实现的方法。
    2022-06-21 06:10:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载