代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/264190/6332849
eqn count.map.eqn
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/345862/6338088
h arch.h
/*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permi
www.eeworm.com/read/491223/6437606
readme
This package contains the Matlab source code of paper Q. Zhang, A. Zhou, Y. Jin. 'Modelling the Regularity in an Estimation of Distribution Algorithm for Continuous Multiobjective Optimisation with Va
www.eeworm.com/read/490438/6456425
eqn jianzhong.fit.eqn
--clk is clk at PIN_79
--operation mode is input
clk = INPUT();
--clr is clr at PIN_53
--operation mode is input
clr = INPUT();
--s0 is s0 at PIN_39
--operation mode is input
s0
www.eeworm.com/read/487902/6501783
txt ga.txt
%generic algorithm for function f(x1,x2) optimum
% function main(pc1,pm1)
clear all
close all
% parameters
size=30;
generation=500;
codel=12;
pc1=0.8;
pm1=0.01;
pc=pc1;
pm=pm1;
umax=2.048
www.eeworm.com/read/486654/6524866
cpp 1813.cpp
/* This Code is Submitted by wywcgs for Problem 1813 on 2006-01-15 at 15:13:02 */
#include
int main()
{
int i, a, b;
while(scanf("%d %d", &a, &b) == 2 && (a != 0 || b != 0)) {
www.eeworm.com/read/486579/6535853
m my_cgnr.m
function [x,iter,flg,res,operation]=my_CGNR(A,b,tol,maxit,M1,D,M2,ptype,x0)
% [x,iter,flg,res,operation]=my_CGNR(A,b,tol,M1,D,Mr2,ptype,x0)
% This code implements CG algorithm with preconditioners M
www.eeworm.com/read/481966/6634165
cpp 1813.cpp
/* This Code is Submitted by wywcgs for Problem 1813 on 2006-01-15 at 15:13:02 */
#include
int main()
{
int i, a, b;
while(scanf("%d %d", &a, &b) == 2 && (a != 0 || b != 0)) {
www.eeworm.com/read/481072/6657465
h shellfileop.h
// ShellFileOp.h: interface for the CShellFileOp class.
//
// Tim Johnson timj@progsoc.uts.edu.au
// Written : July 1998
//
// Copyright 1998
//
//////////////////////////////////////////////
www.eeworm.com/read/410511/11280248
sh caseexample.sh
#!/bin/sh
echo –n "Do you want to continue this operation? [n]"
read yesno
case $yesno in
y | Y | Yes | yes)
echo "system will continue this operation"
;;
n | N | no | NO)
echo "system will