登录
首页 » DOS » comtext31

comtext31

于 2019-04-03 发布 文件大小:1908KB
0 374
下载积分: 1 下载次数: 0

代码说明:

  SIEMENS Software COMTEXT

文件列表:

comtext31disk1\comtext3.10disk1, 0 , 2019-04-03
comtext31disk1\comtext3.10disk1\COMP310A.LZH, 200550 , 2019-04-03
comtext31disk1\comtext3.10disk1\COMP310B.LZH, 75277 , 2019-04-03
comtext31disk1\comtext3.10disk1\COMP310C.LZH, 625790 , 2019-04-03
comtext31disk1\comtext3.10disk1\HISTORY.ENG, 9060 , 2019-04-03
comtext31disk1\comtext3.10disk1\INSTALL.DAT, 85 , 2019-04-03
comtext31disk1\comtext3.10disk1\INSTALL.EXE, 39197 , 2019-04-03
comtext31disk1\comtext3.10disk1\INSTALLD.DAT, 3215 , 2019-04-03
comtext31disk1\comtext3.10disk1\INSTALLE.DAT, 3035 , 2019-04-03
comtext31disk1\comtext3.10disk1\INSTALLF.DAT, 3325 , 2019-04-03
comtext31disk1\comtext3.10disk1\INSTALLI.DAT, 3231 , 2019-04-03
comtext31disk1\comtext3.10disk1\LHA.EXE, 34283 , 2019-04-03
comtext31disk1\comtext3.10disk1\LHA.HLP, 6752 , 2019-04-03
comtext31disk1\comtext3.10disk1\LHA.TXT, 1598 , 2019-04-03
comtext31disk1\comtext3.10disk1\LHA213.DOC, 31840 , 2019-04-03
comtext31disk1\comtext3.10disk2, 0 , 2019-04-03
comtext31disk1\comtext3.10disk2\COMP310D.LZH, 71955 , 2019-04-03
comtext31disk1\comtext3.10disk2\COMP310E.LZH, 70006 , 2019-04-03
comtext31disk1\comtext3.10disk2\COMP310F.LZH, 74671 , 2019-04-03
comtext31disk1\comtext3.10disk2\COMP310G.LZH, 72120 , 2019-04-03
comtext31disk1\comtext3.10disk2\COMP310H.LZH, 283312 , 2019-04-03
comtext31disk1\comtext3.10disk2\COMP310I.LZH, 200987 , 2019-04-03
comtext31disk1\comtext3.10disk2\COMP310K.LZH, 212256 , 2019-04-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ball_clock
    球钟问题描述:球钟是一个利用球的移动来记录时间的简单装置。它有三个可以容纳若干个球的指示器:分钟指示器,五分钟指示器,小时指示器。若分钟指示器中有2个球,5分钟指示器中有6个球,小时指示器中有5个球,则时间为5:32。(Ball bell Problem Description: Ball Clock is a use ball movement to record the time of simple devices. It has three balls can accommodate a number of indicator: Indicator minutes five minutes indicator, hour indicator. If the indicator is 2 minutes balls for 5 minutes with six balls indicator, hour indicator has five balls, the time is 5:32.)
    2013-08-17 17:59:57下载
    积分:1
  • C# 取消磁盘共享功能的实例
    Visual C# 取消Windows 磁盘共享源代码,在Widnwos7也可设置某一磁盘共享和不共享,本程序只是模拟实现的功能,可取消已被共享的磁盘,在文本框中输入盘符即可取消该盘的共享属性。编写思路,单击一个按钮,创建一个事件,将整个需要实现的功能都写进按钮事件中,事件的代码如下:   System.Diagnostics.Process myProcess = new System.Diagnostics.Process();   myProcess.StartInfo.FileName = "cmd.exe";//启动cmd命令   myProcess.StartInfo.UseShellExecute = false;//是否使用系统外壳程序启动进程   myProcess.StartInfo.RedirectStandardInput = true;//是否从流中读取   myProcess.StartInfo.RedirectStandardOutput = true;//是否写入流   myProcess.StartInfo.RedirectStandardError = true;//是否将错误信息写入流   myProcess.StartInfo.CreateNoWindow = true;//是否在新窗口中启动进程   myProcess.Start();//启动进程   //执行取消磁盘共享命令   myProcess.StandardInput.WriteLine("NET SHARE " + textBox1.Text + "$ /DEL");   MessageBox.Show("执行成功", "信息", MessageBoxButtons.OK, MessageBoxIcon.Information);
    2023-05-13 16:00:03下载
    积分:1
  • AngryBird
    实现简单的模拟angry birds小游戏(Simple analog angry birds game)
    2012-05-25 10:21:48下载
    积分:1
  • Metal_artifact-master
    说明:  用于CT中,去除金属伪影可靠算法(matlab平台)(Reliable algorithm for removing metal artifacts in CT (matlab platform))
    2020-06-23 09:20:01下载
    积分:1
  • DMC2000系列运动控制卡的测试软件.需安装运动控制卡后才能运行....
    DMC2000系列运动控制卡的测试软件.需安装运动控制卡后才能运行.-DMC2000 series of motion control card test software. To be installed after the motion control card to run.
    2022-03-29 12:53:47下载
    积分:1
  • Servlet__816510LinuxTYEBD688187
    这是一个有关Servlet__816510LinuxTYEBD688187的源码,大家可以一起学习下(This is a source of Servlet__816510LinuxTYEBD688187, everyone can learn together)
    2017-02-28 18:00:48下载
    积分:1
  • 矿透材质包
    我的世界所有的版本的材质包!可以看到矿物!挖矿必备!(All versions of the material package in my world! You can see minerals! Mining is essential!)
    2019-04-06 18:14:43下载
    积分:1
  • 数据库的使用和分类,达到存储功能的程序源代码
    数据库的使用和分类,达到存储功能的程序源代码-Database use and classification, to achieve the storage function of source code
    2022-02-14 02:06:54下载
    积分:1
  • chaoticsecureimagedata
    通过细胞神经网络混沌系统对图像数据进行加密和解密 (Through the cellular neural networks for image data of chaotic systems for encryption and decryption )
    2020-07-04 14:20:01下载
    积分:1
  • 纯透明的VC++时钟效果-圆形指针时钟
    纯透明的VC++时钟效果-圆形指针时钟,打开程序后,将会看到一个背景完全透明的圆形电子钟表,自动获取Windows当前时间,指针分别会走动,那些刻度和表盘底色全部是透明的,你可以拖动钟表至其它窗口之上,就会发现透明效果了。
    2022-03-01 14:47:37下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载