代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/156908/11752951
c deciph.c
/*
* Program to decipher message using Blum-Goldwasser probabalistic
* Public key method
*
* Define RSA to use cubing instead of squaring. This is no longer
* provably as difficult t
www.eeworm.com/read/156908/11753436
cpp deciph.cpp
/*
* Program to decipher message using Blum-Goldwasser probabalistic
* Public key method
*
* Define RSA to use cubing instead of squaring. This is no longer
* provably as difficult t
www.eeworm.com/read/156505/11796054
cpp sieve2.cpp
/**
@version 1.21 2004-08-03
author Cay Horstmann
*/
/**
This program runs the Sieve of Erathostenes benchmark,
using a handwritten BitSet class instead of the library class.
www.eeworm.com/read/156505/11796057
java sieve2.java
/**
@version 1.0 2004-08-03
@author Cay Horstmann
*/
/**
This program runs the Sieve of Erathostenes benchmark,
using a handwritten BitSet class instead of the library class.
www.eeworm.com/read/124283/14580554
todo
* Reorganize siman interfaces to allow iterative use.
* Maybe the routines can be made to work with pointers instead of structs
so that only pointer manipulation is done by the siman algorithm and
www.eeworm.com/read/217557/14958608
m piha.m
function piha(sys)
% Polyhedral invariant hybrid automaton compiler
%
% This compiler uses a modified method to create a PIHA from the switched
% continuous system. Instead of dividing the ent
www.eeworm.com/read/210310/15201994
cpp sieve2.cpp
/**
@version 1.21 2004-08-03
author Cay Horstmann
*/
/**
This program runs the Sieve of Erathostenes benchmark,
using a handwritten BitSet class instead of the library class.
www.eeworm.com/read/210310/15201995
java sieve2.java
/**
@version 1.0 2004-08-03
@author Cay Horstmann
*/
/**
This program runs the Sieve of Erathostenes benchmark,
using a handwritten BitSet class instead of the library class.
www.eeworm.com/read/16062/643830
c mem.c
/**
* @file
* Dynamic memory manager
*
* This is a lightweight replacement for the standard C library malloc().
*
* If you want to use the standard C library malloc() instead, define
* MEM_LIBC