-
C++ with self
C++用自写的List链表以及面向对象的思想写成的图书管理系统,实现了文件读写记录-C++ with self-written list of the List, as well as the idea of object-oriented management system written in books, reading and writing a paper record
- 2022-03-31 15:51:50下载
- 积分:1
-
LinqFractal
使用系统;
- 2022-10-27 10:35:04下载
- 积分:1
-
动态分区分配方式的模拟。理解内存分配的几种方式的基本原理,如:单一连续分配方式、固定分区分配方式和动态分区分配方式。通过编写程序实现动态分区分配方式,进一步理解...
动态分区分配方式的模拟。理解内存分配的几种方式的基本原理,如:单一连续分配方式、固定分区分配方式和动态分区分配方式。通过编写程序实现动态分区分配方式,进一步理解动态分区分配方式中使用的数据结构和分配算法,加深对动态分区存储管理方式及其实现过程的理解。-Dynamic partitioning of the simulated distribution patterns. Understand the memory allocation of the basic principles of a number of ways, such as: a single continuous distribution method, fixed geographical distribution patterns and dynamics of geographical distribution. Through the preparation process to achieve dynamic partitioning modes of distribution, and further understanding of the dynamic partition allocation methods used in data structure and distribution of algorithms, understanding of dynamic partitioning storage management approach and its realization process of understanding.
- 2023-02-26 14:05:04下载
- 积分:1
-
天真的byaes代码谷歌服务器
NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码朴素bayesMatlab代码朴素bayesMatlab代码朴素bayesMatlab代码朴素bayes
- 2022-02-01 10:29:07下载
- 积分: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
-
网络聊天室程序,您可以更改昵称,根据增加…
网络聊天室程序,可以更改昵称,根据ip增加成员等,用户界面友好-Internet chat room program, you can change the nickname, according to an increase in membership ip and so on, user-friendly
- 2022-02-21 10:10:23下载
- 积分:1
-
侯俊杰深入浅出MFC配套光盘.rar
侯俊杰深入浅出MFC配套光盘.rar-cd of Dissecting MFC by Hou Jie
- 2023-06-18 17:40:06下载
- 积分:1
-
开源软件与游戏本、 HawkVoice
HawkVoice 是一个游戏的面向,多人游戏的声音通过网络发布下 GNU 库通用公共许可证 (LGPL),Linux ® /UNIX ® 系统和 Windows ® 9 x/ME/NT/2000年/XP/CE 支持的 API。它被设计为 Microsoft ® DirectPlay ® 声音在 DX8 9 一个便携式的、 免费的开放源代码的代码替代。它提供了使用几个免费的语音编解码器的语音压缩。极低比特率 (VLB) 编解码器、 那些较少比 6 Kbps,针对人类语音的压缩优化-HawkVoice 是一个游戏的面向,多人游戏的声音在网络发布下 GNU 库通用公共许可证 (LGPL),Linux ® /UNIX ® 系统和 Windows ® 9 x/ME/NT/2000年/XP/CE 支持的 API。它被设计为 Microsoft ® DirectPlay ® 声音在 DX8 9 一个便携式的、 免费的开放源代码的代码替代。它提供了使用几个免费的语音编解码器的语音压缩。极低比特率 (VLB) 编解码器、 那些较少比 6 Kbps,优化人类语音的压缩。
- 2022-06-18 23:34:03下载
- 积分:1
-
VC环境下USB读写设计
我们如果想实现一个USB 的HID 类设备,不需要在Windows 下开发自己的驱动程序。HID不一定要是标准的外设类型,唯一的要求是交换的数据存储在报文的结构内,设备固件必须支持报
文的格式。任何工作在该限制之内的设备都可以成为一个HID,例如温度计、电压计、读卡机等。报文的格式是由报告描述符决定的,所以只要修改描述符就能实现我们需要的报文格式。下面
我们来实现一个简单的报文格式:上位机发送固定64 字节数据给设备,这个数据可以是命令,也可是数据,具体含义并不是由报告描述符来决定的,是由开发人员事先约定好的。设备返回的数据
也是64 个字节,同样这个数据流的每个字节(甚至每个位)的具体含义由开发人员事先约定好。本设计 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-02-15 09:04:41下载
- 积分:1
-
PB例子用实例来介绍powerbuilder8.0的应用功能
PB例子用实例来介绍powerbuilder8.0的应用功能 -PB examples used to introduce examples of the application functions powerbuilder8.0
- 2022-02-04 03:42:25下载
- 积分:1