代码搜索:WINDOS
找到约 58 项符合「WINDOS」的源代码
代码结果 58
www.eeworm.com/read/399003/7902881
txt 安装说明.txt
╭═══════════════╮
║ ╃绿色软件联盟=- ║
╭══════┤ ├══════╮
║ ║ http://www.xdowns.com ║ ║
║
www.eeworm.com/read/111945/6307242
mak winfract.mak
# un-comment the following for debugging:
# DEBUG = YES
LINKER = link
AS = masm
CC = cl
CDEBUG = /Oxw /Ob2 /Gs
LDEBUG =
!ifdef MSC6
CDEBUG = /Oxw /Gs
!endif
!ifdef DEBUG
CDEBUG
www.eeworm.com/read/111945/6307244
lnk winfract.lnk
/NOD winfract+
cmdfiles+miscres+fractals+fractalp+fracsubr+mpmath_c+mpmath_a+fpu087+
fpu387+f16++calcmand+calmanfp+newton+lorenz+testpt+parser+jb+lsys+lsysa+
lyapunov+miscfrac+jiim+parserfp+parsera
www.eeworm.com/read/171499/9752477
txt 关于浮云软件.txt
关于浮云:
浮云软件是由云步天(云中鹤)等人编写出来的程序,因为浮云工作室正在建设中,加入本室的人还不多,加上有的人是刚开始编写程序,所以现在本室所编的程序源码量很少,只能给一些VB爱好者做参考!但是,以后会有更多源程序提供给大家下载的!这点请大家放心!
我之所以建这个VB天下行,只是想和大家共同学习VB程序,和大家共同进步,因为学精VB程序也不是一件简单的事情,如 ...
www.eeworm.com/read/236721/14001658
txt 关于浮云软件.txt
关于浮云:
浮云软件是由云步天(云中鹤)等人编写出来的程序,因为浮云工作室正在建设中,加入本室的人还不多,加上有的人是刚开始编写程序,所以现在本室所编的程序源码量很少,只能给一些VB爱好者做参考!但是,以后会有更多源程序提供给大家下载的!这点请大家放心!
我之所以建这个VB天下行,只是想和大家共同学习VB程序,和大家共同进步,因为学精VB程序也不是一件简单的事情,如 ...
www.eeworm.com/read/145991/5742036
pas wrdcount.pas
Library WrdCount;
USES
WinDos,
WinCrt,
AsmCoun1;
VAR
SaveExit : pointer; { exit proc variable }
FileName : string;
FileExtension : string [3];
Counter
www.eeworm.com/read/120203/14811073
pas wrdcount.pas
Library WrdCount;
USES
WinDos,
WinCrt,
AsmCoun1;
VAR
SaveExit : pointer; { exit proc variable }
FileName : string;
FileExtension : string [3];
Counter
www.eeworm.com/read/478549/1351649
pas wrdcount.pas
Library WrdCount;
USES
WinDos,
WinCrt,
AsmCoun1;
VAR
SaveExit : pointer; { exit proc variable }
FileName : string;
FileExtension : string [3];
Counter
www.eeworm.com/read/180437/5284886
pas wrdcount.pas
Library WrdCount;
USES
WinDos,
WinCrt,
AsmCoun1;
VAR
SaveExit : pointer; { exit proc variable }
FileName : string;
FileExtension : string [3];
Counter
www.eeworm.com/read/145991/5742031
pas wincount.pas
PROGRAM WinCount;
USES
WinCrt,
WinDos;
VAR
FileName : string;
Start, Stop, TotalWords : longint;
loop : byte;
FUNCTION FileExists (FileName : string) : boolean; far;
EXTERNAL