代码搜索:C
找到约 10,000 项符合「C」的源代码
代码结果 10,000
www.eeworm.com/read/306831/13737342
nm test_all.nm
0005000c t gcc2_compiled.
0005000c t __gnu_compiled_c
0005000c t .text
05040000 d .data
05046688 b .bss
00000000 ? .stab
U .stabstr
00050068 t gcc2_compiled.
00050068 t __gnu_compiled
www.eeworm.com/read/306208/13749244
vhd ascii_rom.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_unsigned.all;
library work;
use work.my_package.all;
entity CHAR_FONT is
Port (
SCAN_A
www.eeworm.com/read/306047/13753642
txt 说明.txt
这个是以前写的一个智能加热浴盆产品程序,
芯片为pic16c57
picc8.05编译
里面测温采用三个普通io口实现,乘法除法运算
采用汇编(节省ROM),
希望对现在做这方面的朋友有帮助,这个程序决对可用
相信没有原理图也能看懂
www.eeworm.com/read/305568/13766258
m plus.m
function p=plus(a,b)
%PLUS 重载定义多项式的加法。
a=polynom(a); b=polynom(b);
k=length(b.c)-length(a.c);
p=polynom([zeros(1,k) a.c]+[zeros(1,-k) b.c]);
www.eeworm.com/read/305568/13766259
m minus.m
function p=minus(a,b)
%MINUS 重载定义多项式的减法。
a=polynom(a); b=polynom(b);
k=length(b.c)-length(a.c);
p=polynom([zeros(1,k) a.c]-[zeros(1,-k) b.c]);
www.eeworm.com/read/304307/13796713
c iic.c
/********************************************************************************\
\*IIC.C V1.00
* Copyright 2003 by SEED Electronic Technology Ltd.
* All rights reserved. Property of SEED Electron
www.eeworm.com/read/304306/13796738
c iic.c
/********************************************************************************\
\*IIC.C V1.00
* Copyright 2003 by SEED Electronic Technology Ltd.
* All rights reserved. Property of SEED Electron
www.eeworm.com/read/303286/13818872
rpt i2c.tan.rpt
Classic Timing Analyzer report for i2c
Fri Apr 04 20:19:45 2008
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------