-
操作系统模拟磁盘调度算法 先进先出 最短优先 扫描算法
操作系统模拟磁盘调度算法 先进先出 最短优先 扫描算法-disk operating system simulation algorithm FIFO scheduling priority shortest scanning algorithm
- 2023-04-06 05:25:03下载
- 积分:1
-
视频转换软件
支持WMV RM MPEG AVI ASF等格式之间的转换...
视频转换软件
支持WMV RM MPEG AVI ASF等格式之间的转换-video conversion software support RM WMV ASF MPEG AVI format conversion between the
- 2022-03-26 06:36:58下载
- 积分:1
-
HT7289B串行接口数码管显示及键盘管理芯片,数据手册和接口程序...
HT7289B串行接口数码管显示及键盘管理芯片,数据手册和接口程序-HT7289B serial interface digital tube display and keyboard management chips, data, manuals and interface program
- 2022-07-07 18:18:13下载
- 积分:1
-
手机游戏中jsr184的立即模式绘制4棱锥和贴图的演示
手机游戏中jsr184的立即模式绘制4棱锥和贴图的演示-phone games jsr184 immediate mode rendering 4 pyramid and textures demo
- 2022-02-22 13:17:37下载
- 积分:1
-
ASP prepared a source of the company's Web site, academics can use to learn
ASP编写的一个公司网站的源程序,学者可以使用学习-ASP prepared a source of the company"s Web site, academics can use to learn
- 2022-06-29 21:25:29下载
- 积分:1
-
digital image processing application
digital image processing application
- 2023-01-30 22:45:04下载
- 积分:1
-
经典扫雷程序,Visua C++ 6.0 环境下实现对于设置用户的青睐类对话框的配置...
经典扫雷程序,Visua C++ 6.0 环境下实现对于设置用户的青睐类对话框的配置
-Copyright (c) 2004-2005 Micro-soft
Module Name:
DlgCustom.cpp
Abstract:
the class of Dialog for setting user s favor-config
Author:
Microsoft s Engineer- Unknown Name
improved by Weijian Luo (Arthur Luo) 15-Jun-2005
E-mail: skybluehacker@yahoo.com.cn
Revision History: 1.0
- 2022-08-10 06:53:49下载
- 积分:1
-
专家系统 :农夫过河问题的源代码 农夫过河问题.CLP
专家系统 :农夫过河问题的源代码 农夫过河问题.CLP -expert system : the farmer across the river source code farmer river issues. CLP
- 2022-12-23 05:00:03下载
- 积分:1
-
MSP430F4152段式液晶
MSP430F4152段式液晶
- 2022-05-10 20:43:21下载
- 积分:1
-
类numberlistener实现ActionListener {
class NumberListener implements ActionListener{
public void actionPerformed(ActionEvent e){
if (!append) {
tf.setText("")
append=true
}
String s=tf.getText()
s+=e.getActionCommand()
tf.setText(s)
if (!btn[10].isEnabled()){
for(int i=10 i
- 2022-02-28 23:01:36下载
- 积分:1