-
用程序在文本文件中读取
写一个程序来读取
- 2022-03-07 17:24:34下载
- 积分:1
-
这个过程是一个个人考勤软件,从系统对象访问它…
这个程序是一个个人考勤软件,它从系统时钟获取时间信息,可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以查看过去的记录,也可把记录按月打印出来.或进行年汇总。
本程序是一个基于对话框的实用程序,在基于对话框界面的程序中实现打印和打印预览是采用了非常规 MFC 方法。
-This process is a personal attendance software, access to it from the system clock time information, day by day record of personal daily working hours, monthly statistical summary, year-on-year documented. Can see the past records, the records can also be a monthly print out. or in aggregate. This procedure is a dialog-based utility, dialog-based interface in the process of printing and print preview realize that MFC uses unconventional methods.
- 2023-03-23 12:55:04下载
- 积分:1
-
参考文章
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛...
参考文章
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Genetic Algorithm article reference Darwin" s theory of evolution is based on an intelligent optimization algorithm, a complex system can be used to optimize the robustness of the search algorithm, the application of traditional methods to solve difficult and complex, nonlinear problems, can be widely applied in combinatorial optimization, discrete optimization, engineering, optimization and other fields. Traveling Salesman Problem is a NP hard combinatorial optimization problem, has important theoretical value and practical application of research background. However, the traditional genetic algorithm, there is less than the need to introduce new improved genetic algorithm, and applied for solving the traveling salesman problem.
- 2023-06-10 12:55:03下载
- 积分:1
-
用java程序实现的小闹钟,功能实用简单哦,特别棒
用java程序实现的小闹钟,功能实用简单哦,特别棒-Java program to use a small alarm clock, features a simple and practical Oh, special rods
- 2022-12-22 14:25:03下载
- 积分:1
-
实现文件压缩的一个派生类,不错
实现文件压缩的一个派生类,不错-achieve compression of a derived class, it is true
- 2022-03-11 04:44:07下载
- 积分:1
-
这是一款相当不错的小游戏,可以提供vc初学者学习的好资料
这是一款相当不错的小游戏,可以提供vc初学者学习的好资料-This is a pretty good game, vc can provide good information for beginners to learn
- 2022-07-04 03:29:31下载
- 积分:1
-
DirectShow实务精选+源代码
directshow源代码,包括摄像头、播放器、过滤器、在线视频等源代码,有需要的人可以下载
- 2022-01-30 23:41:58下载
- 积分:1
-
Details of MFC of VC++ of the study, for beginners, this is a very good program,...
详细介绍VC++之MFC的学习,对初学者来说这是一个很不错的程序啊,希望的对大家有所帮助!-Details of MFC of VC++ of the study, for beginners, this is a very good program, ah, want to help all of you!
- 2022-07-11 07:34:11下载
- 积分:1
-
Reform program is used for large
改程序全套是用于大型高耸结构风洞测压试验前、后处理,含义明确,计算快速,已用于多个国内重要工程的风洞试验。-Reform program is used for large-scale high-rise structure, a full set of wind tunnel tests manometry before and after the treatment, unequivocal, computing fast, has been used in many domestic key projects of the wind tunnel tests.
- 2022-01-26 06:24:36下载
- 积分:1
-
粘贴数据比复制更加复杂,因为你需要选择粘贴的格式。
粘贴数据比复制更加复杂,因为你需要选择粘贴的格式。
---- 1. 在你的视中,实现OnEditPaste来处理用户从编辑菜单选择粘贴命令的操作。
---- 2. 在OnEditPaste函数中,建立一个COleDataObject对象并且访问它的AttachClipboard成员函数来将这个对象绑定到剪贴板。
---- 3. 访问COleDataObject::IsDataAvailable函数来检查是否可以使用特殊的格式。当然,你也可以通过循环使用COleDataObject::BeginEnumFormats来寻找其它格式直到你找到了最适合的格式。
---- 4. 粘贴数据。
-paste data replication more complicated than that because you need to choose paste format.---- 1. Depending on your, and realize OnEditPaste to users from the edit menu select paste ordered the operation.---- 2. In OnEditPaste function, the establishment of a visit COleDataObject object and its function AttachClipboard members will be bundled with the object to the clipboard.---- 3. Visit COleDataObject : : IsDataAvailable function can be used to check whether a special format. Of course, you can also cycle through the use of COleDataObject : : BeginEnumFormats to find other formats until you find the most suitable format.---- 4. Pasting data.
- 2023-04-03 21:55:03下载
- 积分:1