代码搜索:B
找到约 10,000 项符合「B」的源代码
代码结果 10,000
www.eeworm.com/read/163510/10156319
h 44b.h
#ifndef __44B0X_H__
#define __44B0X_H__
#ifdef __cplusplus
extern "C" {
#endif
/* System */
#define rSYSCFG (*(volatile unsigned *)0x1c00000)
/* Ca
www.eeworm.com/read/163446/10159966
gif b022.gif
www.eeworm.com/read/163278/10167124
cpp huffman_b.cpp
#include "huffman_b.h"
void huffman_b::generate_codes(int num, const unsigned long* weights)
{
if (num
www.eeworm.com/read/163278/10167159
h huffman_b.h
#ifndef _HUFFMAN_B_HEADER_001_
#define _HUFFMAN_B_HEADER_001_
#include "huffman_base.h"
// 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)
// 中给出的算法,将二叉树存放在连续空间里(静态链表),
// 空间的每个结点内仍有左子树、右子树、双亲等指针
class huffman_b :
pu
www.eeworm.com/read/359011/10171131
ico b1.ico
www.eeworm.com/read/358906/10175627
gif b1.gif
www.eeworm.com/read/358906/10175789
gif bg_b.gif
www.eeworm.com/read/358788/10179436
scf mem_b.scf
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
www.eeworm.com/read/358784/10179567
asm b32.asm
TITLE (.asm)
; This program
; Last update:
Include Irvine32.inc
.data
.code
main PROC
exit
main ENDP
END main
www.eeworm.com/read/358784/10179568
asm b16.asm
TITLE (.asm)
; This program
; Last update:
Include Irvine16.inc
.data
.code
main PROC
mov ax,@data
mov ds,ax
exit
main ENDP
END main