代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/191923/5161081
cpp mt19937ar.cpp
/*
A C-program for MT19937, with initialization improved 2002/1/26.
Coded by Takuji Nishimura and Makoto Matsumoto.
Before using, initialize the state by using init_genrand(seed)
or init_
www.eeworm.com/read/306178/3754693
c sun.c
// sun.c
// originally coded by xiang
inherit NPC;
inherit F_BANKER;
void create()
{
set_name("孙剥皮", ({"sun baopi", "sun", "baopi"}));
set("title", "钱庄老板");
set("nick
www.eeworm.com/read/306178/3763073
c qian.c
// qian.c
// originally coded by xiang
inherit NPC;
inherit F_BANKER;
void create()
{
set_name("钱开眼", ({"qian kaiyan", "qian", "kaiyan"}));
set("title", "钱庄老板");
set("nickname
www.eeworm.com/read/306178/3763711
c qian.c
// qian.c
// originally coded by xiang
inherit NPC;
inherit F_BANKER;
void create()
{
set_name("钱开眼", ({"qian kaiyan", "qian", "kaiyan"}));
set("title", "钱庄老板");
set("nickname
www.eeworm.com/read/306178/3763909
c qian.c
// qian.c
// originally coded by xiang
inherit NPC;
inherit F_BANKER;
void create()
{
set_name("钱开眼", ({"qian kaiyan", "qian", "kaiyan"}));
set("title", "钱庄老板");
set("nickname
www.eeworm.com/read/292476/3953075
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/282468/4101456
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/271875/4221844
pl bulkwalk.pl
use SNMP;
# Hard-coded hostname and community. This is icky, but I didn't want to
# muddle the example with parsing command line arguments. Deal with it. -r
#
my $hostname='localhost';
my $port='1
www.eeworm.com/read/170836/9785764
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/248904/12535378
pas imginfo.pas
(*
* ImgInfo.pas - ezDICOM: Image Information
* Project: ezDICOM
* Purpose: Display's DICOM information
* Rev:
* 01-Jul-97, wk: first implementation coded
* 30-Oct-99, cr: updated fo