登录
首页 » Java » 629735

629735

于 2018-05-14 发布 文件大小:18KB
0 246
下载积分: 1 下载次数: 0

代码说明:

  On starting an EXE program, DS and ES point to the PSP()

文件列表:

README.GQ, 129 , 1997-06-09
README.TXT, 1087 , 1993-01-04
TESTMV.BAT, 7988 , 1993-01-04
147DTA.H, 2715 , 1993-01-04
PEEK.H, 430 , 1993-01-04
QDATE.H, 26 , 1993-01-04
ERROR.C, 1000 , 1993-01-04
FRONT.C, 13813 , 1993-01-04
FSTAT.C, 4526 , 1993-01-04
MV.C, 10200 , 1993-01-04
NORMAL.C, 9828 , 1993-01-04
RM.C, 6890 , 1993-01-04
SD7BREAK.C, 620 , 1993-01-04
SECTOR.C, 2581 , 1993-01-04
FUNC32H.ASM, 2056 , 1993-01-04
PUTN.ASM, 763 , 1993-01-04
TABSDR.ASM, 1374 , 1993-01-04
MV, 578 , 1993-01-04

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

发表评论

0 个回复

  • FileAutoCopy
    文件自动复制程序, 通过设定源目录, 目标目录, 文件类型启动监视功能, 发现文件变化立即复制到目标位置, 适用于在本地进行开发, 而在远程测试需要频繁复制文件的场合.(Auto Copy Files.)
    2010-02-26 09:27:24下载
    积分:1
  • photocp
    批量文件复制改名 因需要把大量照片批量复制然后改名,但是搜索了半天没有找到合适的软件,于是搬出来N年没有写过的vc 6.0 ,寥寥草草几十行,做了一个简单的不能再简单的小程序。通过在程序的当前目录下建立复制文件和目标文件的对应列表,执行程序实现文件复制。代码可以再丰富。很简单,但是不好找,bat文件我又没玩过,还是用c简单写写,放上来有用到的可以参考,可以使用。(Batch rename files because of the need to bulk copy a lot of photos and then renamed, but the search for a long time did not find the right software, then move out to N years did not write vc 6.0, only a handful of hastily dozens of lines, made a simple no longer simple applet. Through the program created under the current directory to copy files and object files corresponding list, perform file copy program. Code can be abundant. Very simple, but not easy to find, bat file I did not played, or c simple writing, Fangshanglai useful to refer to, can be used.)
    2013-06-20 15:49:36下载
    积分:1
  • TikaFile
    抽取文件,能够读取office、pdf文件(Extract files, the ability to read office, pdf file)
    2011-11-17 16:41:10下载
    积分:1
  • mfile
    计算图像的平均梯度,边缘强度,信息熵以及方差,图像可以是单波段或多波段图像。(Calculation of the average image gradient, edge strength, information entropy and the variance, images can be single-band or multi-band image.)
    2008-04-25 15:15:29下载
    积分:1
  • El-Centro
    ElCentro地震波进行弹塑性动力时程分析,格式为EXCEL(ElCentro Seismic Wave)
    2016-06-10 22:09:01下载
    积分:1
  • wordview_zh-cn
    是有关文档的应用程序,可以浏览文档文件,是一个很好的应用软件(it is about document .We can learn many from which.it is a applition for viewing word.)
    2009-11-28 11:15:41下载
    积分:1
  • miller
    本文件用去具体阐述米勒码的编码方法与具体源代码(The file can tell the way of miller code encoding and the specific codes of miller code to technology people)
    2014-02-17 17:35:05下载
    积分:1
  • sofgv0
    一个基于pci2000数据采集卡的数据采集系统的界面编程(A data acquisition system based on pci2000 data acquisition card interface programming)
    2017-04-02 14:17:39下载
    积分:1
  • apdlaa
    ANSYS的APDL参数化建模,介绍了ANSYS中用APDL建模的基本思想,提出格式表准化建议(ANSYS APDL parameters of the modeling, using ANSYS APDL model introduced the basic idea, put forward proposals standardized format table)
    2011-01-29 17:23:19下载
    积分:1
  • php 示例(递归删除目录)
    //递归删除目录function deletedir($dir){$handle = opendir($dir);     while(false !==($file=readdir($handle))){       if($file!=="."&&$file!==".."){       //排除当前目录与父级目录            $file=$dir .DIRECTORY_SEPARATOR. $file;            if(is_dir($file)){                  deletedir($file);            }else{                @unlink($file);}        }     }   @rmdir($dir) ;   closedir($hadnle) ;}
    2014-07-01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载