-
SSD6_lab08
练习1:查找内存错误
练习2:阅读书籍高质量ç 编程指南.PDF林锐(林锐)P95,回答问题4。
练习3:阅读代码sizeof.rar。不运行它,它的分析和写入输出。(Practice 1: Finding Memory Bugs
Practice 2: Read book 高质量C编程指南.pdf by Lin, Rui(林锐) P95, answer question 4.
Practice 3: Read the code in sizeof.rar. Without running it, analysis it and write the output.)
- 2014-11-23 12:02:44下载
- 积分:1
-
DE优化函数程序
大坝变形的精确预测对其安全评价方面发挥着重要作用。为了进一步提高大坝变形预测精度,提出了一种改进的灰狼算法优化支持向量机的预测模型。通过引入非线性收敛因子和采用动态加权策略,提升灰狼算法优化支持向量机惩罚因子和核函数参数的能力,并以优化的参数来建立支持向量机大坝变形预测模型。选取实例数据,在与布谷鸟算法、差分进化算法、粒子群算法、基本灰狼算法优化的支持向量机预测比较中,实验结果表明,改进的灰狼算法对支持向量机参数的优化是有效的,可以提高大坝变形预测精度。(Accurate prediction of dam deformation plays an important role in its safety evaluation. In order to further improve the prediction accuracy of dam deformation, an improved grey Wolf algorithm is proposed to optimize the prediction model of support vector machine. By introducing the nonlinear convergence factor and using the dynamic weighting strategy, the gray wolf algorithm is improved to optimize the capacity of the support vector machine penalty factor and the kernel parameter, and the support vector machine dam deformation prediction model is established with the optimized parameters. The experimental results show that the Improved Grey Wolf algorithm is effective for the optimization of support vector machine parameters, and it can improve the accuracy of the deformation prediction of the dam.)
- 2018-06-28 09:53:07下载
- 积分:1
-
NewVCCom
使用VC生成COM组件的方法,里面对VC生成不同形式的COM接口参数的方法,对COM组件不熟悉的朋友会是一个很好的学习资料!(COM components using VC generation method which generates on the VC parameters of different types of COM interfaces methods, and COM components are not familiar with the friend would be a good learning materials!)
- 2021-03-07 22:19:29下载
- 积分:1
-
44
说明: 给定程序中,函数fun的功能是:将a所指3×5矩阵中第k列的元素左移到第0列,第k列以后的每列元素依次左移,原来左边的各列依次绕道右边。
例如,有以下矩阵:
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
若k结果为2,程序执行结果为:
3 4 5 1 2
3 4 5 1 2
3 4 5 1 2
请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。
注意:源文件存放在考生文件夹下的BLANK1.C中
不得增行或删行,也不得更改程序的结构!
(A given program, function fun feature is: a 3 × 5 matrix referred to in the first k elements of the left column to move Section 0, the k elements of each column after column followed by the left, the original columns in the left turn Bypass on the right. For example, the following matrix: 123,451,234,512,345 If k is 2, the program execution results: 345,123,451,234,512 in the program underscore the right content at the fill and to remove the underscore, so that the program reach the right result. Note: The source files in the folder of BLANK1.C candidates are not allowed by the line or delete line, nor change the structure of the program!)
- 2011-08-11 07:53:10下载
- 积分:1
-
hanoi
简单的汉诺塔的非递归实现算法。用C++实现的。(Simple HANOR the non-recursive algorithm. Achieved with C++.)
- 2013-01-14 15:16:25下载
- 积分:1
-
VAD
说明: C语言实现的端点检测,效果很好的,和matlab效果很好的(C language to achieve the endpoint detection, the effect of good, and the effect of good matlab)
- 2020-12-01 14:59:27下载
- 积分:1
-
GuideFilter 图像滤波
Guilde Filter 图像滤波; 包含[2015]Fast Guilded filter.pdf ; [2013] Guided Image Filtering.pdf 经典。(inculde classical paper for guilded filter)
- 2020-06-18 03:00:02下载
- 积分:1
-
soc5
soc cycloneV硬件压缩数据设计和参考源代码(soc hardware compression numerical software development and design reference)
- 2014-02-11 00:00:51下载
- 积分:1
-
aa
说明: ARM series of nuclear CORTEX-M3 STM32 development routine
- 2012-04-09 10:22:46下载
- 积分:1
-
pcf7961
汽车遥控钥匙RKE开发:pcf7961相关资料及代码,包括库应用文件、HITAG-3协议说明及软件架构等PDF资料。(RKE development.Remote Keyless pcf7961 relevant information and code, including database application files, HITAG-3 protocol description and software architecture PDF files.)
- 2020-10-30 15:59:56下载
- 积分:1