-
development of the VC using matrix calculation category, which has many function...
采用VC开发的矩阵计算类,里面有许多计算功能可以直接调用或修改使用-development of the VC using matrix calculation category, which has many functions can be calculated directly or modify the use of call
- 2022-01-26 03:12:26下载
- 积分:1
-
MFC的背单词程序
MFC背单词程序-MFC word back procedures
- 2023-07-26 19:35:04下载
- 积分:1
-
带图标的菜单 Visual basic开发的很简单的小程序,功能很单一,适合初学者使用...
带图标的菜单 Visual basic开发的很简单的小程序,功能很单一,适合初学者使用-icon menu with Visual basic development of the small simple procedures, functions very single, for beginners
- 2022-02-28 11:56:28下载
- 积分:1
-
MRV弹出日历程序
资源描述
详细介绍: 非常好的日历程序,想必您一定碰到过这样的情况:提供这样一种服务,用户输入某天的日期,然后弹出这个月的日历供你参考。怎么样,想要这个功能吗?那就下载它吧,不过你得懂组件技术,它可是采用组件做的呀!
- 2022-06-26 22:30:36下载
- 积分:1
-
这是AST2000的测试机与探针台EG2001之间的GPIB通讯协议。通过这个协议测试机与探针台之间进行通话交流...
这是AST2000的测试机与探针台EG2001之间的GPIB通讯协议。通过这个协议测试机与探针台之间进行通话交流-This is a test machine AST2000 and EG2001 Prober GPIB communication protocol between. Through this agreement with the probe tester call exchanges between Taiwan
- 2022-03-02 10:25:08下载
- 积分:1
-
单纯形法c程序,能解决任意的线性规划问题,朝方便的
单纯形法c程序,能解决任意的线性规划问题,朝方便的-faasfgknjjkgjkojgobfhuh,furhf
- 2022-05-17 22:11:17下载
- 积分:1
-
具有服务器信息探针,文件浏览、打包、解压,批量文件上传,搜索,数据库操作等功能
具有服务器信息探针,文件浏览、打包、解压,批量文件上传,搜索,数据库操作等功能-with server information probe, the file browser, packing, unpack, Batch file upload, search, databases and operating functions
- 2022-11-13 17:30:04下载
- 积分:1
-
be systematic process of information, similar task manager, task management arm...
得到系统进程信息,类似任务管理器,臂任务管理器多了exe的路径-be systematic process of information, similar task manager, task management arm for more exe path
- 2023-07-03 20:20:03下载
- 积分:1
-
labwindows/CVI 音频信号频谱分析
labwindows/CVI 音频信号频谱分析 完整工程
- 2023-07-25 02:25: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