代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/270401/4239044
properties conway.properties
app.title=Conway's Game Of Life
next.generation.label=Next Generation
start.label=Start
stop.label=Stop
clear.label=Clear
pattern.label=Pattern :
app.description=\
Conway's Game Of Life i
www.eeworm.com/read/425964/1999636
vec filter.vec
START 0;
STOP 54400;
RADIX DEC;
INTERVAL 10;
inputs g_clk ;
pattern
0 1;
inputs xin[12..1];
pattern
0> 0
340> 4052
680> 1555
1020> 122
1360> 281
1700> 207
2040> 2366
2380> 3488
2720> 1264
3
www.eeworm.com/read/413855/2158253
cc b8b10.cc
/*
* b8b10.{cc,hh} -- element maps each 8-bit pattern into a 10-bit pattern
* with as many 1 bits as 0 bits (for BIM-4xx-RS232 radios)
* Robert Morris
*
* Copyright (c) 1999-2000 Massachusetts In
www.eeworm.com/read/386113/2573516
vec filter.vec
START 0;
STOP 54400;
RADIX DEC;
INTERVAL 10;
inputs g_clk ;
pattern
0 1;
inputs xin[12..1];
pattern
0> 0
340> 4052
680> 1555
1020> 122
1360> 281
1700> 207
2040> 2366
2380> 3488
2720> 1264
3
www.eeworm.com/read/263974/4298420
js user_reg.js
//验证用户名是否存在
/*验证是否是中文,added by xu*/
function IsChinese(str)
{
var pattern=/^[\u4300-\u9fa5]+$/;
if(!pattern.test(str))
{return false;}
return true;
}
function ShowMess(o)
{
var c
www.eeworm.com/read/184769/9079882
c ft-text-vertical-layout.c
/*
* Copyright © 2006 Jinghua Luo
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
* fee, provided that th
www.eeworm.com/read/378183/9245396
dat funtc303.dat
函数名称: setfillstyle
函数原型: void far setfillstyle(int pattern, int color)
函数功能: 设置填充模式和填充颜色
函数返回:
函数说明: color 填充颜色 pattern 填充模式,共13种,具体如下:
EMPTY_FILL 背景色填充 S
www.eeworm.com/read/177349/9458430
m tx_interleaver.m
% Interleaver
function interleaved_bits = tx_interleaver(in_bits, SimulationParameters)
global SimulationConstants;
interleaver_depth = SimulationParameters.FFTPoints * get_bits_per_symbol(Si