代码搜索:Two
找到约 10,000 项符合「Two」的源代码
代码结果 10,000
www.eeworm.com/read/189219/8484218
c spipe.c
#include "ourhdr.h"
int
s_pipe(int fd[2]) /* two file descriptors returned in fd[0] & fd[1] */
{
return( pipe(fd) );
}
www.eeworm.com/read/389692/8507755
m addrule.m
function out=addrule(fis,rule);
% Purpose
% Add a rule to an FIS.
%
% Synopsis
% a = addrule(a,ruleList)
%
% Description
% addrule has two arguments. The first argument is the FIS
www.eeworm.com/read/389171/8545403
m adjswapmutation.m
function [child] = adjswapmutation(par,bounds,genInfo,Ops)
% Adjswap mutation performs a swap of two adjacent
% genes in a permutation
%
% function [newSol] = adjswapmutation(parent,bounds,Ops)
% pare
www.eeworm.com/read/389171/8545426
m swapmutation.m
function [child] = swapmutate(par,bounds,genInfo,Ops)
% Swap mutation exchanges the positions of two randomly
% chosen genes in a permutation
%
% function [newSol] = adjswapmutation(parent,bounds,Ops)
www.eeworm.com/read/289518/8546716
cpp main.cpp
/*
* This program is used to registrate two images
*/
#include "main.h"
void main()
// int argc;
// char **argv;
{
char* inputfilename,*referfilename,*targetfilename; /* filename */
FILE *infPt
www.eeworm.com/read/432627/8586360
txt @psc_readme_65959_1.txt
Title: Fingerprints
Description: A pathetic attempt of mapping and comparing fingerprints. It extracts the pixels within a certain range and it maps them. Eventually, it compares two mapped fingerpri
www.eeworm.com/read/388617/8595637
cpp condit.cpp
// condit.cpp -- using the conditional operator
#include
int main()
{
using namespace std;
int a, b;
cout > a >> b;
cout
www.eeworm.com/read/388617/8596650
cpp condit.cpp
// condit.cpp -- using the conditional operator
#include
int main()
{
using namespace std;
int a, b;
cout > a >> b;
cout
www.eeworm.com/read/431958/8644221
c msp430x20x3_usi_04.c
//******************************************************************************
// MSP430F20x2/3 Demo - USI SPI Interface with HC165/164 Shift Registers
//
// Description: Demonstrate USI in two