-
根据零件加工时间,并通过零件分类排序,计算得到零件加工时间
该程序首先将车间生产零件按照优先级别、刀具组别、夹具组别等进行分类,进而对不同数控机床的多种零件进行加工计算,合理安排加工调度计划,同时考虑操作工系数、设备负荷等。
- 2022-03-20 16:06:21下载
- 积分:1
-
BlackBerry应用程序开发者指南,很难得的中文版
BlackBerry应用程序开发者指南,很难得的中文版-BlackBerry Application Developer Guide, it is difficult to get the Chinese version of
- 2022-09-16 03:30:03下载
- 积分:1
-
SDP Search and Record generator
OVERVIEW:
Recognizing the difficulty in c...
SDP Search and Record generator
OVERVIEW:
Recognizing the difficulty in creating an SDP service description and search
from scratch, Microsoft is providing a sample utility in bthnscreate.cxx to
automatically create a service or record. This utility can be run to create
an SDP record or to setup an SDP Service, Attribute, or ServiceAttribute
search based on information stored in a human readable file.-SDP Search and Record generator OVERVIEW: Recognizing the difficulty in creating an SDP service description and search from scratch, Microsoft is providing a sample utility in bthnscreate.cxx to automatically create a service or record. This utility can be run to create an SDP record or to setup an SDP Service, Attribute, or ServiceAttribute search based on information stored in a human readable file.
- 2023-06-03 11:50:02下载
- 积分:1
-
实现注册表项的导入与导出
实现注册表项的导入与导出-achieve registry import and export
- 2022-10-26 12:55:03下载
- 积分:1
-
using keystroke input through the RS232 interface and system control
通过RS232接口使用按键输入和系统控制
- 2022-08-06 17:15:02下载
- 积分:1
-
简单的通讯录 可以完成一些基本的功能 增加 删除 查询等
简单的通讯录 可以完成一些基本的功能 增加 删除 查询等-A simple address book to complete some of the basic features to increase the delete query, etc.
- 2022-12-10 02:45:03下载
- 积分:1
-
control the content of text1 click automatic selection, it is convenient.
text1控件内容单击自动选择,很方便。-control the content of text1 click automatic selection, it is convenient.
- 2022-05-19 08:23:32下载
- 积分:1
-
OFDM simulation on the procedures for beginners OFDM simulation should be helpfu...
关于OFDM仿真的程序,对初学OFDM仿真的朋友应该很有帮助.-OFDM simulation on the procedures for beginners OFDM simulation should be helpful friend.
- 2022-03-22 08:45:04下载
- 积分:1
-
三维的汽车,用图形学的思想,用VC++编写
三维的汽车,用图形学的思想,用VC++编写-Three of the cars, the idea of using graphics, using VC to prepare
- 2022-01-31 04:30:57下载
- 积分:1
-
具有暂停/继续和进度条的目录复制
翻译 maninwest@Codeforge 作者 :MikesRuthlessYa@CodeProject这只是个具有暂停/继续按钮和进度条的目录复制程序。它很有用,因为展示了如何使用 backgroundworker 为 progressbar 增量以及如何制作简单的暂停/继续按钮,不论是使用 file.copy 代码或者类似我使用的代码的代码。我想它不是世界上最好的代码,但是希望它对“初学者‘有用。使用代码 代码很直观。您可以找到要复制的目录和要复制到的目录,然后单击开始按钮。如果需要,可以暂停或者继续。暂停时,无法取消复制。继续复制后,你可以取消。//My Imports
Option Explicit On
Imports System
Imports System.IO
Public Class FileCopy
//All Of My Variables
Dim filetotalsofarcopied As Double = 0 _
""""Variable To Show How Many MB"s/GB"s Have Been Copied
Dim int As Integer = 0 """Variable For Which File On The Counter That It Is Currently On
Dim filecount As Integer = 0 """"To
- 2022-04-22 06:24:59下载
- 积分:1