代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/303358/13817246
pas advapihook.pas
{
Advanced API Hook Libary v 1.1
Coded By Ms-Rem ( Ms-Rem@yandex.ru ) ICQ 286370715
}
unit advApiHook;
{$IMAGEBASE $13140000}
interface
uses
Windows, NativeAPI, LDasm;
functio
www.eeworm.com/read/121089/6069599
asm sdmasm.asm
;*
;* COW : Character Oriented Windows
;*
;* sdmasm.asm : SDM specific hand coded stuff
title sdmasm - low level utilities for COW SDM
.xlist
include user.inc
.list
sBegin SDM
a
www.eeworm.com/read/113536/6127837
asm sdmasm.asm
;*
;* COW : Character Oriented Windows
;*
;* sdmasm.asm : SDM specific hand coded stuff
title sdmasm - low level utilities for COW SDM
.xlist
include user.inc
.list
sBegin SDM
a
www.eeworm.com/read/105298/6199759
h packet_types.h
// IP packet structures...
// -----------------------
// Note: All of this is hard coded little endian!
typedef long n_long;
typedef short n_short;
typedef long n_time;
struct ip
{
www.eeworm.com/read/103192/6220575
asm sdmasm.asm
;*
;* COW : Character Oriented Windows
;*
;* sdmasm.asm : SDM specific hand coded stuff
title sdmasm - low level utilities for COW SDM
.xlist
include user.inc
.list
sBegin SDM
a
www.eeworm.com/read/101015/6262019
asm sdmasm.asm
;*
;* COW : Character Oriented Windows
;*
;* sdmasm.asm : SDM specific hand coded stuff
title sdmasm - low level utilities for COW SDM
.xlist
include user.inc
.list
sBegin SDM
a
www.eeworm.com/read/165203/6279064
c mt19937ar-cok.c
/*
A C-program for MT19937, with initialization improved 2002/2/10.
Coded by Takuji Nishimura and Makoto Matsumoto.
This is a faster version by taking Shawn Cokus's optimization,
Matthe B
www.eeworm.com/read/165203/6279068
c mt19937ar.c
/*
A C-program for MT19937, with initialization improved 2002/1/26.
Coded by Takuji Nishimura and Makoto Matsumoto.
Before using, initialize the state by using init_genrand(seed)
or in
www.eeworm.com/read/341142/6286313
m ofdm_signal.m
% Faculty of Engineering, University of Fukui. 2003/11/11
% coded by Sokthai Chan (sokthai@msn.com)
% OFDM signal and its spectrum ( Guard Interval insertion )
clear all;
Fd=1; % s
www.eeworm.com/read/492812/6409957
c fft256c.c
//FFT256c.c FFT implementation calling a C-coded FFT function
#include
#define PTS 256 //# of points for FFT
#define PI 3.14159265358979
typedef struct