编程及软件开发解决方案库

2000万优秀解决方案库,覆盖所有编程及软件开发类,极速查询

今日已更新 724 篇代码解决方案

  • 1:改进遗传算法优化数据中心动态网络流量分配

                        背景知识        通常对于大型的数据中心网络(Data Center Networks, 简称DCN)来说,每一台服务器的使用情况是非常不一样的,而平均使用的情况几乎不存在,大

    https://www.u72.net/daima/nv14r.html - 2024-10-31 18:39:01 - 代码库
  • 2:多目标遗传算法 ------ NSGA-II (部分源码解析)状态报告 打印 report.c

                         1 /* Routines for storing population data into files */ 2  3 # include <stdio.h> 4 # include <stdlib.h> 5 # include <math.h> 6  7 #

    https://www.u72.net/daima/16fc.html - 2024-08-31 06:15:25 - 代码库
  • 3:NeuralFinder:集成人工生命和遗传算法自动发现神经网络最优结构

                        /* 版权声明:可以任意转载,转载时请标明文章原始出处和作者信息 .*/                          张俊林 黄通文 马柏樟  薛会萍      

    https://www.u72.net/daima/7hk1.html - 2024-09-09 13:12:42 - 代码库
  • 4:利用GCTA工具计算复杂性状/特征(Complex Trait)的遗传相关性(genetic correlation)

                        如文章“Genome-wide Complex Trait Analysis(GCTA)-全基因组复杂性状分析”中介绍的GCTA,是一款基于全基因组关联分析发展的分析工具,除了计算不同性状/

    https://www.u72.net/daima/0122.html - 2024-08-29 06:43:37 - 代码库
  • 5:多目标遗传算法 ------ NSGA-II (部分源码解析)父、子种群合并 merge.c

                          1 /* Routine for mergeing two populations */ 2  3 # include <stdio.h> 4 # include <stdlib.h> 5 # include <math.h> 6  7 # include "

    https://www.u72.net/daima/15er.html - 2024-08-31 05:45:53 - 代码库
  • 6:MAGENTA: Meta-Analysis Gene-set Enrichment of variaNT Associations

    MAGENTA是一款计算工具,利用全基因组<em>遗传</em>数据,计算预先设定的涉及生物过程或者功能性基因集在<em>遗传</em>相关性的富集程度。开发的目的是分析基因型不是现成的

    https://www.u72.net/daima/cbwe.html - 2024-08-17 13:56:24 - 代码库
  • 7:多目标遗传算法 ------ NSGA-II (部分源码解析)辅助变量 双链表操作 list.c

                         1 /* A custom doubly linked list implemenation */ 2  3 # include &lt;stdio.h&gt; 4 # include &lt;stdlib.h&gt; 5 # include &lt;math.h&gt; 6  7 # includ

    https://www.u72.net/daima/16a8.html - 2024-08-31 05:53:17 - 代码库
  • 8:继承(二)

    1.继承(extends)          1.1继承:<em>遗传</em>          1.2语法:                                    public class 子类 extends 父类{                                    

    https://www.u72.net/daima/nf1rn.html - 2024-10-07 19:31:01 - 代码库
  • 9:单倍型

    单倍型,是单倍体基因型的简称,在<em>遗传</em>学上是指在同一染色体上进行共同<em>遗传</em>的多个基因座上等位基因的组合;通俗的说法就是若干个决定同一性状的紧密连锁的基

    https://www.u72.net/daima/xdh2.html - 2024-07-16 21:43:56 - 代码库
  • 10:GA(遗传算法)的Matlab程序原理(from:六分之一工作室)

                        z=f(x,y) 1、 编码(解决初始化种群),先创建一个数组pop(popsize stringlenth)有popsize表示染色体个数列stringlenth的前 一部分代表x的染色体,后一部分代表y

    https://www.u72.net/daima/smrn.html - 2024-07-13 16:33:45 - 代码库
  • 11:多目标遗传算法 ------ NSGA-II (部分源码解析)两个个体支配判断 dominance.c

                         1 /* Domination checking routines */ 2  3 # include &lt;stdio.h&gt; 4 # include &lt;stdlib.h&gt; 5 # include &lt;math.h&gt; 6  7 # include &quot;global.h&quot;

    https://www.u72.net/daima/15mu.html - 2024-08-31 05:49:24 - 代码库
  • 12:HIV T2

    甲学者将HIV病毒的<em>遗传</em>物质彻底水解后得到A、B、C三种化合物,乙学者将组成T2噬菌体的<em>遗传</em>物质彻底水解后得到了A、B、D三种化合物。你认为C、D两种化合

    https://www.u72.net/daima/ker7.html - 2024-08-14 17:56:58 - 代码库
  • 13:多目标遗传算法 ------ NSGA-II (部分源码解析)二元锦标赛选择 tourselect.c

                         tourselect.c  文件中共有两个函数:selection (population *old_pop, population *new_pop)individual* tournament (individual *ind1, individual

    https://www.u72.net/daima/156u.html - 2024-08-31 05:31:45 - 代码库
  • 14:Java(14)继承

    1.继承(extends)  1.1 继承:<em>遗传</em>  1.2 语法      public class 子类 extends 父类{ }     public

    https://www.u72.net/daima/nff89.html - 2024-10-06 17:45:02 - 代码库
  • 15:JS的prototype、apply、call

    1:原生链:prototype  儿子能够继承父亲的属性,也可以觉得<em>遗传</em>基因不好自己改属性,(但是不能改变老爸的属性)。

    https://www.u72.net/daima/nhncv.html - 2024-09-23 06:03:42 - 代码库
  • 16:模拟退火算法简介

    <em>遗传</em>算法 一. 爬山算法 ( Hill Climbing )         介绍模拟退火前,先介绍爬山算法。爬山算

    https://www.u72.net/daima/bh0w.html - 2024-08-15 18:23:33 - 代码库
  • 17:模拟退火算法

    <em>遗传</em>算法 一. 爬山算法 ( Hill Climbing )         介绍模拟退火前,先介绍爬山算法。爬山算

    https://www.u72.net/daima/frb2.html - 2024-07-09 23:06:57 - 代码库
  • 18:模拟退火算法

    <em>遗传</em>算法 一. 爬山算

    https://www.u72.net/daima/4a9.html - 2024-08-11 02:19:22 - 代码库
  • 19:基因编辑

    自 2012 年 CRISPR 技术诞生以来,这种比传统“基因剪刀”ZFN、TALEN 敲除效率更高的基因编辑工具逐渐成为<em>遗传</em>工程研究的焦点之一。

    https://www.u72.net/daima/nk70k.html - 2024-09-28 02:10:39 - 代码库
  • 20:Matlab微分进化算法及优化函数测试

    微分进化(Difference Evolution,DE)算法是一种优化算法,据称其比GA(<em>遗传</em>算法)等更为优秀。

    https://www.u72.net/daima/v3f3.html - 2024-07-15 09:47:51 - 代码库