|
李小龙
高级用户
    S
积分 778
发帖 223
注册 2003-5-10
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
真搞不懂.
wang6-6说的什么话.
Really don't understand. What is wang6-6 saying?
|
|
2003-6-6 00:00 |
|
|
50030
中级用户
   50030
积分 263
发帖 49
注册 2002-11-8 来自 广东
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
我用的是Clipper5.2 .
其实,Clipper 还要好过FoxPro25/26 ,
在国外是很多人用的.
国内的有名数据库管理公司用友早期的财务管理软件就是用的Clipper.
在广州市有一个汽车配件软件公司叫日粤,他用Clipper编写的汽车配件管理软件从1996 年就买三千多元,到现在还买三千多元,但还是最好用的,
比windows的管理程序要好用的多.
他的地址:http://www.gzrydn.com/
我还在分析他的代码.
郑海军 50030@21cn.com 2003-07-22
I use Clipper 5.2.
In fact, Clipper is even better than FoxPro 25/26.
It is used by many people abroad.
The early financial management software of the famous domestic database management company Yonyou was written in Clipper.
There is a car parts software company in Guangzhou called Riyue. The car parts management software he wrote with Clipper was sold for more than 3,000 yuan in 1996 and is still sold for more than 3,000 yuan now, but it is still the best and much easier to use than the management program of Windows.
His address: http://www.gzrydn.com/
I am still analyzing his code.
Zheng Haijun 50030@21cn.com 2003-07-22
|

clipper 有谁在用?交流一下 |
|
2003-7-22 00:00 |
|
|
michael_han
初级用户
 
积分 112
发帖 3
注册 2003-8-11
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
我还是喜欢用pascal,总感觉C是unix的东西,与dos是不相干的;最近常用fortran。
I still prefer using Pascal. I always feel that C is something related to Unix and has nothing to do with DOS; recently I often use Fortran.
|
|
2003-8-12 00:00 |
|
|
hhhhhh
初级用户
 
积分 516
发帖 156
注册 2003-7-28
状态 离线
|
|
2003-8-12 00:00 |
|
|
xy_god
中级用户
   疯狂的流浪者
积分 276
发帖 56
注册 2003-9-25
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
其实呢。。。。。。。。。搞这个,我觉得真的没有什么意义啦,只要懂得计算机原理,用BASIC也是可以开发操作系统的!真的,不要说我危言耸听哦!
Actually, well... making this, I really think it's not meaningful at all. As long as you understand computer principles, you can also develop an operating system using BASIC! Really, don't say I'm talking alarmingly!
|

临河居士
http://www.xygod.pc5.org |
|
2003-10-8 00:00 |
|
|
lemonhall
高级用户
    OS/2女孩
积分 639
发帖 183
注册 2003-6-14
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
下次还是调查大家在DOS下使用什么编译器+IDE.这样比较好.
可以对网站的内容有所指向.
Next time, it's better to survey what compilers + IDEs everyone uses under DOS. This can be targeted at the content of the website.
|

REM 喜欢DOS,因为它的简单
REM 喜欢OS/2,因为它不再矫饰
REM 喜欢BASIC,因为它并不幼稚
REM 喜欢GNU,因为它杂乱无章 |
|
2003-11-22 00:00 |
|
|
ddctczy
中级用户
  
积分 245
发帖 43
注册 2003-8-5
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
请问tubro basic与QB哪个好用???
用tubro basic 编译出的EXE文件可是小的多!!!
Which is easier to use, Turbo Basic or QB? The EXE files compiled with Turbo Basic are much smaller!!!
|
|
2004-4-4 00:00 |
|
|
cdl
中级用户
   bbpc
积分 340
发帖 107
注册 2004-4-11
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
语言不分好坏,因人而异。我用过fortran、masm、C/C++。我最喜欢用BC31+Tdremote
Language has no good or bad, it varies from person to person. I have used fortran, masm, C/C++. I like using BC31 + Tdremote the most
|

