代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/181762/9238581
c parse.c
#include
#include
#include
#include
#include
#include "main.h"
#include "struct.h"
#define MAXLINE 4096
typedef enum {
ENCODE_UNSET, /*
www.eeworm.com/read/176059/9520413
_c wstlcd._c
#include
#include
#include "Encode.h"
#include "RTC.h"
#include "ZIMO.H"
#include "LCD.H"
#define uchar unsigned char
#define uint unsigned int
void main(void)
{uchar
www.eeworm.com/read/366685/9804823
_c wstlcd._c
#include
#include
#include "Encode.h"
#include "RTC.h"
#include "ZIMO.H"
#include "LCD.H"
#define uchar unsigned char
#define uint unsigned int
void main(void)
{uchar
www.eeworm.com/read/357026/10217036
h base64.h
#ifndef BASE64_H_INCLUDED
#define BASE64_H_INCLUDED
#include
std::string base64_encode(unsigned char const* , unsigned int len);
std::string base64_decode(std::string const& s);
/*
example
www.eeworm.com/read/419603/10856008
_c wstlcd._c
#include
#include
#include "Encode.h"
#include "RTC.h"
#include "ZIMO.H"
#include "LCD.H"
#define uchar unsigned char
#define uint unsigned int
void main(void)
{uchar
www.eeworm.com/read/200856/7150575
v miller_decode_tb.v
`timescale 10ns/1ns
module top_tb;
reg DIN,CLK,RESET;
wire DOUT,DATA_EN,BIT_EN;
miller_decode U1(
//inputs
.DIN(DIN), // input miller encode serial
.CLK(C
www.eeworm.com/read/299239/7870939
c g722c3.c
#include
#include
int encode(int,int);
void decode(int);
inline int filtez(int *bpl,int *dlt);
inline void upzero(int dlt,int *dlti,int *bli);
inline int filtep(int rlt1,in
www.eeworm.com/read/198407/7936434
_c wstlcd._c
#include
#include
#include "Encode.h"
#include "RTC.h"
#include "ZIMO.H"
#include "LCD.H"
#define uchar unsigned char
#define uint unsigned int
void main(void)
{uchar
www.eeworm.com/read/398136/8004010
v miller_decode_tb.v
`timescale 10ns/1ns
module top_tb;
reg DIN,CLK,RESET;
wire DOUT,DATA_EN,BIT_EN;
miller_decode U1(
//inputs
.DIN(DIN), // input miller encode serial
.CLK(C