登录
首页 » Java » SequenceInputStream

SequenceInputStream

于 2014-01-01 发布 文件大小:2KB
0 112
下载积分: 1 下载次数: 8

代码说明:

  Sequence Input Stream Source Code for Andriod.

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

发表评论

0 个回复

  • 太空入侵者
    嗨,这我我的太空侵略者游戏。它tooks那么多时间去做,所以我希望你会喜欢它。太空侵略者是一个二维的固定射击游戏,游戏中玩家控制的激光炮通过水平移动它在屏幕的底部,并在射击降外星人。这样做的目的是打败五排11外星人-一些版本设有不同数目 - 即水平移动来回在屏幕上,因为它们前进朝向屏幕的底部。玩家打败外星人,并赚取点,通过与激光炮射击吧。随着越来越多的外国人被击败,外国人的运动和游戏中的音乐既加快。打败外星人带来另一波是比较困难的,一个循环可继续没有结束
    2022-02-22 01:12:03下载
    积分:1
  • 工厂管理系统
    应用背景这是一个工厂的管理体系,为所有员工,管理人员的独特观察,所有产品均在工厂生产销售和购买物品。 ; ; ; ;关键技术我已经使用了框架,Java的事件,摆动,动作事件,MS Access作为数据库连接,前端到后端。这是非常有益的 ;所有b.tech等MSC MCA的最后几年students.those可以提交给他们的大学生活的项目。 ; ; ; ;
    2022-01-26 08:27:55下载
    积分:1
  • 网吧管理系统
    应用背景 为实现网吧的计费目的,简化日常工作,提高工作效率,提升管理水平,并且为后续企业发展提供强有力的信息运作平台。开发组以此为依据进行开发网吧管理系统软件。 菜单栏中有三个菜单:“使用”、“帮助”、“退出”。 “使用”菜单下有“开卡”、“登陆”、“结账”、“充值”、“查询”和“注销”等六个子菜单,“帮助”菜单下有一个“关于”的子菜单,“退出”菜单有一个“关闭”的子菜单。 关键技术 打开网吧管理系统的首页显示是“欢迎界面” “开卡”界面有“姓名”、“卡号”、“设置密码”、“确认密码”、和“预存金额”等五项内容 在“开卡”界面,输入完整信息,点击“开卡”按钮,系统将跳转到小票打印界面 使用JSP和servlet完成,功能简单
    2022-08-14 17:37:20下载
    积分:1
  • java图书管理系统完整代码
    运行于Android studio的java代码,有完整数据库,需要连接navicat,只要修改DB.properties代码里的你的navicat密码即可,若没有密码,则是password=   ,这是非常好,没有任何错误的图书管理系统代码
    2016-10-10下载
    积分:1
  • MediaPlayer_Service
    MP3音乐播放器代码,主要实现从sd卡中读取MP3文件,界面有播放暂停,上一首,下一首四个按钮(MP3 music player code, the main implementation MP3 files, read the sd card interface are suspended, a song, a four button)
    2020-09-29 09:37:43下载
    积分:1
  • ISSAuthorize
    Android与IIS身份验证案例源码,在Android移动项目开发中,访问服务器时,为了简洁方便,我们经常使用http协议来传递JSON格式的数据。然而有些项目需要有一定的安全性,如使用Android客户端登陆到MIS系统。虽然我们是通过Android手机客户端的登陆Activity中登陆到系统的,但是略懂电脑的黑客是能够跳过登陆Activity,从而直接进入系统的。这样,会造成一些由于系统的不安全所带来的麻烦。建立一种防止黑客强行登录的身份验证模式尤为重要。此时,系统的身份验证成为阻挡黑客登陆的一道屏障。那么,怎样实现一个身份验证呢?让我们以IIS为宿主,一步一步的实现身份验证吧(Android and IIS authentication case source code, in the Android mobile project development, access to the server, in order to be simple and convenient, we often use the HTTP protocol to transfer JSON format data. However, some of the project needs to have a certain security, such as the use of Android client login to the MIS system. Although we are through the Android mobile client landing Activity landing to the system, but slightly understand the computer hacker is able to skip the landing Activity, thus directly into the system. In this way, it will cause some of the problems caused by the system is not safe. It is particularly important to establish an identity authentication mode to prevent hackers logging in. At this point, the identity of the system has become a barrier to prevent hackers landing. So, how to achieve an identity verification? Let us take IIS as the host, step by step to achieve authentication bar)
    2016-06-20 11:04:56下载
    积分:1
  • DeskClockApp
    详细介绍 - [ Android 闹钟源码 ] 在android平台上开发的一个闹钟,本站有多个闹钟源码,可对比学习一下。(Detailed introduction- [Android alarm clock source] Android platform in the development of an alarm clock, the station has a number of alarm clock source, can be compared to learn about.)
    2016-06-04 22:28:02下载
    积分:1
  • source
    尚学堂超级人气大牛马士兵老师bbs制作视频源码(bbs source)
    2015-11-29 14:47:06下载
    积分:1
  • Chess
    一个android的中国象棋程序,支持人机对弈,AI强度中等(A Android Chinese chess procedures, support the man-machine chess, AI medium intensity)
    2012-02-21 18:14:52下载
    积分:1
  • android 静态壁纸实例源码下载
    一款还不错的静态壁纸代码 核心代码:package com.example.wallpaperchange;import android.os.Bundle;import android.app.Activity;import android.app.AlarmManager;import android.app.PendingIntent;import android.app.Service;import android.content.Intent;import android.view.View;import android.view.View.OnClickListener;import android.widget.Button;import android.widget.Toast; public class MainActivity extends Activity { AlarmManager aManager; Button start,stop; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); start = (Button)findViewById(R.id.start); stop = (Button)findViewById(R.id.stop); aManager = (AlarmManager)getSystemService(Service.ALARM_SERVICE); //指定ChangeService组件 Intent intent = new Intent(MainActivity.this,ChangeService.class); //创建PendingIntent对象 final PendingIntent pi = PendingIntent.getService( MainActivity.this, 0, intent, 0); start.setOnClickListener(new OnClickListener() { public void onClick(View v) { // TODO Auto-generated method stub aManager.setRepeating(AlarmManager.RTC_WAKEUP, 0, 5000, pi); start.setEnabled(false); stop.setEnabled(true); Toast.makeText(MainActivity.this, "壁纸定时更换启动成功", 5000).show(); } }); stop.setOnClickListener(new OnClickListener() { public void onClick(View v) { // TODO Auto-generated method stub start.setEnabled(true); stop.setEnabled(false); aManager.cancel(pi); } }); } }
    2014-06-03下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载