代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/139648/5797495
readme
Java Communications API - Samples
1) BlackBox: A Serial Port BlackBox application.
2) ParallelBlackBox: A Parallel Port BlackBox application
3) SerialDemo: A simpler SerialPort sample applicatio
www.eeworm.com/read/126547/6016017
cpp starfighter.cpp
/*
Project: Starfighter
Copyright Parallel Realities 2003
All Rights Reserved
Version: 1.0
Disclaimer
----------
Whilst every effort has been made to ensure that this code is free
from bug
www.eeworm.com/read/125133/6032780
text notes.text
what's a good app to demo? ideally, it's:
- easy to implement
- something some significant number of hackers will want to use
- embarrassingly parallel
so:
- trivial factoring example
- cryptanal
www.eeworm.com/read/125133/6032954
text notes.text
what's a good app to demo? ideally, it's:
- easy to implement
- something some significant number of hackers will want to use
- embarrassingly parallel
so:
- trivial factoring example
- cryptanal
www.eeworm.com/read/493456/6393564
m parfiltr.m
function y = parfiltr(C,B,A,x);
% PARALLEL form realization of IIR filters
% ----------------------------------------
% [y] = parfiltr(C,B,A,x);
% y = output sequence
% C = polynomial (FIR) pa
www.eeworm.com/read/478412/6717177
m raydevparplate.m
function d = RayDevParPlate(n, np, eye, t)
% RayDevParPlate - Calculates lateral deviation of a ray passing through a plane parallel plate.
%
% Usage : d = RayDevParPlate(MediumRefractiveIndex, Pla
www.eeworm.com/read/258845/11838329
chronicle agrep.chronicle
This chronicle briefly describes the progress of agrep.
Feb/91: The approximate pattern matching algorithm called 'bitap'
(bit-parallel approximate pattern matching) is designed.
The algorith
www.eeworm.com/read/257228/11941922
tgffopt kextended.tgffopt
#---------------------------------------------
# Series-parallel graph generation example
#---------------------------------------------
# Basic definitions
seed 1
period_mul 1
tg_cnt 3
task_cnt 22 1
www.eeworm.com/read/342845/11996074
m parfiltr.m
function y = parfiltr(C,B,A,x);
% PARALLEL form realization of IIR filters
% ----------------------------------------
% [y] = parfiltr(C,B,A,x);
% y = output sequence
% C = polynomial (FIR) pa