代码搜索结果

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

license.dat

# Generated: Courtesy of NiTROUS # Generated: Thu Apr 13 23:49:33 2006 FEATURE mentorall_s mgcld 2010.0 01-jan-2010 uncounted \ 2D3456DD3DD9BC4FA3BA VENDOR_STRING=548F8387 \ HOSTID="4445535442

pwr_c.err

"pwr_c.c", line 167: Warning: C2870W: variable 'c' declared but not used "pwr_c.c", line 167: Warning: C2870W: variable 'b' declared but not used "pwr_c.c", line 167: Warning: C2870W: variable 'a' d

i2c.c

/* * Generic i2c interface for linux * * (c) 1998 Gerd Knorr * */ #include #include #include #include

pms.c

/* * Media Vision Pro Movie Studio * or * "all you need is an I2C bus some RAM and a prayer" * * This draws heavily on code * * (c) Wolfgang Koehler, wolf@first.gmd.de, Dec. 1994 * Kiefernr

motor.lis

.module motor.c .area text(rom, con, rel) 0000 .dbfile D:\桌面\avr程序设计\电机控制\motor.c 0000 .dbfunc e for_ward _for_

readme.txt

mon51 是keil <mark>c</mark>51 的仿真方案,缺点是用总线,用373锁存器扩展RAM(P0,P2),做单片机最小系统用来学习很不方便。 其实所有有IAP功能的单片机都可以做最简的51仿真器,其中SST的89<mark>C</mark>58系统是其中一个。 电脑端的仿真软件仍然用keil的mon51 当然串口电路不能少,为了减少麻烦,建议你用max232好了, 如果你喜欢用三极管搭串口电路,可以到我的主页讨论,我做 ...

daojishi.hex

:020000000120DD :020003002104D6 :02000B0021755D :1000200075814075200075210075220075230F75BC :100030002400758C05758A05758902D2AFD2A9C2D4 :100040008CD288D2A875340175350500003159313C :1000500062300

i2c.h

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究

stm32f10x_i2c.c

/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : stm32f10x_i2c.c * Author : MCD Application Team * Date First Issued : 09/29/2006

huffman_c.h

#ifndef _HUFFMAN_C_HEADER_001_ #define _HUFFMAN_C_HEADER_001_ #include "huffman_base.h" // 使用Canonical Huffman编码,同时对huffman_b的存储结构进行 // 改造,将二叉树存放在连续空间tree里,空间的每个结点类型都 // 和结点权值的数据类型相同,空间大小为2*num,tree