x86!dos!
爱你就象老鼠爱大米
http://www.baby-pc.com/ |
|
2004-4-11 00:00 |
|
|
yandefu
初级用户
 
积分 111
发帖 3
注册 2003-11-22
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
我以前用QB写过一些程序,但QB实在是没有现在WINDOWS下的开发环境相比, 现在我在用DWPL开发DOS保护模式的程序. 开发环境是DELPHI7, 运行环境是DOS6x/7x/8X/都能用.
而且可以使用对象编程(VCL类), 还有异常处理(TRY...EXCEPT/FINALLY),出错了程序还能继续运行.只要不是大问题(硬件问题). DELPHI可是什么都有(串口并口网络).我最看中的是它的网络开发功能, 其例子中就包含了TCP/UDP/WEB/FTP.稍作改动就可以作出强大的应用来.而且居然还可以多线程(在Sleep(x)是可以做其它事情). 我用了快半年了, 有同道中人可以一起交流
I used to write some programs with QB, but QB is really not comparable to the development environments under Windows nowadays. Now I'm developing programs in protected mode for DOS using DWPL. The development environment is Delphi 7, and the running environment can be used with DOS 6x/7x/8X.
And object-oriented programming (VCL classes) can be used, as well as exception handling (TRY...EXCEPT/FINALLY). The program can still continue to run if there is an error, as long as it's not a major problem (hardware issues). Delphi has everything (serial ports, parallel ports, network). What I value most is its network development functions; its examples include TCP/UDP/WEB/FTP. With a little modification, powerful applications can be made. And it can even support multithreading (you can do other things while Sleep(x)). I've been using it for nearly half a year. Are there any like-minded people who can communicate together?
|
|
2004-4-19 00:00 |
|
|
1945tom
初级用户
 
积分 104
发帖 1
注册 2004-4-23
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
没有选择只有Tc和Qb容易搞到手
There is no choice, only Tc and Qb are easy to get
|
|
2004-4-23 00:00 |
|
|
nato
初级用户
 
积分 102
发帖 1
注册 2004-5-11
状态 离线
|
『第 26 楼』:
使用 LLM 解释/回答一下
24楼的朋友,delphi7开发的可以运行在dos6.2下吗?
Friend on floor 24, can a Delphi 7 developed program run under DOS 6.2?
|
|
2004-5-11 00:00 |
|
|
programfan
初级用户
 
积分 114
发帖 7
注册 2004-5-13
状态 离线
|
|
2004-5-13 00:00 |
|
|
拉菲尔
初级用户
 
积分 208
发帖 41
注册 2004-3-25
状态 离线
|
『第 28 楼』:
使用 LLM 解释/回答一下
c语音用的最多,dos下学习的第一个语音
C language is used the most, the first voice to learn under DOS
|
|
2004-5-20 00:00 |
|
|
yellowkelly
初级用户
 
积分 102
发帖 1
注册 2005-2-18
状态 离线
|
『第 29 楼』:
使用 LLM 解释/回答一下
还有java阿,在没有用IDE环境,我都是在系统自带的CMD下编译SOURCE和RUN的希望与大家像我一样对COMPUTER有感悟的青年朋友成为朋友。QQ:85771274
There is also Java. Without using an IDE environment, I always compile and run SOURCE under the system's built-in CMD. I hope to become friends with young friends who have insights into COMPUTER like me. QQ: 85771274
|
|
2005-2-18 00:00 |
|
|
defrag
中级用户
   痴迷DOS者
积分 456
发帖 570
注册 2004-10-9
状态 离线
|
『第 30 楼』:
使用 LLM 解释/回答一下
http://dos.e-stone.cn/basic.htmhttp://dos.e-stone.cn/c.htmhttp://dos.e-stone.cn/assembler.htm!
http://dos.e-stone.cn/basic.htmhttp://dos.e-stone.cn/c.htmhttp://dos.e-stone.cn/assembler.htm!
|

DOS不是万能的,没有DOS是万万不能的
自古系统谁无死?留取胆清照汗青!uploadImages/20035317345478982.png |
|
2005-2-19 00:00 |
|