代码搜索:ruler

找到约 352 项符合「ruler」的源代码

代码结果 352
www.eeworm.com/read/385281/8810168

html ruler-ruler.html

Code Fragment // draw a tick with no label publ
www.eeworm.com/read/388617/8595522

cpp ruler.cpp

// ruler.cpp - use recursion to subdivide a ruler #include const int Len = 66; const int Divs = 6; void subdivide(char ar[], int low, int high, int level); int main() { char rule
www.eeworm.com/read/388617/8596562

cpp ruler.cpp

// ruler.cpp - use recursion to subdivide a ruler #include const int Len = 66; const int Divs = 6; void subdivide(char ar[], int low, int high, int level); int main() { char rule
www.eeworm.com/read/385598/8797004

gif ruler.gif

www.eeworm.com/read/285514/8834515

h ruler.h

class CMyApp : public CWinApp { public: virtual BOOL InitInstance (); }; class CMainWindow : public CFrameWnd { public: CMainWindow (); protected: afx_msg void OnPaint ();
www.eeworm.com/read/285514/8834518

plg ruler.plg

Build Log --------------------Configuration: Ruler - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ww\LOCA
www.eeworm.com/read/285514/8834520

opt ruler.opt

www.eeworm.com/read/285514/8834524

dsw ruler.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/285514/8834526

ncb ruler.ncb

www.eeworm.com/read/285514/8834529

cpp ruler.cpp

#include #include "Ruler.h" CMyApp myApp; ///////////////////////////////////////////////////////////////////////// // CMyApp member functions BOOL CMyApp::InitInstance () {