代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/370361/9604867
h cappicture.h
#define SELCAPDRVDLG 100
#define SELCAPDRVDLG_LSTBOX 101
#define SELCAPDRVDLG_BUTTON 103
#define EXIT 104
#define HELP
www.eeworm.com/read/238102/13907379
h system.h
#ifndef _MAIN_H_
#define _MAIN_H_
#ifdef _MAIN_C_
#define EXT_MAIN
#else
#define EXT_MAIN extern
#endif
#define ConstantCurrent1 180 //180mA
#define ConstantCurrent2 150 //150uA
#def
www.eeworm.com/read/135719/13908886
h pan_celp_const.h
/*
This software module was originally developed by
Naoya Tanaka (Matsushita Communication Industrial Co., Ltd.)
and edited by
in the course of development of the
MPEG-2 NBC/MPEG-4 Audio standard ISO
www.eeworm.com/read/135430/13933591
c pwm.c
#include //PIC单片机头文件
/*
* 函数介绍:PWM输出
* 输入参数:无符号整数
* 输出参数:
* 返回值 :
*/
void pwm(unsigned int mid)
{
CCPR1L = mid >> 2;//送高8位(BIT9~BIT2)
CCP1X = (mid >> 1) & 1;//送BIT1
CCP1Y= mid & 1
www.eeworm.com/read/135430/13933661
lst pwm.lst
1: #include //PIC单片机头文件
2: /*
3: * 函数介绍:PWM输出
4: * 输入参数:无符号整数
5: * 输出参数:
6: * 返回值 :
7: */
8: void pwm(unsigned int mid)
9: {
1
www.eeworm.com/read/442245/7656465
h lcd381.h
#ifndef LCD_381_H
#define LCD_381_H
#define DISP_BUFF_SIZE 20
#define _LC_75823_ 1
//every content display position
#define DISP_VOL_TEN 7 //VOL数据显示的位置
#define DISP_VOL_ONE 8
#define D
www.eeworm.com/read/324404/13264463
asv generate_coded_data.asv
function [source_frame_bit,coded_bit,coded_data] = generate_coded_data( );
constraint_length = [4];
source_frame_bit =[];
coded_bit =[];
coded_data =[];
codegenerator = [15,17,13,15];
CRC_C
www.eeworm.com/read/451487/7462909
m vertibi.m
% Initialize trellis tables for Viterbi decoding
rx_init_viterbi;
% counters for information bits
num_inf_bits = 0;
num_inf_bit_errors = 0;
num_inf_packet_errors = 0;
inf_ber = 0;
inf_per = 0;
www.eeworm.com/read/493704/6389125
m temp.m
%==========================================================================
%
% File: algorithm_jaeyoon.m
% REVISION: 2.0
%
% REVISION DATE: 2008/05/29
%
% AUTHOR: Jaeyoon Lee
%
% Copyrig
www.eeworm.com/read/286215/8782811
c main.c
#include "hardware.h"
main()
{
int a,b;
AssemblyBitTest();
SP_Init_IOA(0xffff,0xffff,0x0000);
SP_Init_IOB(0x000f,0x0000,0x0000);
Set_IOA_Bit(0,1,1,1,1);
Set_IOA_Bit(1,1,1,1,1);
Set_IOA_Bit(