资源列表
[数据结构常用算法] CQueen
说明://八皇后问题:在国际象棋中,能否在空格棋盘上摆放八个皇后,并使其中任意两个皇后不能在同一行或同一列或同一对角线上,编写完整的摆放八皇后问题的程序。要求:第一个皇后的起始位置由键盘输入,国际象棋的棋盘为8*8的方格。-//Eight queens problem: In chess, can be placed in the space of eight on board the Queen, the Queen can not make any two of them in the same<赵汉卿> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] diedaifa
说明:// 编程序 用迭代法求a的立方根,求立方根的迭代公式为 ::Xi+1=(2*Xi)/3+a/(3*Xi*Xi) 假定X的初值为a,迭代到|Xi+1-Xi|<10的-5次方为止. 显示a=3,27的值,并通过调用pow(a,1.0/3)函数加以验证.。-//Compile a program with Iteration Method and the cube root, find the cube root of the iteration formula is:: Xi+1 = (2*<赵汉卿> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[Windows编程] Core.technology.UDPScan.Java.code
说明:Java核心技术UDPScan实例代码Core technology UDPScan Java example code -Core technology UDPScan Java example code<q> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] OnAverage
说明:数字图像出里中的用于直方图均衡化处理的C程序-Digital image out there in the histogram equalization processing for C programs<小锋> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[matlab例程] Newton-matlab
说明:Newton牛顿迭代法解非线性方程,这个程序挺不错的,分享给大家-Newton-matlab<gake> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] LCS68765873568
说明:求解序列的最长公共子序列问题,使用滚动数组的方法-Solve the sequence of the longest common subsequence problem, use the scroll method for array<李延明> 在 2025-12-22 上传 | 大小:1kb | 下载:0