登录
首页 » 其他项目 » 早期的作品 =ZHB油泵校正器检测系统(DEMO)= 【dos界面设计】 本软件系统采用Borland C++[3.1]编写,系统完全由本人一人利用业余时间开发...

早期的作品 =ZHB油泵校正器检测系统(DEMO)= 【dos界面设计】 本软件系统采用Borland C++[3.1]编写,系统完全由本人一人利用业余时间开发...

于 2022-01-30 发布 文件大小:400.85 kB
0 213
下载积分: 2 下载次数: 1

代码说明:

早期的作品 =ZHB油泵校正器检测系统(DEMO)= 【dos界面设计】 本软件系统采用Borland C++[3.1]编写,系统完全由本人一人利用业余时间开发而成。系统 的开发过程中完全没有用到别人做好的软件包,所有的功能都是由自己一个一个的去实现的,所有的接口都是由自己设计的,包括:汉字显示、XMS调用、鼠标中断处理、键盘中断处理及各种各样的汉字,AscII码字符自适应的显示窗口、菜单窗口、选择窗口、输入窗口、信息显示窗口等等。 对于DOS下的C++编程有一定的参考作用,其中的DOS界面设计应该是比较精彩的部分,另外,一些dos下的设备操作技巧,也也有参考作用吧,比如:XMS调用、鼠标中断处理、键盘中断处理,汉字显示等等。所有的功能用类的方式组织,再利用很容易。 附有编译后的可执行版本,需要附有XMS的DOS系统,在98的DOS窗口下可以运行,2000/nt/xp下不能运行。-early works = ZHB pumps Correction Detection System (DEMO) = [dos interface design-- the software system uses Borland C [3.1] preparation, the system entirely by one person, I developed with the use of spare time. System development process not use other people to do the job package, all the functions are by themselves in a one to realize that all the interfaces are designed by themselves, including : Chinese, XMS call, interrupt handling the mouse, keyboard interrupt handling and a variety of Chinese characters, AscII adaptive code characters display window, the window menu, select window, input

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

发表评论

0 个回复

  • K-means算法
    应用背景c++代码,基于k-means遗传算法的应用,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。关键技术K-Means的算法如下:随机在图中取K(这里K=2)个种子点。然后对图中的所有点求到这K个种子点的距离,假如点Pi离种子点Si最近,那么Pi属于Si点群。(上图中,我们可以看到A,B属于上面的种子点,C,D,E属于下面中部的种子点)接下来,我们要移动种子点到属于他的“点群”的中心。(见图上的第三步)然后重复第2)和第3)步,直到,种子点没有移动(我们可以看到图中的第四步上面的种子点聚合了A,B,C,下面的种子点聚合了D,E)。
    2022-08-15 16:57:53下载
    积分:1
  • 一个简单的井字游戏,不是人机对战的,游戏需要两个人参与,在此抛砖引玉,希望有人能给我人机对战的代码。...
    一个简单的井字游戏,不是人机对战的,游戏需要两个人参与,在此抛砖引玉,希望有人能给我人机对战的代码。-gridwork a simple game, not the man-machine players, the game requires two people to participate in this suit, hoping that someone can give me man-machine players code.
    2022-01-28 14:40:49下载
    积分:1
  • A simple flash of fireworks
    一个简单的烟花flash-A simple flash of fireworks
    2022-03-26 03:14:14下载
    积分:1
  • How to automate office
    How to automate office
    2022-07-22 09:51:09下载
    积分:1
  • 贪吃蛇游戏:运行游戏后,一条蛇会在界面中移动,用户需要按动上下左右键控制蛇的运行(吃豆子,得分),但是要控制蛇的头不可以碰到四周的“墙”,否则游戏就结束了,大家...
    贪吃蛇游戏:运行游戏后,一条蛇会在界面中移动,用户需要按动上下左右键控制蛇的运行(吃豆子,得分),但是要控制蛇的头不可以碰到四周的“墙”,否则游戏就结束了,大家可以在源码里修改蛇的运动速度。-Snake game: Run the game after a snake moving in the interface, the user needs rather than pressing the up and down keys to control the snake around the run (to eat beans, scoring), but to control the snake
    2023-08-04 22:35:03下载
    积分:1
  • 802.15 dsss 物理协议层方针代码
    802.15 dsss 物理协议层方针代码-802.15 dsss physical protocol layer code policy
    2023-03-30 04:45:03下载
    积分:1
  • 将 ASM 源程序变为 TURBO
    将 ASM 源程序变为 TURBO-C的内联模块,将汇编语言和c语言联合使用-will ASM source into TURBO-C in conjunction with the modules will be compiled language and the joint use of language c
    2022-01-27 20:47:22下载
    积分:1
  • C源码C程序常用公共符号定义头文件
    C源码C程序常用公共符号定义头文件-C source C procedures commonly used definition of the first public sign documents
    2022-04-20 11:34:53下载
    积分:1
  • 在U_Boot
    在U_Boot-1.1.6源代码基础上修改过的可以在hfrk的SMDK2410开发板上运行的U-Boot代码.-In U_Boot-1.1.6 source code based on the modified SMDK2410 in the hfrk development board running U-Boot code.
    2022-02-03 22:51:26下载
    积分:1
  • 可以满足一般的b/s数据录入功能,ajax构建的
    可以满足一般的b/s数据录入功能,ajax构建的-meet general b/s data entry functions, the ajax Construction
    2022-04-28 16:50:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载