-
protel DXP 实 例 2
protel DXP 实 例 2
- 2022-03-16 02:18:07下载
- 积分:1
-
? 图片算不
# 图片算不
! 图片算不
@ 图片算不
? 图片算不
# 图片算不
! 图片算不
@ 图片算不
-Photo Photo# does not count does not count! Photo does not count does not count @ Photo
- 2022-03-20 13:04:45下载
- 积分:1
-
This program, prepared according to Xiao
本程序根据周晓云编写的VC教科书进行练习并编写!验证了部分算法和VC的实现方法-This program, prepared according to Xiao-Yun Zhou VC textbook exercises and the preparation! Validate some of the algorithm and the realization method of VC
- 2022-09-05 13:50:03下载
- 积分:1
-
本代码为电力系统潮流程序,牛顿拉夫寻法求解
本代码为电力系统潮流程序,牛顿拉夫寻法求解-The code for the Power Flow procedures Love Newton search method
- 2022-03-03 01:48:57下载
- 积分:1
-
使用Python和pyside货币转换部件
应用背景此应用程序是用来转换货币。它将数据从加拿大银行用以转换为货币。它有很简单的设计。另外,最新的转换率会让你更新,并使你更新;关键技术使用Python开发这个应用。这是一个包装pyside QT与Python一起使用,形成。一个应用程序,少于100行用于创建令人惊叹的应用
- 2023-06-12 16:10:03下载
- 积分:1
-
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡;
繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一:
消亡;
不变――静态;
振荡――在一组模式间循环多次后在相同的位置出现相同的模式;
滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式;
显示进化的过程,即历代模式;
当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。
-The program implementation is the seed of life simulation, survival: There are two or three neighbors of the seed will survive to the next generation, that is still occupying the lattice
Death: If there are four or more neighbors, the seeds will die because of overcrowding if seed is only one or zero neighbors, will die because of loneliness
Breeding: If a sub-space has three neighbors, then it will grow a new seed. After a pattern after several generations have the following one of four possible outcomes:
Die
Constant- static
Oscillation- a group of modes in the loop on many occasions in the same location after the same pattern emerged
Sli
- 2022-03-25 01:15:01下载
- 积分:1
-
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(...
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
(3) 重载运算符“+”、“-”、“*”和“/”
2. 设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
友元重载运算符“+”、“-”、“*”和“/”
3. 分别使用以上两个类,完成有理数的加、减、乘、除运算;验证其加运算、乘运算的交换律。
-Rational Design category rational_number
- 2023-03-17 02:25:04下载
- 积分:1
-
Source Code Source Code Source Code Source Code Source Code Source Code
Source Code Source Code Source Code Source Code Source Code Source Code-Source Code Source Code Source Code Source Code Source Code Source Code Source Code Source Code Source Code Source Code Source Code
- 2022-09-24 11:25:03下载
- 积分:1
-
进入下一程序的赛车游戏,可以提供很大的帮助,学习C游戏编程…
turboC下一个赛车的入门游戏,可以给学习C游戏编程很大帮助-The next entry turboC racing game, can give great help to learn C Game Programming
- 2022-03-17 18:19:34下载
- 积分:1
-
稀疏矩阵
此代码是关于稀疏矩阵。我表示稀疏矩阵为结构。它还可以做稀疏矩阵加法。如果你读了这段代码然后你可以了解有关内存分配、 指针和结构中的应用。稀疏 matrix 元素几乎为 0,所以如果你将它定义为 2 的三维数组,然后它会浪费内存。解我的想法是,使用结构.通知: 我是韩国的所以所有的文件和在 c 文件上的评论由朝鲜语写的。
- 2022-10-02 11:45:05下载
- 积分:1