-
这是一个测试反应的一款小游戏,在这个游戏中把VB中的一些基本的控件都使用上了,而且非常的好用。...
这是一个测试反应的一款小游戏,在这个游戏中把VB中的一些基本的控件都使用上了,而且非常的好用。-this is a test your IQ Game, A lot of vb common controls used in this game, and use very easy
- 2022-02-10 15:49:03下载
- 积分:1
-
台讯企业全站管理系统V2006
供下载时经过了严格的测试,但是这是一个复杂的程序,我们并不能保证程序没有BUG。
当然,如果您在使用本程序时发现了BUG...
台讯企业全站管理系统V2006
供下载时经过了严格的测试,但是这是一个复杂的程序,我们并不能保证程序没有BUG。
当然,如果您在使用本程序时发现了BUG和漏洞,请及时与我们联系。
本系统版权归HECHENn所有,您可以把这个程序应用于商业或者个人网站。
请不要修改程序的版权信息,也不要以任何形式发表所谓的修改版本。
admin/admin-Taiwan enterprises appear station management system available for downloading at V2006 after rigorous tests, But this is a complex process, we can not guarantee that procedures were not BUG. Of course, if you use this procedure and found a loophole BUG, please contact us promptly. HECHENn property of the system all, you can use the procedures used in commercial or personal websites. Please do not amend the copyright information, and not to any form of the so-called revised version. Admin/admin
- 2022-06-13 08:26:34下载
- 积分:1
-
早期的作品 =ZHB油泵校正器检测系统(DEMO)= 【dos界面设计】 本软件系统采用Borland C++[3.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
- 2022-01-30 10:46:14下载
- 积分:1
-
该程序是专门成立了专家顾问的十年…
该程序是思路是经过专门的顾问专家集十年的经验设计,能测试出人的性向(准确率在80%以上),能在很短的时间内测知人的性格适合做什么工作,适用于人事招聘。-that the procedure was thinking is specially set of expert consultants decade of experience design, can test the person"s personality (accuracy rate of above 80%), in a very short time mix inner character suitable for the work that applies to personnel recruitment.
- 2022-03-04 18:43:38下载
- 积分:1
-
编程
有趣的代码
可供初学者参考使用
编程
有趣的代码
可供初学者参考使用-interesting programming code for beginners reference
- 2023-05-02 08:15:02下载
- 积分:1
-
二维经验模式分解代码,十分实用,希望对有需要的朋友有用...
二维经验模式分解代码,十分实用,希望对有需要的朋友有用-Two-dimensional empirical mode decomposition code, are very useful, want to be useful to have a friend in need
- 2022-07-17 13:32:10下载
- 积分:1
-
陈列馆问题:
1.问题描述
世界名画陈列馆有m*n个陈列室组成。为了防止名画被盗,需要在陈列室设置警卫机器人哨位,每算法个警卫机器人除了监视它所在的陈列...
陈列馆问题:
1.问题描述
世界名画陈列馆有m*n个陈列室组成。为了防止名画被盗,需要在陈列室设置警卫机器人哨位,每算法个警卫机器人除了监视它所在的陈列室之外,还可以监视与它所在的陈列室相邻的上,下,左,右4个陈列室。
2.要求
试要求,设计一个安排警卫机器人哨位的算法,使得名画陈列馆的每个陈列室都在警卫机器人监视之下,切所用的警卫机器人数目最少。
3.结果输出
将计算的警卫机器人数及其最佳哨位安排输出到文件output.txt。文件的第1行是警卫机器人数;接下来的m行中每行n个数,0表示无哨位,1表示哨位。-Gallery problem:
1. Problem Description
Painting gallery in the world there are m* n composed of a showroom. In order to prevent the paintings stolen, you need to set the security robot sentinel showroom, each algorithm is a security robot in addition to monitor it in the showroom, you can also watch it in the showroom with the adjacent upper and lower, left, Right 4 showrooms.
2. Demand
Test requirements, design an arrangement guard robot sentinel algorithm, making paintings in each gallery showroom are under the surveillance of the security robot, cutting the number of robots used by security guards at least.
3. The resulting output
Will calculate the number of security robots and the best sentinel ar
- 2022-06-27 18:30:39下载
- 积分:1
-
(一)功能要求:
(1) 信息维护:
要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修...
(一)功能要求:
(1) 信息维护:
要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息
(2) 信息查询:要求:查询时可实现按姓名查询、按学号查询
(3) 成绩统计:要求:A输入任意的一个课程名(如数学)和一个分数段(如60--70),统计出在此分数段的学生情况。
(4) 排序:能对用户指定的任意课程名,按成绩升序或降序排列学生数据并显示排序结果(使用表格的形式显示排序后的输出结果)(使用多种方法排序者,加分)
-(1) functional requirements : (a) maintaining information : Request : Student data to information in the form of a document preservation, Students can achieve the maintenance of information and data. This module, including sub-modules are : increased student information, delete information of students, student information changes (2) Information : Request : inquiries can be realized by name inquiries, inquiries by the school, (3) results statistics : requirements : A importation of an arbitrary courses (such as mathematics) and a fraction of the (60-- 70), Statistics from the scores of the students of. (4) Scheduling : users can be designated to the arbitrary courses, and results by ascending or descending student data and sequenci
- 2022-08-10 15:26:23下载
- 积分:1
-
很有参考价值的Windows CE嵌入式开发文档资料!英文原版!
很有参考价值的Windows CE嵌入式开发文档资料!英文原版!-of great reference value to the Windows CE Embedded Development Documentation! English original!
- 2022-11-09 00:45:03下载
- 积分:1
-
一个简单的计数器
一个简单的计数器-a simple counter
- 2022-07-23 20:06:18下载
- 积分:1