-
高斯-约旦代码
这个程序做了一个gauss-jordan算法,首先你需要介绍你要用多少个表达式,然后你介绍每一个表达式的系数,然后程序给你一个gauss-jordan过程的数组,在计算方法时,可以观察不同的过程。最后,你可以看到真正的解决方案,如果你有3个ecuations,你将有a,b和c。这个程序不会验证当你介绍一个字母。
- 2022-01-25 15:56:13下载
- 积分:1
-
lagrange interpolation
lagrange interpolation
- 2022-05-31 06:33:47下载
- 积分:1
-
最小生成树的Kruskal算法
C语言算法编程。最小生成树的Kruskal算法 。求加权连通图的最小生成树的算法。kruskal算法总共选择n- 1条边,(共n个点)所使用的贪心准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树。kruskal算法分e 步,其中e 是网络中边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。
- 2022-01-30 15:28:05下载
- 积分:1
-
With the human genome project implementation, through genome sequencing, protein...
随着人类基因组计划的实施,通过基因组测序,蛋白质序列测定结构解析等实验,分子生物学家提供了大量的有关生物分子的原始数据,需要利用现代计算技术对这些原始数据进行收集、整理、管理以便于检索使用。而为了解释和理解这些数据,还需要对数据进行比对、分析,建立计算模型,进行仿真、预测与验证,因而出现生物信息学,它的出现,极大的促进了分子生物学的发展。-With the human genome project implementation, through genome sequencing, protein sequencing experiments such as structural analysis, molecular biologists to provide a large amount of biological molecules of the original data, the need to use modern technology to these raw data collection, collation and management in order to facilitate retrieval use. To explain and understand these data, and data need to be compared to analysis, model, simulation, prediction and validation, therefore, bioinformatics, and its emergence has greatly promoted the development of molecular biology.
- 2022-09-17 05:10:03下载
- 积分:1
-
实现网上流行的逐行广告滚动,即一定秒数滚动一行,并非线性滚动.改良后,可以由文字的滚动做成图片逐行滚动,每行可以有若干条...
实现网上流行的逐行广告滚动,即一定秒数滚动一行,并非线性滚动.改良后,可以由文字的滚动做成图片逐行滚动,每行可以有若干条-Realize the popular progressive online advertising rolling, that is, a certain number of seconds a rolling line, and non-linear scroll. Improvement can be made by the text of the scroll line by line scrolling picture, each line can have a number of articles
- 2023-05-03 21:50:04下载
- 积分:1
-
构建小世界网络来表示学校学生的人际关系网络,在此基础之上研究学风的演化过程,考虑因素有学生的坚持程度、学生间的亲密程度、老师和家长的影响作用...
构建小世界网络来表示学校学生的人际关系网络,在此基础之上研究学风的演化过程,考虑因素有学生的坚持程度、学生间的亲密程度、老师和家长的影响作用-Construction of small-world network to represent the networks of relationships between school students in this study based on the evolution of the style of study, considering factors of students adhere to the degree of closeness between students, teachers, and parents influence
- 2022-01-25 22:32:19下载
- 积分:1
-
dynamic control of power system
The main topic covered is frequency control in power systems. The
needed models are derived and the primary and secondary frequency control
are studied. A detailed model of the synchronous machine, based on
Park’s transformation, is also included. The excitation and voltage control
of synchronous machines are briefly described. An overview of load models
are also given
- 2022-01-31 07:57:11下载
- 积分:1
-
RC6 算法实现
/ * * * RC6 描述 * * * /
/ * 这是一种独立的加密算法的实现: * /
/* */
/ * RC6 由 Ron Rivest 和 RSA 实验室 * /
/* */
/ * 这是一种候选的高级加密标准算法 * /
/ * 美国国家标准和技术方案。*/
/* */
/ * 在此实现中的版权由 B R 格莱德曼博士但我 * /
/ * 特此授予其免费直接或衍生使用主
- 2022-08-03 18:16:31下载
- 积分:1
-
有限元计算程序,供软件工程,力学专业的老师和学生参考
有限元计算程序,供软件工程,力学专业的老师和学生参考-Finite element program for software engineering, mechanical professional teachers and students for reference
- 2022-02-24 19:15:32下载
- 积分:1
-
水平集的MATLAB代码
level set matlab code
- 2022-03-10 03:36:11下载
- 积分:1