代码搜索:HOC
找到约 444 项符合「HOC」的源代码
代码结果 444
www.eeworm.com/read/183688/7068708
ad hoc
www.eeworm.com/read/32897/1036269
ad hoc-
www.eeworm.com/read/209211/4983004
hoc alpha.hoc
func f(x) {
return x-x%1
}
func pixel(dr, dg, db, da, sr, sg, sb, sa, m) {
M = 255-f((sa*m)/255)
print f((sr*m+dr*M)/255), " ", f((sg*m+dg*M)/255), " ", f((sb*m+db*M)/255), " ", f((sa*m+da*M)/255
www.eeworm.com/read/209211/4983621
y hoc.y
%{
#include "hoc.h"
#define code2(c1,c2) code(c1); code(c2)
#define code3(c1,c2,c3) code(c1); code(c2); code(c3)
%}
%union {
Symbol *sym; /* symbol table pointer */
Inst *inst; /* machine instructio
www.eeworm.com/read/209211/4983624
h hoc.h
typedef void (*Inst)(void);
#define STOP (Inst) 0
typedef struct Symbol Symbol;
typedef union Datum Datum;
typedef struct Formal Formal;
typedef struct Saveval Saveval;
typedef struct Fndefn Fndefn;
www.eeworm.com/read/209211/4986662
hoc alpha.hoc
func f(x) {
return x-x%1
}
func pixel(dr, dg, db, da, sr, sg, sb, sa, m) {
M = 255-f((sa*m)/255)
print f((sr*m+dr*M)/255), " ", f((sg*m+dg*M)/255), " ", f((sb*m+db*M)/255), " ", f((sa*m+da*M)/255
www.eeworm.com/read/295367/3910899
sh hoc.sh
# To unbundle, sh this file
echo README 1>&2
sed 's/.//' >README
www.eeworm.com/read/289670/8535982
pdf ad hoc.pdf
www.eeworm.com/read/362011/10023719
tcl ad_hoc.tcl
#====================================================================
# Define options
# ======================================================================
set opt(chan) Channel/WirelessChannel
www.eeworm.com/read/275852/10790649