代码搜索:Blob

找到约 2,592 项符合「Blob」的源代码

代码结果 2,592
www.eeworm.com/read/389401/8524006

blob

www.eeworm.com/read/389224/8541553

blob

www.eeworm.com/read/127742/14338210

blob

www.eeworm.com/read/123718/14615604

blob

www.eeworm.com/read/123718/14615636

blob

www.eeworm.com/read/382755/9002172

html blob.html

A Handle To An Open BLOB body { margin: auto; fon
www.eeworm.com/read/184772/9077593

test blob.test

# 2001 September 15 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yo
www.eeworm.com/read/281575/9148058

h blob.h

#ifndef BLOB_H #define BLOB_H #include "object.h" extern const char *blob_type; struct blob { struct object object; }; struct blob *lookup_blob(unsigned char *sha1); #endif /* BLOB_H */
www.eeworm.com/read/281575/9148070

c blob.c

#include "blob.h" #include "cache.h" #include const char *blob_type = "blob"; struct blob *lookup_blob(unsigned char *sha1) { struct object *obj = lookup_object(sha1); if (!obj) { str
www.eeworm.com/read/281447/9155248

m blob.m

function [] = blob(x,y,area,color); hs = sqrt(area)/2; xcorners = [x-hs, x+hs, x+hs, x-hs]; ycorners = [y-hs, y-hs, y+hs, y+hs]; %fill(xcorners,ycorners,color,'LineWidth',0.001,'EdgeColor',0.65*[1