-
如何删除我在程序里加入了的其它类
如何删除我在程序里加入了的其它类-how to delete the program I joined the other category
- 2023-04-20 03:15:03下载
- 积分:1
-
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
-
第一个事件
firstevent
- 2022-07-19 15:08:54下载
- 积分:1
-
一个简单的组合框控件演示程序,演示组合框控件是如何使用的...
一个简单的组合框控件演示程序,演示组合框控件是如何使用的-a simple combination of frame control demonstration program, presentation box controls portfolio is how to use the
- 2022-02-16 03:19:22下载
- 积分:1
-
calendar (Chinese public), the clock and the memorandum can be regularly reminde...
日历(公农历)、时钟与备忘录并且可以定时提醒和关闭计算机。还有多光驱软开关。-calendar (Chinese public), the clock and the memorandum can be regularly reminded, and shut down the computer. There are more soft-switch drive.
- 2022-05-07 18:54:20下载
- 积分:1
-
一个非常精美喜庆的年会抽奖系统
一个给公司开发的年会抽奖系统,只需要吧抽奖人员按照一定的大小放在一定的目录即可。照片的文件名就是照片人物的姓名。姓名有特殊效果。背景音乐可以自定义。
- 2022-09-02 22:45:05下载
- 积分:1
-
通讯原理之模拟电平码程序
通讯原理之模拟电平码程序-communications Principles of simulation code procedures Level
- 2022-08-24 02:06:34下载
- 积分:1
-
社区检测遗传算法代码
社区 detection.this 代码 GA 代码将解决大型网络 areasit 将有用的社交网络和其他网络社区发现
- 2023-04-21 14:05:05下载
- 积分:1
-
可以实现位图和文字滚动的漂亮效果,利用CStatic派生和定时器实现。...
可以实现位图和文字滚动的漂亮效果,利用CStatic派生和定时器实现。-can achieve bitmap and text rolling beautiful effects, the use of derivatives and CStatic Timer.
- 2022-02-14 19:18:23下载
- 积分:1
-
在m×n的矩阵中有一个元素a[i,j]满足下述条件:a[i,j]既是第i行元素中的最小值,又是第j列元素中的最大值(称为鞍点),此程序是求矩阵鞍点的算法...
在m×n的矩阵中有一个元素a[i,j]满足下述条件:a[i,j]既是第i行元素中的最小值,又是第j列元素中的最大值(称为鞍点),此程序是求矩阵鞍点的算法-In the m × n matrix has an element of a [i, j] satisfy the following conditions: a [i, j] is not only the first i elements of the minimum trip, but also is the first j elements out of the maximum value (called saddle point), this procedure is the saddle point matrix algorithm
- 2023-02-23 00:20:04下载
- 积分:1