代码搜索:Coding
找到约 9,366 项符合「Coding」的源代码
代码结果 9,366
www.eeworm.com/read/393718/2467639
am makefile.am
INCLUDES = -I../include -I../../mySTL
noinst_LTLIBRARIES = libtaocrypt.la
libtaocrypt_la_SOURCES = aes.cpp aestables.cpp algebra.cpp arc4.cpp \
asn.cpp bftables.cpp blowfish.cpp coding.cpp
www.eeworm.com/read/393716/2469138
am makefile.am
INCLUDES = -I../include -I../../mySTL
noinst_LTLIBRARIES = libtaocrypt.la
libtaocrypt_la_SOURCES = aes.cpp aestables.cpp algebra.cpp arc4.cpp \
asn.cpp bftables.cpp blowfish.cpp coding.cpp
www.eeworm.com/read/351636/3103306
c i77vers.c
char
_libi77_version_f2c[] = "\n@(#) LIBI77 VERSION (f2c) pjw,dmg-mods 20030321\n";
/*
2.01 $ format added
2.02 Coding bug in open.c repaired
2.03 fixed bugs in lread.c (read * with n
www.eeworm.com/read/186139/8957720
c homework.c
/*Coding by wang yue ru.
*/
#include
#include
#include
#include
int data_list[10000]; /*源数据数组*/
/*总处理数据个数--计算机个数--分组数据个数*/
int Ntotal,pcomputer,Numg
www.eeworm.com/read/458682/7291706
sh color-echo.sh
#!/bin/bash
# color-echo.sh: Echoing text messages in color.
# Modify this script for your own purposes.
# It's easier than hand-coding color.
black='\E[30;47m'
red='\E[31;47m'
green='\E[32;47m'
yel
www.eeworm.com/read/456921/7336977
c homework.c
/*Coding by wang yue ru.
*/
#include
#include
#include
#include
int data_list[10000]; /*源数据数组*/
/*总处理数据个数--计算机个数--分组数据个数*/
int Ntotal,pcomputer,Numg
www.eeworm.com/read/299182/7881083
py a1.py
# -*- coding: cp936 -*-
from math import acos,sqrt
#第一章----最简单的问题
#《c趣味编程》1-10题
#21:39 2006-11-4
def genfunc(n,k):
head = """
def permute(seq0):
result = [] """
boiler = """
for co
www.eeworm.com/read/320955/13415429
c i77vers.c
char
_libi77_version_f2c[] = "\n@(#) LIBI77 VERSION (f2c) pjw,dmg-mods 20030321\n";
/*
2.01 $ format added
2.02 Coding bug in open.c repaired
2.03 fixed bugs in lread.c (read * with negative f-forma
www.eeworm.com/read/302053/13843704
h vm_enc_defs.h
#ifndef _VM_ENC_DEFS_H_
#define _VM_ENC_DEFS_H_
#include "vm_common_defs.h"
#define I_VOP 0 /* vop coding modes */
#define P_VOP 1
#define B_VOP 2
#define SPRITE_VOP 3
#define VOP_