代码搜索:View
找到约 10,000 项符合「View」的源代码
代码结果 10,000
www.eeworm.com/read/485824/6547659
cpp view.cpp
#include
using namespace std;
#include
#include "View.h"
#include "CPaperMgr.h"
#include "MyTextMgr.h"
const int XPOS = 3;
const int YPOS = 14;
CView::CView(CPaperMg
www.eeworm.com/read/485824/6547674
h view.h
#ifndef _VIEW_H
#define _VIEW_H
#include "CPaperMgr.h"
class CView
{
public:
CView(CPaperMgr* pPaperMgr);
~CView();
int Run();
protected:
int LogIn(); // 处理登录界面
int DoPageHome(); /
www.eeworm.com/read/485824/6547677
obj view.obj
www.eeworm.com/read/485824/6547690
sbr view.sbr
www.eeworm.com/read/485505/6551702
gif view.gif
www.eeworm.com/read/482776/6611870
c view.c
www.eeworm.com/read/482262/6630628
in view2.in
10
20
1 1 87
1 3 68
1 4 38
1 5 48
1 1 6
3 3 37
3 8 70
7 9 31
1 2 47
3 3 28
1 5 88
3 3 98
5 5 83
1 1 15
1 6 60
1 1 66
6 8 56
3 3 60
7 10 100
3 3 30
5
www.eeworm.com/read/482262/6630633
bak view.bak
program view(input, output);
type integer = longint;
states = array [0..100, 0..100] of integer;
var m, n, i, j, k, x, y, v : integer;
st, c : ^states;
begin
new(st); fillchar(s