代码搜索结果

找到约 10,000 项符合 C 的代码

windows-1255.unicodemap

000a 000a 0a 000c 000d 0c 0020 007e 20 00a0 00a3 a0 00a5 00a9 a5 00ab 00b9 ab 00bb 00bf bb 00d7 aa 00f7 ba 010c 43 010d 63 0131 69 0141 4c 0142 6c 0152 4f45 0153 6f65 0160 53 0161 73 0178 59 017d 5a 0

main.c

#include "MCU.H" #include "stdio.h" #include "8051.H" #include "RAM.H" #include "IIC.H" #include "MyDef.H" #include "F63REG.H" #include "UserAdj.H" #include "ModeHandle.H" #include "Scaler.H"

main.lst

C51 COMPILER V7.50 MAIN 03/18/2008 22:04:55 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN .\

pku2208.cpp

#include #include using namespace std; void Solve(double a, double b, double c, double d, double e, double f) { double ans; ans = sqrt((8*c*e*f -(a-e-c)*(d-f-e)*(b-c-f)-

spce061v004.h

//======================================================================================== // Progarm: The file be included by modules // Arranged by: Lanin Lin // Date: 2002/11/20: first version

cygnal_i2c_example_program.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Cygnal I2C Example), 0x0000 // Tools: 'MCS-51' Group (C Source Files) Group (Header Files) File 1,1,

spce061.h

//======================================================================================== // Progarm: The file be included by modules // Arranged by: Lanin Lin // Date: 2002/11/20: first version

modes_8cpp-source.html

Crypto++: modes.cpp Source File

24cxxxseg.asm

;本程序使用24C08存储七段码的实时状态 i2c_clk bit p3.3 ;时钟信号 i2c_data bit p3.4 ;数据信号 org 0000h ajmp main org 0030h main: CLR P2.0 ;选中个位 mov dptr,#tab ;表头 mov r0,#30h