-
数据结构的课程设计,实现长整数的相加功能,代码较为简单,易懂...
数据结构的课程设计,实现长整数的相加功能,代码较为简单,易懂-Data structures curriculum design, add features to achieve a long integer, the code relatively simple, understandable
- 2022-04-22 10:17:01下载
- 积分: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
-
在HGE1.81版本的基础上增加了对MFC的支持,可以方便地用它设计出各种工具类软件。tutorials中增加了tutorial03MFC作为MFC程序开发的示...
在HGE1.81版本的基础上增加了对MFC的支持,可以方便地用它设计出各种工具类软件。tutorials中增加了tutorial03MFC作为MFC程序开发的示例。-In HGE1.81 version based on the increased support of MFC, you can easily use it to design various types of software tools. has been added tutorials as tutorial03MFC sample MFC program development.
- 2022-10-21 17:40:04下载
- 积分:1
-
线程的例子
我自己写的
希望最大家有帮助
线程的例子
我自己写的
希望最大家有帮助-thread example, I wrote the most hope we help
- 2022-08-23 11:56:43下载
- 积分:1
-
一个用VB编写的压缩程序
一个用VB编写的压缩程序-a VB prepared by the compression process
- 2022-09-12 12:50:03下载
- 积分:1
-
VFP代码录入小程序,小例子,大家看看,可能会有帮助,好了
VFP代码录入小程序,小例子,大家看看,可能会有帮助,好了-VFP code entry procedures for small, small examples, we see that may be helpful, a good
- 2022-10-11 21:00:03下载
- 积分:1
-
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文...
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文
-Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation), to solve the maze to determine whether a string is a palindrome
- 2022-08-07 03:17:15下载
- 积分:1
-
这也是一个选课系统.但这是一个不同风格的程序.与前一个程序有一些区别....
这也是一个选课系统.但这是一个不同风格的程序.与前一个程序有一些区别.-Elective System. But this is a different style of the proceedings. With a procedure is different.
- 2022-11-27 06:45:03下载
- 积分:1
-
blowchart
流程图
- 2022-02-21 18:05:14下载
- 积分:1
-
空气性质表
本程序基于苏联1973版《锅炉机组热力计算标准方法》一书中P203页的空气性质项目编写,包含空气的焓值,导热率,运动粘度,导热系数,普朗特数的计算。回车键即为计算,按键即为esc退出。使用select case 语句进行判断,结构简洁,界面友好。
- 2022-06-29 06:43:40下载
- 积分:1