代码搜索结果

找到约 2,916 项符合 Energy 的代码

abplay.h

#include /* Audio state definitions */ #define IDLE 0 /* Nothing happenin' */ #define DRAIN 1 /* No new input, but device still playing */ #define PLAY 2 /* Active playing */

algorithm.cpp

/* RNA Secondary Structure Prediction, Using the Algorithm of Zuker C++ version by David Mathews, copyright 1996, 1997 Programmed for Isis Pharmaceuticals and the Turner Lab, Chemistry Depa

erg.txt

//calculate the energy of stacked base pairs int erg1(int i, int j, int ip, int jp, structure *ct, datatable *data) { int energy; if ((i==(ct->numofbases))||(j==((ct->numofbases)+1))) {

ising model.cpp

#include"iostream.h" #include"stdlib.h" #include"math.h" #include"stdio.h" #include"string.h" #include"Box.h" static long seed1=28; double rand1() { long m; m=65536; seed1=(2053*seed1

481.htm

RFID-Bulletin Board: Re: About the energy, Klaus Finkenzeller at 9/21/2001 12:05

main.c

#include #include #include #include #define _VAR_DEFINE #include //※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※ //函数定义、引用 //※※※※※※

romp.m

function [vOut] = romp(n, Phi, x) % [vOut] = romp(n, Phi, x) %%% PARAMETERS %%%%%%%%%%%%%%%%%%%%%%%%%%% % d = ambient dimension of the signal v % N = number of measurements % n = sparsity level o

trail.cc

// trail.cc /* --------------------------------------------------------------- The Artificial Ant Problem An example for how to use gpc++ - The Genetic Programming Kernel This program is free sof

hscanvas.java

import javax.microedition.lcdui.*; import javax.microedition.lcdui.game.*; import java.util.*; import java.io.*; import javax.microedition.media.*; import javax.microedition.media.control.*; p