代码搜索:807 有哪些应用?
找到约 10,000 项符合「807 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/473191/6857822
doc magic bitstrings有答案.doc
www.eeworm.com/read/473191/6858029
doc magic bitstrings有答案.doc
www.eeworm.com/read/113474/15455323
c full_fmt有.c
#include
void main ()
{
int int_value = 5;
printf("Left justifed with sign %-+3d\n",
int_value);
}
www.eeworm.com/read/113474/15455355
c flt_pt有.c
#include
void main ()
{
printf("Displaying 0.001234 yields %g\n", 0.1234);
printf("Displaying 0.00001234 yields %g\n", 0.00001234);
}
www.eeworm.com/read/113474/15455365
c exp_fmt 有.c
/*#include
void main ()
{
float value = 1.23456;
printf ("%12.1e\n", value);
printf ("%12.3e\n", value);
printf ("%12.5e\n", value);
}
*/
www.eeworm.com/read/166010/10041389
c dsp56f807_init.c
/* metrowerks sample code */
#include "DSP56F807_init.h"
extern _rom_to_ram;
extern _data_size;
extern _data_RAM_addr;
extern _data_ROM_addr;
extern _bss_size;
extern _
www.eeworm.com/read/166010/10041399
h dsp56f807_pll.h
/* metrowerks sample code */
// phase locked loop registers for M56803-7
// PRECS bit is reserved (0) for 803,805,807.
// 801 it can be 0=Relaxation Oscillator and 1 for external
www.eeworm.com/read/166010/10041405
h dsp56f807_init.h
/* metrowerks sample code */
#include "DSP56F807_pll.h"
#include "DSP56F807_peripheral_regs.h"
#define _32bit_compares 0x0100 // for OMR -- non-development mode
#define