代码搜索:stands

找到约 238 项符合「stands」的源代码

代码结果 238
www.eeworm.com/read/435736/7786151

frm add_stands.frm

VERSION 5.00 Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX" Begin VB.Form Add_stands BorderStyle = 0 'None Caption = "Add Stand to database" Cl
www.eeworm.com/read/253138/12243799

frm add_stands.frm

VERSION 5.00 Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX" Begin VB.Form Add_stands BorderStyle = 0 'None Caption = "Add Stand to database" Cl
www.eeworm.com/read/415537/11064143

idx op_cache.idx

STANDS~1.HTM
www.eeworm.com/read/106975/15615669

faq~

Frequent Asked Questions related to OSV ======================================= 1. What does OSV stands for ? Well, OS stands of Operating System and V stands for the fact that this
www.eeworm.com/read/106975/15615672

faq

Frequent Asked Questions related to OSV ======================================= 1. What does OSV stands for ? Well, OS stands of Operating System and V stands for the fact that this
www.eeworm.com/read/241935/13107902

java loanrepay.java

import java.util.Scanner; public class LoanRepay { public static void main(String[] args) { Scanner keyboard = new Scanner (System.in); float A,R,r,b,B; int Y,M,i;
www.eeworm.com/read/269576/11090923

asm alexeiboot.asm

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; ;; "BootProg" Loader v 1.2 by A
www.eeworm.com/read/106974/15615725

asm boot12.asm

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; ;; "BootProg" Loader v 1.2 by A
www.eeworm.com/read/163252/10168415

m mutation.m

function [y]=mutation(x,pmutation,lchrom) % variable 'x' stands for a simple chromosome y=x; for m=1:lchrom if flip(pmutation) y(m)=xor(x(m),1); % else % y(m)=x(m);
www.eeworm.com/read/163252/10168420

m b2d.m

function [y]=b2d(x) % variable 'x' stands for the decimal value of popular [popsize,lchrom]=size(x); y=zeros(popsize,1); p=1; for n=1:lchrom for m=1:popsize if x(m,n)==1