-
一本讲解关于C的基本函数属性的比较好的电子书,希望大家看了会觉得有用。,另外感谢上传者,辛苦了...
一本讲解关于C的基本函数属性的比较好的电子书,希望大家看了会觉得有用。,另外感谢上传者,辛苦了-One explain the basic functions on the properties of C, better e-books, hope that readers will find useful. In addition thanks From, it is tough
- 2022-03-16 05:27:28下载
- 积分:1
-
simulating small dog eating beans
模拟小狗吃豆的小程序-simulating small dog eating beans
- 2022-07-18 10:02:09下载
- 积分:1
-
多线程实现读者写者问题
多线程实现读者写者问题-multithreading problem readers to write
- 2022-02-06 11:48:44下载
- 积分:1
-
This one a typical one number value issue, is it is it belong to algorithm ask a...
这是一个典型的非数值问题,如果使用非递归算法求解此问题,要设计复杂的算法,编写很长的程序。而使用递归算法可以使整个算法清晰,使程序简洁。本问题分析并建立递归算法的过程是典型的抽取问题本质、建立递归算法 并最终解决非数值问题递归实例。-This one a typical one number value issue, is it is it belong to algorithm ask and solve this question to pass to use, design the complicated algorithm , will write very long procedure . It can make the whole algorithm clear and use and pass and belong to the algorithm, make the procedure succinct . Case study this is it is it belong to course of algorithm typical extraction issue essence , is it pass algorithm of belonging to to set up to pass to set up And it is not a number value problem to solve finally and pass and belong to the instance
- 2022-05-23 18:27:16下载
- 积分:1
-
该计算器是由单片机实现的,具有加,减,乘,除等基本功能。...
该计算器是由单片机实现的,具有加,减,乘,除等基本功能。-The calculator is achieved by the single-chip, with add, subtract, multiply, in addition to basic functions such as.
- 2022-02-13 07:06:01下载
- 积分:1
-
音频适配器样品
提交的代码提供设备驱动程序的 windows 服务音频适配器驱动程序,可以在 Visual studio 中直接编译和安装的功能。
- 2023-03-16 06:05:03下载
- 积分:1
-
vcnet编程实例源代码的应用程序框架
VCnet编程实例源代码之应用程序框架 -VCnet programming source code examples of application frameworks
- 2022-02-02 18:27:32下载
- 积分:1
-
能够实现北京54,西安80.gps2000坐标系间的转换
能够实现北京54,西安80.gps2000坐标系间的转换-coordinates change between 54,80,2000
- 2022-06-01 03:17:22下载
- 积分:1
-
0-1背包问题
给定N中物品和一个背包。物品i的重量是Wi,其价值位Vi ,背包的容量为C。问应该如何选择装入背包的物品,使得转入背包的物品的总价值为最大。
在选择物品的时候,对每种物品i只有两种选择,即装入背包或不装入背包。不能讲物品i装入多次,也不能只装入物品的一部分。因此,该问题被称为0-1背包问题。该算法中,矩阵c的大小为(m+1)×(n+1),物体的重量、价值和解向量大小都等于物体个数n,故该算法的空间复杂度为O(nm)。对物体重量、价值的初始化(算法实现略)所需时间都为n,解向量和矩阵第0行初始化时间为n,矩阵第0列初始化时间为m,对矩阵c的计算所需时间为n×m,解向量X的确定时间为n,故整个算法的时间复杂度为O(nm)。
- 2022-01-25 23:07:45下载
- 积分:1
-
编程用得上的ASC码及GBK码查询工具。
编程用得上的ASC码及GBK码查询工具。-Useful programming code of the ASC and the GBK code query tools.
- 2023-06-14 00:25:03下载
- 积分:1