代码搜索:computing
找到约 6,514 项符合「computing」的源代码
代码结果 6,514
www.eeworm.com/read/423036/10592824
cpp remul.cpp
#include
#include
int computing (int,int);
int main()
{
clrscr();
int x,y,z;
printf ("Enter an integer:");
scanf ("%d",&x);
printf ("Enter an integer:");
scanf ("%d",&y);
www.eeworm.com/read/159519/10644265
java ch6ex20.java
import java.util.*;
public class ch6ex20{
public static void main(String[] args) {
StringTokenizer str=new StringTokenizer("Computing subject has four branch that is CS CE IT IS");
while(s
www.eeworm.com/read/159519/10644336
java ch6ex21.java
import java.util.*;
public class ch6ex21{
public static void main(String[] args) {
StringTokenizer str=new StringTokenizer("Computing/subject/has/four/branch/that/is/CS/CE/IT/IS","/");
whi
www.eeworm.com/read/277287/10648145
man xrolodex.man
.TH XROLODEX l "10 January 1992"
.SH NAME
xrolodex \- X Window System Rolodex(R) Application
.SH SYNOPSIS
.B xrolodex [\-help]
[
.I
]
\-help
.SH DESCRIPTION
.LP
.I xrolodex
is a small, rolo
www.eeworm.com/read/351176/10676046
m user_alg7.m
function W = user_alg7( X );
% ICALAB user can replace this function by own algotrithm computing demixing matrix W
%
% This is only dummy function
%
% input:
% x - signals vector, each sign
www.eeworm.com/read/351176/10676066
m user_alg8.m
function W = user_alg8( X );
% ICALAB user can replace this function by own algotrithm computing demixing matrix W
%
% This is only dummy function
%
% input:
% x - signals vector, each sign
www.eeworm.com/read/351176/10676109
m user_alg9.m
function W = user_alg9( X );
% ICALAB user can replace this function by own algotrithm computing demixing matrix W
%
% This is only dummy function
%
% input:
% x - signals vector, each sign
www.eeworm.com/read/351176/10676490
m user_alg2.m
function W = user_alg2( x );
% ICALAB user can replace this function by own algotrithm computing demixing matrix W
%
% This is only dummy function
%
% input:
% x - signals vector, each sign
www.eeworm.com/read/351176/10676520
m user_alg10.m
function W = user_alg10( X );
% ICALAB user can replace this function by own algotrithm computing demixing matrix W
%
% This is only dummy function
%
% input:
% x - signals vector, each sig
www.eeworm.com/read/420332/10802754
java logicbit.java
//LogicBit.java
//This programe is about the Bit Logic Computing
public class LogicBit{
public static void main(String[] args){
int x = 3;
int y = 6;
System.out.print