代码搜索:2x2
找到约 188 项符合「2x2」的源代码
代码结果 188
www.eeworm.com/read/468610/1485015
2x2
#define 2x2_width 16
#define 2x2_height 16
static char 2x2_bits[] = {
0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff,
0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff, 0x33
www.eeworm.com/read/411228/2190622
2x2
#define 2x2_width 16
#define 2x2_height 16
static unsigned char 2x2_bits[] = {
0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff,
0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0
www.eeworm.com/read/411228/2190769
2x2
#define 2x2_width 16
#define 2x2_height 16
static unsigned char 2x2_bits[] = {
0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff,
0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0
www.eeworm.com/read/406309/2278715
2x2
#define 2x2_width 16
#define 2x2_height 16
static char 2x2_bits[] = {
0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff,
0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff, 0x33
www.eeworm.com/read/396039/2425674
2x2
#define 2x2_width 4
#define 2x2_height 4
static char 2x2_bits[] = {
0x0f, 0x0f, 0x03, 0x03};
www.eeworm.com/read/453318/7422498
pdf 2x2像素擴展影像.pdf
www.eeworm.com/read/103816/15719403
nfg csg1.nfg
NFG 1 R "2x2 constant sum game with a continuum of equilibria" { "1" "2" }
{ { "1" "2" "3" }
{ "1" "2" "3" }
}
0 0 -1 1 0 0 1 -1 0 0 1 -1 0 0 -1 1 0 0
www.eeworm.com/read/272513/10954792
cc partition.cc
#include "mtl/matrix.h"
#include "mtl/linalg_vec.h"
#include "mtl/utils.h"
#include
/*
Sample output:
Partitioning Vectors
[0,1,2,3,4,5,6,7,8,9,]
split in half
[0,1,2,3,4,]
[5,6,7,8,9,]
www.eeworm.com/read/122349/14698924
cc partition.cc
#include "mtl/matrix.h"
#include "mtl/linalg_vec.h"
#include "mtl/utils.h"
#include
/*
Sample output:
Partitioning Vectors
[0,1,2,3,4,5,6,7,8,9,]
split in half
[0,1,2,3,4,]
[5,6,7,8,9,]
www.eeworm.com/read/219695/14869326
cc partition.cc
#include "mtl/matrix.h"
#include "mtl/linalg_vec.h"
#include "mtl/utils.h"
#include
/*
Sample output:
Partitioning Vectors
[0,1,2,3,4,5,6,7,8,9,]
split in half
[0,1,2,3,4,]
[5,6,7,8,9,]