-
ssh三大框架整合后的增删改查以及分页
ssh三大框架整合后的增删改查以及分页
- 2022-01-31 21:26:02下载
- 积分:1
-
企业内部五险一金管理信息系统
完成企业内部各险种(包括养老、工伤、失业、医疗、生育和年金)的基础数据的整合,实现数据共享、业务分流。
- 2023-06-08 16:10:04下载
- 积分:1
-
《visual c++6.0实用教程》(杨永国)第六章源代码,自己编写。讲述了怎样为对话框增加菜单,添加右键快捷菜单等内容。...
《visual c++6.0实用教程》(杨永国)第六章源代码,自己编写。讲述了怎样为对话框增加菜单,添加右键快捷菜单等内容。
- 2022-06-11 11:30:09下载
- 积分:1
-
Inventory management system in Visual Basic
Inventory management system in Visual Basic
- 2022-06-17 14:05:45下载
- 积分:1
-
LDA聚类系统源码
这时一个基于LDA建模的中文文本聚类系统,其中主要模块有文本分词,停用词处理,文本向量表示,相似度计算,和最终聚类,聚类效果较好,速度一般。
- 2022-03-24 16:34:16下载
- 积分:1
-
C++经典游戏编程实例,非常经典,对于初学者有用
C++经典游戏编程实例,非常经典,对于初学者有用-C++ programming examples of the classic game, very classic, useful for beginners
- 2022-05-18 18:22:25下载
- 积分:1
-
为了提高扫描速度,本程序采用了多线程技术和非阻塞I/O的技术...
为了提高扫描速度,本程序采用了多线程技术和非阻塞I/O的技术-to improve scanning speed, the program uses a multi-threading technology and nonblocking I/O technology
- 2022-08-15 22:19:25下载
- 积分:1
-
MFC简单画图程序Draw
这个画图小程序是在 VS2012环境下编写的 MFC 单文档程序, 压缩包内含程序设计详细说明。
功能概述
通过在菜单中选择不同的形状,可以实现画直线、矩形、椭圆以及鼠标按下时随着鼠标移动划线以及橡皮擦功能,
线条粗细、颜色也可以在菜单中调整。
设计思路
通过对菜单的响应获取绘图类型、颜色和线条粗细程度。
通过 CPen 类更改画笔颜色和粗细或将画笔改为橡皮擦,
通过 CDC 类的成员函数 MoveTo( int x, int y ); LineTo( int x, int y ); Rectangle( int x1, int y1, int x2, int y2 ); Ellipse( int x1, int y1, int x2, int y2 ); 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-18 10:23:50下载
- 积分:1
-
修正后版本
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广...
修正后版本
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Amended version of genetic algorithm based on Darwin" s theory of evolution is 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 used 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 23:05:03下载
- 积分:1
-
用户自定义消息窗口
使用微软 Visual C# 2008 编写的自定义 MessageBox 程序模块,该程序可有三个调用参数、agr1 agr2 和 agr3分别为:显示信息字符串,显示停留时间,Logo选择。该程序给有两种Logo可选,可以扩充。该消息显示窗为渐进渐出,一到九秒显示后自动消失。
- 2023-01-17 09:25:04下载
- 积分:1