代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/250756/12386146
c ssharcf.c
/*
* Arcfour (RC4) implementation for PuTTY.
*
* Coded from Schneier.
*/
#include
#include "ssh.h"
typedef struct {
unsigned char i, j, s[256];
} ArcfourContext;
sta
www.eeworm.com/read/250756/12386152
c sshblowf.c
/*
* Blowfish implementation for PuTTY.
*
* Coded from scratch from the algorithm description.
*/
#include
#include
#include "ssh.h"
typedef struct {
word32 S
www.eeworm.com/read/227599/14420210
c sers.c
/* Sers v0.1
* Coded by Shen139
*
* Arguments:
* $ ./sers
*
* Compile with:
* $ gcc sers.c -o sers `mysql_config --cflags --libs` -lpthread -ldl
www.eeworm.com/read/119269/14835695
c sshblowf.c
/*
* Blowfish implementation for PuTTY.
*
* Coded from scratch from the algorithm description.
*/
#include
#include
#include "ssh.h"
typedef struct {
word32 S
www.eeworm.com/read/18981/806647
vhd bcd.vhd
-- BCD.VHD
-- Binary Coded Decimal Counter (0-9) with RCO
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use ieee.std_logic_unsigned.all;
--------------------BCD------------------------------
www.eeworm.com/read/18992/806960
vhd bcd.vhd
-- BCD.VHD
-- Binary Coded Decimal Counter (0-9) with RCO
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use ieee.std_logic_unsigned.all;
--------------------BCD------------------------------
www.eeworm.com/read/21656/838613
vhd bcd.vhd
-- BCD.VHD
-- Binary Coded Decimal Counter (0-9) with RCO
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use ieee.std_logic_unsigned.all;
--------------------BCD------------------------------
www.eeworm.com/read/21656/838618
vhd bcd.vhd
-- BCD.VHD
-- Binary Coded Decimal Counter (0-9) with RCO
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use ieee.std_logic_unsigned.all;
--------------------BCD------------------------------
www.eeworm.com/read/38966/1119250
vhd bcd.vhd
-- BCD.VHD
-- Binary Coded Decimal Counter (0-9) with RCO
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use ieee.std_logic_unsigned.all;
--------------------BCD------------------------------
www.eeworm.com/read/38966/1119255
vhd bcd.vhd
-- BCD.VHD
-- Binary Coded Decimal Counter (0-9) with RCO
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use ieee.std_logic_unsigned.all;
--------------------BCD------------------------------