代码搜索结果
找到约 3,686,282 项符合
C++ 的代码
stm32f10x_dma.c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name : stm32f10x_dma.c
* Author : MCD Application Team
* Version : V2.0.1
*
stm32f10x_exti.c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name : stm32f10x_exti.c
* Author : MCD Application Team
* Version : V2.0.1
*
stm32f10x_spi.c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name : stm32f10x_spi.c
* Author : MCD Application Team
* Version : V2.0.1
*
stm32f10x_flash.c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name : stm32f10x_flash.c
* Author : MCD Application Team
* Version : V2.0.1
numbercode.c
code unsigned char num0[]=
{
0x00,0x00,0x18,0x24,0x42,0x42,0x42,0x42,
0x42,0x42,0x42,0x24,0x18,0x00,0x00,0x00,/*"C:\Documents and Settings\Administrator\桌面\8×16点数字图片(0—9)\num0.bmp",0*/
};
cod
led.c
#include
#include
#include
#include"define.h"
#include"disdata.c"
#include"numbercode.c"
#include"word.c"
#include"1302.h"
#include"autoisp.c"
#include"discontrol.
led.c
#include
#include
#include"disdata.c"
//#include"numbercode.c"
#define WRled XBYTE[0xfff0]
sbit UpData= P1^3;
sbit DisSwitch = P1^4;
sbit RowA=P1^5;
sbit RowB=P1^6
disdata.c
code unsigned char dis[]={
//C:\Documents and Settings\Administrator\桌面\ttt.bmp(0)
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0xFC,0xFF,
cdle-j20_main.c
/*----------------------------------------
CDLE-J20_Main.c
24个继电器控制电路
用I/O口24线加三极管驱动24个继电器
简单版本V1.0
更加好的单片机版本和PC控制软件和DLL动态库
请访问磁动力工作室http://www.cdle.net
Copyright 2003 http://www.cdle.net
example 5-9.c
// Example 5 - 9. Real-Valued FIR Filter C Listing Using Intrinsic Functions for the TMS320C64x DSP
void rv_fir_C64x(double * x, double * h, int * r, int nh, int nr)
{
int i, j;
double su