代码搜索结果
找到约 10,000 项符合
D 的代码
a_d(d_a)converters.c
/* adc.c - successive approximation A/D converter */
#include
double dac();
int u();
void adc(x, b, B, R)
double x, R;
int *b, B;
{
int i;
double y, xQ, Q;
a_d(d_a)converters.c
/* adc.c - successive approximation A/D converter */
#include
double dac();
int u();
void adc(x, b, B, R)
double x, R;
int *b, B;
{
int i;
double y, xQ, Q;
d12_test1.o.d
D12_Test1.o: ../D12_Test1.c c:/winavr/bin/../avr/include/avr/io.h \
c:/winavr/bin/../avr/include/avr/sfr_defs.h \
c:/winavr/bin/../avr/include/inttypes.h \
c:/winavr/bin/../avr/include/stdint
d3d9cartoon.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D9Cartoon", "D3D9Cartoon.vcproj", "{CBBADED6-DB64-46BB-A633-E343662FAFF9}"
EndProjec
d3d9cartoon.h
//-----------------------------------------------------------------------------
// File: D3D9Cartoon.h
//
// Desc: Header file D3D9Cartoon sample app
//--------------------------------------------
d3d9cartoon.cpp
//-----------------------------------------------------------------------------
// File: D3D9Cartoon.cpp
//
// Desc: DirectX window application created by the DirectX AppWizard
//-----------------