代码搜索:Resolution

找到约 5,618 项符合「Resolution」的源代码

代码结果 5,618
www.eeworm.com/read/405267/11467198

cpp millisec.cpp

// capture interrupts and change time resolution #include #include "millisec.h" void interrupt far my_timer (...); void interrupt far ctrl_brk (...); void interrupt far ctrl_c (...);
www.eeworm.com/read/402984/11525568

c arp.c

//* Address Resolution Protocol (ARP) functions. Sits between IP and //* Level 2, mapping IP to Level 2 addresses for all outgoing datagrams. #include "global.h" #include "mbuf.h" #include "timer.
www.eeworm.com/read/400130/11582419

m yuv2mov.m

%yuv2mov creates a Matlab-Movie from a YUV-File. % yuv2mov('Filename', width, height, format) reads the specified file % using width and height for resolution and format for YUV-subsampling. % %
www.eeworm.com/read/157516/11696874

m plot_sigma_rb.m

% plot_sigma_rb.m % standard deviations of range and bearing measurements % using finite sensor resolution model function fig = plot_sigma_rb() r = linspace(.1, 4, 40); b = linspace(.1, 4, 40);
www.eeworm.com/read/256101/12028744

cpp fig06_23.cpp

// Fig. 6.23: fig06_23.cpp // Using the unary scope resolution operator. #include using std::cout; using std::endl; int number = 7; // global variable named number int main() {
www.eeworm.com/read/230899/14269940

c arp.c

//* Address Resolution Protocol (ARP) functions. Sits between IP and //* Level 2, mapping IP to Level 2 addresses for all outgoing datagrams. #include "global.h" #include "mbuf.h" #include "timer.
www.eeworm.com/read/124628/14556379

c arp.c

//* Address Resolution Protocol (ARP) functions. Sits between IP and //* Level 2, mapping IP to Level 2 addresses for all outgoing datagrams. #include "global.h" #include "mbuf.h" #include "timer.
www.eeworm.com/read/120683/14792712

h sferrors.h

* Constants related to errors. * Error resolution return values. #define ccMSG_RETRY '重试' #define ccMSG_CONTINUE '继续' #define ccMSG_CLOSEFORM '关闭表单' #define ccMSG_QUIT '退出' #de
www.eeworm.com/read/120683/14792762

h sferrors.h

* Constants related to errors. * Error resolution return values. #define ccMSG_RETRY '重试' #define ccMSG_CONTINUE '继续' #define ccMSG_CLOSEFORM '关闭表单' #define ccMSG_QUIT '退出' #de
www.eeworm.com/read/119781/14822535

c arp.c

//* Address Resolution Protocol (ARP) functions. Sits between IP and //* Level 2, mapping IP to Level 2 addresses for all outgoing datagrams. #include "global.h" #include "mbuf.h" #include "timer.