登录
首页 » Java » plane

plane

于 2011-12-08 发布 文件大小:804KB
0 92
下载积分: 1 下载次数: 7

代码说明:

  飞机主角在飞行中躲避并攻击前面接连不断的敌人(plane war)

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

发表评论

0 个回复

  • 该示例代码Java
    此示例程序适用于omnikey 5321智能卡读卡器。用java编程开发。来自HID Global的示例
    2022-11-04 00:50:03下载
    积分:1
  • android 异步 执行 任务 例子 附讲解
    Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call  objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(),  objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute()  doInBackground() onProgressUpdate() onPostExecute()  onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are  onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from  doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else {        //continue... } See this Image For more Clear.
    2013-07-05下载
    积分:1
  • java tcpip 通信
    简单的java tcpip 通信,有界面!整个通信网络的任务,可以划分成不同的功能区块,即所谓的层级(layer) 。用于互联网的协议可以比照TCP/IP参考模型进行分类。TCP/IP协议栈起始于第三层协议IP(网际协议)。所有这些协议都在相应的RFC文档中讨论及标准化。重要的协议在相应的RFC文档中均标记了状态: “必须”(required) ,“推荐”(recommended) ,“可选”(elective) 。其他的协议还可能有“试验”(experimental) 或“历史”(historic) 的状态。”
    2022-08-18 04:16:02下载
    积分:1
  • Android_de
    android-sdk包,在使用时把文件后缀名改为tgz
    2010-11-10 18:23:01下载
    积分:1
  • 迭代范围 - 基于搜索算法
    Webstudy如何回答(可能有多个)范围内选择查询应答排名查询。每个选择查询对给定的字符串和一个字符串的集合之间的相似性阈值。在这种方式中,我们可以利用现有的近似串-选择技术,而无需修改其实现。我们开发所谓的“迭代范围搜索”(“IRS”的简称)的算法。算法1示出了algorithm.We的伪代码开始的初始相似性阈值,这可能是基于查询(第5行),计算出的固定值奥拉值。所述算法有两个步骤。
    2022-01-26 06:24:30下载
    积分:1
  • 从sina上读取股票的交易明细并存入数据库备用
    从sina上读取股票的交易明细,并存入数据库备用。使用Java软件开发。
    2022-05-23 04:37:17下载
    积分:1
  • 穆里奇书店
    应用背景基于Java的MVC平台产品的维护和管理登录-在线音乐商店的用户名是乔尔,密码是芝麻。关键技术JSP和MVC一起使用MySQL数据库和NetBeans IDE。
    2023-07-05 16:20:10下载
    积分:1
  • Java大型的商城网站,源!!!!
    不错的代码,可以学习。里面有xml解析,CVS报表格式导出,文件日志,json数据的传递等等,技术使用较多,对初学者会有体会。
    2023-01-14 05:50:03下载
    积分:1
  • html5-apple-watch-clock-face
    仿Apple Watch的时钟动画DEMO演示。一个网站。效果很好,是个很好的模板。(Imitation Apple Watch the clock animation DEMO demonstration. A website. Works well, is a good template.)
    2015-04-15 09:52:38下载
    积分:1
  • 中国移动mms7彩信接入网关
    中国移动的彩信网关协议mm7api_V1.5.3_20040621,包含源代码,可以进行自由修改调试重新生成。
    2022-11-26 03:45:04下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载