-
a dialog box under the demonstration program, EVC development, using coordinates...
一个WIN CE4.2下的对话框演示程序,用EVC开发,用坐标确定按键位置-a dialog box under the demonstration program, EVC development, using coordinates to determine location of the keys
- 2022-03-18 17:34:57下载
- 积分:1
-
Realize the zoom feature, you can try, maybe you can meet the requirements of Oh...
实现缩放功能,可以试一下,说不定能满足你的要求哦,谢谢大家.-Realize the zoom feature, you can try, maybe you can meet the requirements of Oh, Thank you.
- 2022-04-22 06:38:57下载
- 积分:1
-
通过注册表获得U盘序列号
通过注册表获得U盘序列号,不涉及window驱动方面值得研究使用
- 2022-02-14 13:30:30下载
- 积分:1
-
猜数字小游戏!A表示猜对且位置正确的数字个数,B味猜对但位置不正确的数字个数!...
猜数字小游戏!A表示猜对且位置正确的数字个数,B味猜对但位置不正确的数字个数!-猜数字game! A guess on the express right of the figure and the number of locations, B flavor to guess the location but not on the right number of figure!
- 2023-01-05 07:10:03下载
- 积分:1
-
图画管理。可以帮助用户完成一些图画的管理、可以实现图画浏览删除、打开编辑、修改等功能...
图画管理。可以帮助用户完成一些图画的管理、可以实现图画浏览删除、打开编辑、修改等功能-picture management. Users can help complete the picture of some management, can achieve a picture View delete, open edit, modify functions
- 2022-04-11 07:49:45下载
- 积分:1
-
Word排版艺术[候捷]2004.rar
Word排版艺术[候捷]2004.rar-Word Publishing Art [Designate Czech] 2004.rar
- 2022-05-07 09:03:59下载
- 积分:1
-
VB.Net Game Development code
//VB 游戏开发代码,包含游戏的具体算法,界面显示,游戏引擎的调用处理。
- 2022-01-26 17:50:14下载
- 积分:1
-
microchip PIC32 Stack
microchip PIC32 Stack
- 2022-08-14 07:50:29下载
- 积分:1
-
一个MHP 应用程序,回答问题应用,需要MHP模拟器运行
一个MHP 应用程序,回答问题应用,需要MHP模拟器运行-an MHP application, answer questions applications, the need MHP simulator
- 2022-08-22 18:28:51下载
- 积分: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