-
Android实现自动、手动更新应用
代码简单、易懂、实用。
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.HashMap;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.AlertDialog.Builder;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.DialogInterface.OnClickListener;
import android.content.pm.PackageManager.NameNotFoundException;
import android.net.Uri;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ProgressBar;
import android.widget.Toast;
/**
*@author coolszy
*@date 2012-4-26
*@blog http://blog.92coding.com
*/
public class UpdateManager
{
/
- 2022-03-30 02:32:04下载
- 积分:1
-
Machine study for arithmetic multi
机器学习及人工智能中的多层感机的算法,可识别复杂的二维点阵图形,在实际的模式识别中很有参考价值。-Machine study for arithmetic multi-layer perceptron, it can recognize 2D dot matric graph, it is a good reference for pattern recognition
- 2022-08-03 20:57:30下载
- 积分:1
-
C++ How.to.Program.5th.EditionDetail C++ How to program 5th Edi English
C++How.to.Program.5th.Edition
Detail C++ How to program 5th Edi English -C++ How.to.Program.5th.EditionDetail C++ How to program 5th Edi English
- 2023-07-16 09:55:05下载
- 积分:1
-
库的使用示例 库的使用示例
库的使用示例 库的使用示例-Examples of the use of the Treasury
- 2022-04-23 10:46:02下载
- 积分:1
-
Very good tree control, the use of XML, XSL, JS prepared.
非常好的树形控件,使用XML,XSL,JS编写。
-Very good tree control, the use of XML, XSL, JS prepared.
- 2022-03-19 07:41:28下载
- 积分:1
-
通过广度优先算法,遍历网络中的每个结点,得到遍历结点的时间...
通过广度优先算法,遍历网络中的每个结点,得到遍历结点的时间-Through breadth-first algorithm, network traversal each node, the node traversal time
- 2022-03-19 17:43:39下载
- 积分:1
-
演示生命游戏的小程序,C++编写,MFC界面。
很有趣
演示生命游戏的小程序,C++编写,MFC界面。
很有趣-program for displaying the process of life game
- 2023-07-04 02:05:03下载
- 积分:1
-
同城B2C电商平台
这是一套前后台完整功能的同城电子商务网站,主要是针对大学校园市场的IT电子产品销售平台,尤其是购物功能很独特,根据本地化服务特点,不用注册,直接下单,并输入联系方式,由客服系统获取客户订单,与客户沟通后,派单送货上门,当面交易,很特别吧,与传统的电子商务系统有所不同,它追求的是购物最简单,服务最快速
注明,本程序为本人开发,是我个人以前的创业项目,发布出来仅供学习者研究使用,不得用于商业用途,违者必究
- 2022-11-18 20:40:09下载
- 积分:1
-
模拟梁的震动,根据函数关系式y=asin(2∏t/T)sin(2∏x/L)绘制梁振动曲线,其中a为振幅,T为周期,L为梁长!在窗口内出现梁振动图象。...
模拟梁的震动,根据函数关系式y=asin(2∏t/T)sin(2∏x/L)绘制梁振动曲线,其中a为振幅,T为周期,L为梁长!在窗口内出现梁振动图象。-simulated beam vibration, according to a function y =- asin (2 t/T) sin (2 x/L) mapping beam vibration curve, which for a amplitude, T cycle, L-beams! Within the window beam images.
- 2022-03-12 00:53:45下载
- 积分:1
-
c++ 线程池
通过c++实现的线程池,模拟出线程池的运行机制, 充分利用多核的优势,利用多线程来进行任务处理。
- 2023-08-25 15:55:05下载
- 积分:1