-
通过获取网页信息,自动更新获取天气预报,
通过获取网页信息,自动更新获取天气预报,-get weather information
- 2022-03-15 00:31:10下载
- 积分:1
-
先上传第一部分,吧。以后有时间了再传其他的
先上传第一部分,吧。以后有时间了再传其他的-From the first the first part of it. After a longer time for other
- 2022-07-19 13:56:40下载
- 积分: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
-
个性化文件夹是一个用于改变文件夹的背景图案和字体颜色的一个实用工 具。它可以个性化您的文件夹,让您的文件夹变得更加美丽!...
个性化文件夹是一个用于改变文件夹的背景图案和字体颜色的一个实用工 具。它可以个性化您的文件夹,让您的文件夹变得更加美丽!-personalized folder is a folder for changing the background color and font design of a practical tool. It can be personalized your folder, the folder you become more beautiful!
- 2022-04-28 08:42:26下载
- 积分:1
-
CE 6.0平台调用IE浏览器的C++例子
CE 6.0平台调用IE浏览器的C++例子-CE 6.0 platform invoke IE browser C++ Example
- 2022-11-28 12:15:03下载
- 积分:1
-
jpeg_lib2000.zip
jpeg_lib2000.zip
- 2022-01-31 13:06:08下载
- 积分:1
-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。
-process is a procedure in the data set to run the process, the process is conducted with the system that is the rotation process more than the occupier runs. We have a number of process can visit and revision of those variables as public variables. As the process is complicated by the implementation, so if the right to visit public process variables without restrictions, it will have a "Time" is wrong, the implementation process, the results obtained with the public to visit the variables of time. To prevent such mistakes, the system must be used to control synchronization process bodies for public variables visit. In general, synchronous bodies of a number of statements-- synchronization primitives-- composed. Th
- 2023-01-24 21:05:04下载
- 积分:1
-
有关嵌入式编程方面的很好的源代码,其中包括了ARM编程的一些讲解和经典粒子...
有关嵌入式编程方面的很好的源代码,其中包括了ARM编程的一些讲解和经典粒子-of good source code, which includes a number of ARM programming on the classical particles and
- 2022-02-13 17:32:56下载
- 积分:1
-
使用程序调用IE的例子,代码精炼,便于学习和参考。
使用程序调用IE的例子,代码精炼,便于学习和参考。-Use the program called IE example, refining the code for easy learning and reference.
- 2023-08-27 02:00:03下载
- 积分:1
-
"The Revolutionary Guide to MFC 4 Programm ing With Visual C "in the b...
"The Revolutionary Guide to MFC 4 Programming With Visual C++"书中的例子,演示如何通过第二线程打印文档-"The Revolutionary Guide to MFC 4 Programm ing With Visual C "in the book examples demonstrate how to print a document second thread
- 2022-08-15 21:08:04下载
- 积分:1