代码搜索:Dot
找到约 10,000 项符合「Dot」的源代码
代码结果 10,000
www.eeworm.com/read/270994/11013227
dot
#define dot_width 16
#define dot_height 16
#define dot_x_hot -1
#define dot_y_hot -1
static char dot_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x01
www.eeworm.com/read/435728/7786355
dot
www.eeworm.com/read/127819/5994444
dot
#define dot_width 16
#define dot_height 16
#define dot_x_hot -1
#define dot_y_hot -1
static char dot_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x01
www.eeworm.com/read/468610/1485020
dot
#define dot_width 16
#define dot_height 16
static char dot_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, 0xf0, 0x0f, 0xf0, 0x0f,
0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf0
www.eeworm.com/read/411228/2190629
dot
#define dot_width 16
#define dot_height 16
static unsigned char dot_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, 0xf0, 0x0f, 0xf0, 0x0f,
0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0
www.eeworm.com/read/411228/2190776
dot
#define dot_width 16
#define dot_height 16
static unsigned char dot_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, 0xf0, 0x0f, 0xf0, 0x0f,
0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0
www.eeworm.com/read/406309/2278720
dot
#define dot_width 16
#define dot_height 16
static char dot_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, 0xf0, 0x0f, 0xf0, 0x0f,
0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf0
www.eeworm.com/read/294820/8204729
dot
www.eeworm.com/read/316414/13523313
m dot_to_dot.m
function dot_to_dot(X)
% DOT_TO_DOT Connect the points from a 2-by-n matrix.
X(:,end+1) = X(:,1);
plot(X(1,:),X(2,:),'.-')
axis(10*[-1 1 -1 1])
axis square
www.eeworm.com/read/388945/8563497