代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/272511/6335314
js encode.js
function getEditor()
{
var editor=document.getElementById ("editor");
var hf_editor=document.getElementById ("hf_editor");
if(hf_editor!=null)
www.eeworm.com/read/494289/6381486
cpp encode.cpp
/*
* Program to encode text using RSA public key.
*
* Note that an exponent of 3 must be used with extreme care!
*
* For example:-
* If the same message m is encrypted under 3 or m
www.eeworm.com/read/494289/6381810
c encode.c
/*
* Program to encode text using RSA public key.
*
* *** For Demonstration use only *****
*
* Copyright (c) 1988-1997 Shamus Software Ltd.
*/
#include
#include "miracl
www.eeworm.com/read/493461/6393891
vhd encode.vhd
--------------------------------------------------------------------------------
-- Company:
-- Engineer:
--
-- Create Date: 16:10:27 03/20/08
-- Design Name:
-- Module Name: encode - Behav
www.eeworm.com/read/493401/6402376
h encode.h
/*
Copyright (c) 1992-1993 The Regents of the University of California.
All rights reserved. See copyright.h for copyright notice and limitation
of liability and disclaimer of warranty provisions
www.eeworm.com/read/492319/6421455
m encode.m
function pop=encode(length,n)
%编码函数
pop=randint(n,2*length); %产生初始种群,2变量,故乘2
www.eeworm.com/read/491881/6428054
v encode.v
module encode(
input en,clk,ack,s_empty,
input [15:0] datain,
output reg [17:0] dataout,
output reg s_rdreq);
integer n;
reg parity=0;
//奇偶校验
always @ (posedge clk)
if(e
www.eeworm.com/read/491968/6429134
o encode.o
www.eeworm.com/read/491968/6429138
c encode.c
#include
#include
//
//编码转换
int code_convert(char *to_charset, char *from_charset,
char *inbuf, int inlen, char *outbuf, int outlen)
{
iconv_t cd;
int fla
www.eeworm.com/read/491968/6429145
h encode.h
#include
extern int code_convert(char *to_charset, char *from_charset,
char *inbuf, int inlen, char *outbuf, int outlen);
extern int u2g(char *inbuf, int inlen, char *outb