-
OPC客户端接口
opc client interface
- 2022-08-18 23:49:49下载
- 积分:1
-
最近用c++编了一个xblade,不过他只能做一些小动作。但对初学者也很有帮助...
最近用c++编了一个xblade,不过他只能做一些小动作。但对初学者也很有帮助-爱的
- 2022-01-26 08:02:31下载
- 积分:1
-
收集硬盘上的ICO文件
收集硬盘上的ICO文件-collection drive on the ICO document
- 2022-12-29 12:50:03下载
- 积分:1
-
关于摄像机拍摄图象,并对图象进行变换处理,画出曲线图
关于摄像机拍摄图象,并对图象进行变换处理,画出曲线图-On camera images, and transform image processing, draw curves
- 2022-05-30 08:20:58下载
- 积分:1
-
dynamic graphics such control that dynamic mapping of the different curves, and...
动态绘图类控件,可以动态的绘制不同的曲线,且实时显示-dynamic graphics such control that dynamic mapping of the different curves, and real-time display
- 2022-03-09 16:41:06下载
- 积分:1
-
电子邮件发送程序51 电子邮件发送程序
电子邮件发送程序51 电子邮件发送程序
- 2023-01-02 22:20:03下载
- 积分:1
-
MFC编程,李久进代表作,与侯捷的书不相上下
MFC编程,李久进代表作,与侯捷的书不相上下-MFC programming, Li Jin-long masterpiece, with a book comparable Hou Jie
- 2022-10-23 09:55:03下载
- 积分:1
-
This is a game similar to Fucai procedures, in the middle part of the pre
这是一个类似于福彩的游戏程序,中间事先制定大奖号码的部分没有做好~-This is a game similar to Fucai procedures, in the middle part of the pre-established winning numbers did not do a good job ~
- 2022-04-25 10:11:13下载
- 积分:1
-
在 Visual C++中操作Excel,对开发数据库管理系统很有意义
在 Visual C++中操作Excel,对开发数据库管理系统很有意义 -read and write excel file,useful for developing database management system
- 2023-02-01 08:25:04下载
- 积分: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