-
liang barsky line clipping algo
liang barsky line clipping algo
- 2022-03-20 17:54:38下载
- 积分:1
-
蒙特卡罗算法MATLAB代码
蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码蒙特卡罗算法MATLAB代码
- 2022-09-30 18:40:03下载
- 积分:1
-
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束...
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可
1.与前面所有的数不重复
2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Central: 1-10 from 10 the number of put this into a ring, asked the two adjacent numbers and is a prime number. 〗 〖Analysis is a retrospective this topic. From 1 year, 9 out of every space possible, each may be bound by the conditions of accession to 1. And in front of all the number of non-repetition, 2. With a few and for a prime number (the last and the first to meet). 1〗 〖algorithm processes the data to initialize 2, fill in the number of recursion: first to determine the legality of J possible A, if the legitimate: the number of Reclamation to determine whether the target (10 have been completed): Yes, print the results of not, fill in the next recursive B, if not legitimate: a possible alternative
- 2022-03-13 12:39:07下载
- 积分:1
-
basic length converter
这是一个简单的c#编码,用于转换以下长度:
- 2022-02-07 15:35:47下载
- 积分:1
-
lzw算法的c++实现
由于实现lzw算法的c++实现,其中较为重要的部分 。但是它只实现了压缩这样的一种功能,对于解压没有很好的效果。
- 2022-11-24 15:05:03下载
- 积分:1
-
二叉树的虚拟实现 c语言版
二叉树的虚拟实现 c语言版-binary tree virtual achieve c language version
- 2023-02-03 09:55:03下载
- 积分:1
-
图形界面的计算器,使用VC++开发,绝对经典可用,好用,好用的...
图形界面的计算器,使用VC++开发,绝对经典可用,好用,好用的-calculater
- 2022-05-19 11:03:01下载
- 积分:1
-
c/c++ enthusiasts to learn a good example. For beginners improve the level of de...
c/c++爱好者学习的一个很好的例子。对于提高初学者的水平,开拓思维有很大的帮助-c/c++ enthusiasts to learn a good example. For beginners improve the level of development thinking has a great help
- 2022-03-22 18:06:10下载
- 积分:1
-
tmsC5402的开发与应用
TMS32054的应用,心电出来啊 c双边滤波器 程序源代码和下载链接。... verilog程序仿真滤波器 16阶 运用加法器和乘法器 40KHZ 16...奉承顺序删除心电噪声。第二个订单中删除 EOGnoise。
- 2022-12-31 04:25:03下载
- 积分:1
-
s变换的运用
资源描述本程序为S变换,程序中包含付里叶正变换DFT,付里叶反变换IDFT,包括S变换实现的具体的物理过程,文件的输入与输出
- 2022-03-03 07:41:06下载
- 积分:1