代码搜索:patterns
找到约 8,017 项符合「patterns」的源代码
代码结果 8,017
www.eeworm.com/read/123974/14603022
h packagebase.h
#ifndef INCLUDED_PACKAGEBASE
#define INCLUDED_PACKAGEBASE
#if defined(HAS_PRAGMA_ONCE)
#pragma PRAGMA_ONCE_DECLARE
#endif
#include "patterns/stream/stream.h"
namespace acl
{
// example p
www.eeworm.com/read/216488/15005702
m genintpol.m
function Y=GenIntPol(X,x0,y0,dx,dy,alpha,type,M,N);
% GenIntPol General Interpolation of Images/Patterns, generate textures
% Nearest Neighbor or linear interpolation
% Interpolation s
www.eeworm.com/read/38039/1094808
mnu filter_type.mnu
FILTER#TYPE
# remove the # sign and enter foreign help string in this line
By#Rule
Remove multiple items from the repeat region that match certain patterns.
#
By#Item
Remove selected items from the r
www.eeworm.com/read/486327/1251821
as applicationfacade.as
package cn.riahome.guestbook.puremvc
{
import cn.riahome.guestbook.puremvc.controller.StartupCommand;
import org.puremvc.as3.interfaces.IFacade;
import org.puremvc.as3.patterns.facade.Facade
www.eeworm.com/read/486326/1251832
as applicationfacade.as
package cn.riahome.guestbook.puremvc
{
import cn.riahome.guestbook.puremvc.controller.StartupCommand;
import org.puremvc.as3.interfaces.IFacade;
import org.puremvc.as3.patterns.facade.Facade
www.eeworm.com/read/482538/1287912
testie xform-ip-01.testie
%script
click-xform -p PAT IPR > IPRX
%file PAT
// ip.clickpat
// Patterns for the Click pattern optimizer (click-xform) that change
// common sequences of IP-related elements into single combinati
www.eeworm.com/read/470720/1450281
c 20020508-1.c
/* This tests the rotate patterns that some machines support. */
#include
#ifndef CHAR_BIT
#define CHAR_BIT 8
#endif
#define ROR(a,b) (((a) >> (b)) | ((a)