-
进程调度模拟程序
进程调度模拟程序-优先权只是调度算法考虑的一个方面进程调度依据调度程序运行时,要在所有可运行状态 的进程中选择最值得运行的进程投入运行。-Process schedule simulation program-Priority is only one aspect of schedule algorithm,the goal is selecting the most valuable process to run among all of the ready process.
- 2022-11-18 06:20:02下载
- 积分:1
-
Visual C++ 2005 programing example source code
Visual C++ 2005编程实例精粹 源代码-Visual C++ 2005 programing example source code
- 2022-03-23 09:27:23下载
- 积分:1
-
这是一个定时器小程序,可以暂停,继续,复位,时间片完后报警...
这是一个定时器小程序,可以暂停,继续,复位,时间片完后报警-This is a small timer procedure can be suspended, continued reduction, time after police unit
- 2023-03-14 17:50:03下载
- 积分:1
-
Excel与Access互转换123456
Excel与Access互转换123456-Excel and Access Transformation 123,456
- 2022-12-07 15:10:03下载
- 积分:1
-
flex写的纸牌游戏,欢迎大家下载研究。做了发牌,进入等功能...
flex写的纸牌游戏,欢迎大家下载研究。做了发牌,进入等功能-flex to write the card games, welcome to download the study. To do the licensing, access and other functions
- 2023-07-22 07:25:04下载
- 积分:1
-
ce 5.0上的用mfc编制的ini文件读写源代码,调试OK。
ce 5.0上的用mfc编制的ini文件读写源代码,调试OK。-ce 5.0 on mfc prepared using ini file to read and write source code, debugging OK.
- 2022-04-08 00:07:56下载
- 积分:1
-
java 代码 一个聊天程序,可以成为一个客户端 也可以成为一个服务器端...
java 代码 一个聊天程序,可以成为一个客户端 也可以成为一个服务器端-java code a program about a clinet. it can be a server when it first run.
- 2023-05-23 13:45:03下载
- 积分:1
-
C++程序设计教程 源代码
C++程序设计教程 源代码-C++ Programming Guide source code
- 2022-01-26 03:13:07下载
- 积分:1
-
实现了多普达手机的拍照功能,并将得到的BMP图片转换为jpg格式。...
实现了多普达手机的拍照功能,并将得到的BMP图片转换为jpg格式。-It s a prpgram which is used in PDA of dopod.It convert the image of bmp to jpg.
- 2023-05-07 15:10:02下载
- 积分: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