代码搜索:Modul
找到约 1,553 项符合「Modul」的源代码
代码结果 1,553
www.eeworm.com/read/209559/4974121
c super.c
/*
* linux/fs/hfsplus/super.c
*
* Copyright (C) 2001
* Brad Boyer (flar@allandria.com)
* (C) 2003 Ardis Technologies
*
*/
#include
#include
www.eeworm.com/read/209211/4982787
c crt.c
#include "os.h"
#include
#include
// chinese remainder theorem
//
// handbook of applied cryptography, menezes et al, 1997, pp 610 - 613
struct CRTpre
{
int n; // number of modul
www.eeworm.com/read/209211/4985613
c crt.c
#include "os.h"
#include
#include
// chinese remainder theorem
//
// handbook of applied cryptography, menezes et al, 1997, pp 610 - 613
struct CRTpre
{
int n; // number of modul
www.eeworm.com/read/337546/3331914
c init.c
/*
* linux/arch/i386/mm/init.c
*
* Copyright (C) 1995 Linus Torvalds
*
* Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999
*/
#include
#include
www.eeworm.com/read/324920/3490759
c init.c
/*
* linux/arch/i386/mm/init.c
*
* Copyright (C) 1995 Linus Torvalds
*
* Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999
*/
#include
#include
www.eeworm.com/read/318827/3561906
via remainder.via
// Remainder.lnl
application PE GUI;
import MessageBox ascii lib "USER32.DLL",4;
frame div.mod();
local dword x;
local dword y;
local dword quotient;
local dword modul
www.eeworm.com/read/305805/3768969
via remainder.via
// Remainder.lnl
application PE GUI;
import MessageBox ascii lib "USER32.DLL",4;
frame div.mod();
local dword x;
local dword y;
local dword quotient;
local dword modul
www.eeworm.com/read/443386/1743695
c init.c
/*
* linux/arch/i386/mm/init.c
*
* Copyright (C) 1995 Linus Torvalds
*
* Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999
*/
#include
#include
www.eeworm.com/read/438718/1822668
py test_support.py
# Python test set -- supporting definitions.
TestFailed = 'test_support -- test failed' # Exception
verbose = 1 # Flag set to 0 by regrtest.py
def unload(name):
import sys
try:
del sys.modul
www.eeworm.com/read/438718/1822942
py test_support.py
# Python test set -- supporting definitions.
TestFailed = 'test_support -- test failed' # Exception
verbose = 1 # Flag set to 0 by regrtest.py
def unload(name):
import sys
try:
del sys.modul