文件名称:dos

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 13kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • luowe*****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

在cvm中实现dos的滚屏打印方式,并在cvm.h 的基础上增加了诸多实用的函数,包括一些图形界面的函数,所带的五笔输入法可以打词,比系统自带的只能打单个字的要方便很多。

只有dos.h文件是用户用的头文件;

用法如下:

#include "dos.h"

void dos() /*相当于main*/

{

}



用户不能用main,因为main已经在dos.obj里了;

dos.obj 的生成:dos.c 和其他的.h文件用于生成dos.obj ,只要 cvm.exe dos.c 就可以了



连接成.cvm 文件的时候用

cvmlnk.exe a.cvm dos.obj cvm.obj user.obj



其中 user.obj 是用户自己的代码生成

cvm.obj 在cvm 开发包里有;-In the cvm to achieve the scrolling dos printing method, and based on the increased cvm.h many useful functions, including some graphical user interface functions, brought a five-stroke input method can play word, than the system comes with only the can play a single word to be a lot easier. Only dos.h files are header files used by the user usage is as follows:# include " dos.h" void dos ()/* the equivalent of main*/() you can not use main, because the main has been dos.obj where the dos.obj generation: dos.c and other. h file used to generate dos.obj, as long as the connection can be cvm.exe dos.c into. cvm file would use cvmlnk.exe a.cvm dos.obj cvm . obj user.obj where user.obj is the user' s own code generation cvm.obj development in the cvm package are
相关搜索: dos
h

(系统自动生成,下载前可以参看下载内容)

下载文件列表

dos.h

cvm++.h

dos.c

keyboard.h

lcd.h

win.h

wb86.h

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org