-
艾斯利普调度程序模拟 C 源代码。
这是艾斯利普调度程序模拟 C 源代码。
它是 C 语言编写的。
- 2022-08-13 00:23:11下载
- 积分:1
-
徐士良写的《数值分析与算法》,这是随书的源程序,有需要的朋友可以下来看看!...
徐士良写的《数值分析与算法》,这是随书的源程序,有需要的朋友可以下来看看!-XU Shi-liang wrote the "Numerical Analysis and algorithm", it is with the source, a friend in need can look down!
- 2023-08-08 03:15:04下载
- 积分:1
-
在 Java 中抛硬币
硬币 Tossing,以确定是否有死的还是活的使用。
/ 此小程序允许一个模拟投掷硬币。它使用 random() 方法
/ / 从数学类来随机生成一个 0 和 1 之间的数字。如果
/ / 数是 < 0.5,它被视为一个头。否则,它认为一条尾巴。
/ / 小程序允许一个输入的硬币扔模拟次数
/ / 是进行。它 thens 进行模拟,并报告结果。
- 2022-04-27 07:07:01下载
- 积分:1
-
This code is used to find shortest path by using dijkstra algorithm
This code is used to find shortest path by using dijkstra algorithm
- 2023-01-01 01:20:12下载
- 积分:1
-
这是用贪心算法实现对会议的智能安排,里面包括建立贪心算法的步骤化实现及快速排序经典算法...
这是用贪心算法实现对会议的智能安排,里面包括建立贪心算法的步骤化实现及快速排序经典算法-This is a greedy algorithm with intelligent arrangements for the meeting, which included the establishment of greedy algorithm and steps to achieve and fast classical algorithm for sorting
- 2022-09-01 15:35:03下载
- 积分:1
-
有五个房子,每个房子的颜色不同,里面分别住着不同国家的人,每个人都有自己养的不同的宠物,喜欢和不同的饮料,抽不同牌子的烟。现在已知以下的一些信息:...
有五个房子,每个房子的颜色不同,里面分别住着不同国家的人,每个人都有自己养的不同的宠物,喜欢和不同的饮料,抽不同牌子的烟。现在已知以下的一些信息:-five houses, each house different colors, which were home to people from different countries, Every individual has his own support of the different pets, likes and different beverages, pumping different brands of cigarettes. Now known some of the following information :
- 2022-11-15 13:40:03下载
- 积分:1
-
贝塞尔曲线示例
#include < iostream >
#include < 矢量 >
#include < math.h >
#include"BezierPoint.h"
使用命名空间 std ;
BezierPoint 贝塞尔 (方法 < BezierPoint > & pts,双 t) ;
双选择 (双 a,双 b) ;
双 factorial(double num) ;
int main(void) {
方法 < < BezierPoint >> 方法警校 ;
char endPointCount = 0;
双 inx ;
双 iny ;
int ptCount = 0;
int 终结点 ;
双 deltaT ;
cin >> ptCount >> deltaT ;
为 (int 我 = 0 ; 我 < ptCount; i + +) {
cin >> inx >> iny >> 终结点 ;
BezierPoint p iny inx) ;
如果 (endPointCount = = 0 & & 终结点 = = 1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
继续 ;
}
pts[pts.size()-1].push_back(p) ;
如果 (endPointCount! = 0 & & 终结点 = = 1 & & 我! = ptCount-1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
}
}
为 (std::s
- 2022-03-13 19:08:01下载
- 积分:1
-
ACM的部分简单题目,可以有空做做,练习练习。
ACM的部分简单题目,可以有空做做,练习练习。-ACM part of a simple subject, you can time doing practice exercises.
- 2022-03-12 09:08:30下载
- 积分:1
-
基于径向基函数的网格变形程序
基于径向基函数的网格变形程序,用于翼型结构化网格,容易拓展到三维。线性求解采用共轭梯度方法。
- 2023-08-11 09:05:05下载
- 积分:1
-
mp3编码解码算法实现,硕士论文
好好学习,天天向上,但愿能够帮到你们。这里是mp3编解码算法,及其一些原理图。很详细的,你一定好好研究,才能明白的哦。
- 2022-07-12 00:11:49下载
- 积分:1