代码搜索:OSC
找到约 2,065 项符合「OSC」的源代码
代码结果 2,065
www.eeworm.com/read/450775/7147851
h osc.h
/************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 1997 - 1998 *
* *
* File name: osc.h *
* This is OSC
www.eeworm.com/read/458095/7313297
h osc.h
/************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 1997 - 1998 *
* *
* File name: osc.h *
* This is OSC
www.eeworm.com/read/440621/7685075
osc upx.osc
// The amazing UPX OEP finder v2
// This script will quickly put you at the OEP of an UPX-packed EXE.
// Just run it!
// Implemented using hardware breakpoints (just for fun).
eob Break
findop
www.eeworm.com/read/299239/7870688
mak osc.mak
all : osc.exe
getwav.obj : getwav.c
cl -c getwav.c
sendwav.obj : sendwav.c
cl -c sendwav.c
osc.obj : osc.c rtdspc.h
cl -c osc.c
osc.exe : osc.obj sendwav.obj getwav.obj
cl osc.obj
www.eeworm.com/read/299239/7870750
c osc.c
#include
#include
#include
#include "rtdspc.h"
float osc(float,float,int);
float rate,freq;
float amp = 30000;
void main()
{
long int i,lengt
www.eeworm.com/read/299239/7870765
exe osc.exe
www.eeworm.com/read/299239/7870862
bat osc.bat
asm30 vecs
cl30 -o -mmn -g -s send_c30.c
cl30 -o -mmn -g -s c30.c
cl30 -g -o -mmn -g -s osc.c
lnk30 osc.obj -o osc.out send.cmd
ldr_c30 osc.out
www.eeworm.com/read/299239/7870894
mak osc.mak
all : osc.out osc
vecs.obj : vecs.asm
asm30 vecs
send_c30.obj : send_c30.c c30.h send_c30.h
cl30 -o -mmn -g -s send_c30.c
c30.obj : c30.c c30.h
cl30 -o -mmn -g -s c30.c
osc.obj : osc
www.eeworm.com/read/299239/7870943
c osc.c
#include
#include
#include "rtdspc.h"
float osc(float,float,int);
float rate,freq;
float amp = 20000;
void main()
{
long int i,length = 200000;
i
www.eeworm.com/read/299239/7871221
c osc.c
#include
#include
#include "rtdspc.h"
float osc(float,float,int);
float rate,freq;
float amp = 16000.0;
int length = 300000;
void main()
{
int i;