代码搜索:Direct
找到约 10,000 项符合「Direct」的源代码
代码结果 10,000
www.eeworm.com/read/203170/15364514
c direct_form_realization_2.c
/* dir2.c - IIR filtering in direct form */
double dot();
void delay();
double dir2(M, a, L, b, w, v, x) /* usage: y = dir2(M, a, L, b, w, v, x); */
double *a, *b, *w, *v, x;
int M, L;
{
www.eeworm.com/read/111979/15497191
htm direct_sql_with_odbc.shtml.htm
Database - Classes for direct SQL calls with ODBC
www.eeworm.com/read/101084/15852977
c direct-pixel-drawing-sdl.c
/* Example of direct pixel access with SDL. */
#include
#include
#include
Uint16 CreateHicolorPixel(SDL_PixelFormat * fmt, Uint8 red, Uint8 green,
Uint8 blue)
{
www.eeworm.com/read/457222/7331620
asm exp2b_2.asm
* * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* exp2b_2: Direct Addressing Mode
*
* * * * * * * * * * * * * * * * * * * * * * * * * * *
.def _exp2b_2
.ref _Xi