代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/427960/8909175
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/179705/9343379
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/359751/10125855
maintenance
-*- text -*-
This is a list of random notes for GRUB maintainers. If you are not a
maintainer, you need to ask maintainers to do these instead of doing
these yourself.
How to update the online manua
www.eeworm.com/read/424281/10471731
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/351829/10605009
test one.test
This is a minimal test script that runs a few quilt commands
and verifies their output. Much needs to be done; particularly
it sould be possible to run the tests using the built instead
of the install
www.eeworm.com/read/422780/10610545
pas cmpntaboutbox.pas
// 21/06/2001 Use 'sysutils' version info instead of calling GetVersionInfoEx
unit cmpNTAboutBox;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons,
www.eeworm.com/read/349903/10785476
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/349903/10785860
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/407834/6919762
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