0

e nội dung tích hợp gdbvmt trong môn đạo đức ở lớp 5 bao gồm

Lập trình đồ họa với VB

Lập trình đồ họa với VB

Kỹ thuật lập trình

... a rectangle with round corner Line (X1 + Delta, Y1)-(X2 - Delta, Y1) Line -Step(Delta, Delta) Line -(X2, Y2 - Delta) Line -Step(-Delta, Delta) Line -(X1 + Delta, Y2) Line -Step(-Delta, -Delta) ... nút-trái-của-Mouse-Down, đặt tên flgMouseDown Khi nhận Event MouseDown ta set flgMouseDown thành True, nhận Event MouseUp ta reset flgMouseDown thành False Mỗi lần nhận Event MouseMove flgMouseDown True ta ... Private Sub CmdPrintFontSizes_Click() Dim i As Integer ' Print numbers to 10, one after the other on the same line For i = To 10 ' Define Font size Me.Font.Size = Me.Font.Size + i ' Define Color...
  • 24
  • 728
  • 3
LẬP TRÌNH ĐỒ HỌA VỚI AWT

LẬP TRÌNH ĐỒ HỌA VỚI AWT

Công nghệ thông tin

... java.util.EventObject java.awt.AWTEvent java.awt.event ActionEvent AdjustmentEvent FocusEvent ComponentEvent InputEvent ItemEvent ContainerEvent TextEvent KeyEvent WindowEvent MouseEvent 17 X lý cács ki n ... ActionListener Các lo i Listener AdjustmentListener E v e n t L i s t e n e r ContainerListener FocusListener ItemListener KeyListener MouseListener MouseMotionListener TextListener WindowListener 19 ... nAWT TextComponent Là p cha t ph a TextField TextArea ng th c a TextComponent getCaretPosition() getSelectedText() getSelectionStart() getSelectionEnd() getText(), setText() select(int, int) setCaretPosition(int)...
  • 136
  • 626
  • 0
Tài liệu Chương 4: Ðồ họa với MATLAB pdf

Tài liệu Chương 4: Ðồ họa với MATLAB pdf

Thiết kế - Đồ họa - Flash

... get(gca,'colororder') ans = 0 1.0000 0 .50 00 1.0000 0 0. 750 0 0. 750 0 0. 750 0 0. 750 0 0. 750 0 0. 750 0 0. 250 0 0. 250 0 0. 250 0 Theo thứ tự thì: 0 : màu xanh da trời (‘b’) 0 .5 : màu xanh (‘g’) 0 : màu đỏ (‘r’) 0. 75 0. 75 ... 0.1 353 0. 058 2 0.01 35 0.3679 0. 158 1 0.0366 0.1 353 0. 058 2 0.01 35 0.0067 0.0029 0.0007 ve mat voi lenh mesh ve mat voi lenh meshc 0.4 0.2 0.2 0 z 0.4 z >> subplot(1,2,1) >> mesh(X,Y,Z) >> xlabel('x') ... xlabel('x') >> ylabel('y') >> zlabel('z') >> title('ve mat voi lenh mesh') >> subplot(1,2,2) >> meshc(X,Y,Z) >> xlabel('x') >> ylabel('y') >> zlabel('z') >>title('ve mat voi lenh meshc') 0.0071 -0.2...
  • 16
  • 594
  • 0
Chương 4: Đồ họa với Matlab potx

Chương 4: Đồ họa với Matlab potx

Điện - Điện tử

... 0. 750 0 0. 750 0 0. 750 0 0. 750 0 0. 750 0 0. 750 0 0. 250 0 0. 250 0 0. 250 0 Theo thứ tự thì: 0 : màu xanh da trời (‘b’) 0 .5 : màu xanh (‘g’) 0 : màu đỏ (‘r’) 0. 75 0. 75 : màu xanh da trời nhạt (‘c’) 0. 75 0. 75 ... 1 .50 00 4.0000 1.0000 1 .50 00 4.0000 1.0000 1 .50 00 4.0000 1.0000 1 .50 00 4.0000 1.0000 1 .50 00 4.0000 Y= -2 -2 -2 -2 -2 -2 -0 .50 00 -0 .50 00 -0 .50 00 -0 .50 00 -0 .50 00 -2 0 0 0 .50 00 0 .50 00 0 .50 00 0 .50 00 ... >>set(gca,'Zscale','linear') >>title('Ve 3D voi truc z tuyen tinh') >>xlabel('x') >>ylabel('y') >>zlabel('z') >> grid on >>subplot(1,2,2) >>plot3(x,y,z) >>set(gca,'Zscale','log') >>title('Ve 3D...
  • 16
  • 337
  • 0
LẬP TRÌNH WINDOWS 5 - Lập trình đồ họa với thư viện GDI doc

LẬP TRÌNH WINDOWS 5 - Lập trình đồ họa với thư viện GDI doc

Kỹ thuật lập trình

... CPoint (55 0,300); CPen pen, *ptrPenOld; int nMode; pen.CreatePen(PS_SOLID,3,RGB( 255 ,0, 255 )); ptrPenOld = dc.SelectObject(&pen); nMode = dc.SetROP2(R2_COPYPEN); dc.PolyBezier(pts,4); dc.SetROP2(nMode);//Set lai ... brush.CreateHatchBrush(HS_DIAGCROSS,RGB( 255 , 255 ,0)); ptrBrushOld = dc.SelectObject(&brush); nMode = dc.SetROP2(R2_COPYPEN); dc.Pie(CRect(100 ,50 ,50 0,300),CPoint(10 ,50 ),CPoint(200 ,50 )); dc.SetROP2(nMode);//Set lai mode dc.SelectObject(ptrPenOld); ... CTNBDrawingView::OnPie() { CClientDC dc(this); CPen pen, *ptrPenOld; int nMode; pen.CreatePen(PS_SOLID,3,RGB( 255 ,0, 255 )); ptrPenOld = dc.SelectObject(&pen); CBrush brush; CBrush *ptrBrushOld; brush.CreateHatchBrush(HS_DIAGCROSS,RGB( 255 , 255 ,0));...
  • 55
  • 649
  • 4
[C/C++] Đồ họa với OpenGL potx

[C/C++] Đồ họa với OpenGL potx

Cao đẳng - Đại học

... (!done) { // is there a msg waiting? if (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) { if (msg.message == WM_QUIT) done = TRUE; else { TranslateMessage(&msg); DispatchMessage(&msg); } } else { Render(); ... glLoadIdentity(); gluPerspective(60, aspect, 0.1, 1000); // chọn rendering mode glMatrixMode(GL_MODELVIEW); glLoadIdentity(); glDrawBuffer(GL_BACK); glEnable(GL_DEPTH_TEST); glEnable(GL_BLEND); glBlendFunc(GL_SRC_ALPHA, ... m_OpenGLRC = wglCreateContext(m_StaticDC); wglMakeCurrent(m_StaticDC, m_OpenGLRC); Muốn OpenGL vẽ lên device context nào, wglMakeCurrent đến device context Rendering context delete thoát chương...
  • 6
  • 474
  • 1
Lập trình đồ họa với AWT - Phần 1 pdf

Lập trình đồ họa với AWT - Phần 1 pdf

Thiết kế - Đồ họa - Flash

... Graphics Rectangle MenuComponent MenuBar XXXLayout MenuItem CheckboxGroup Menu Component Checkbox MenuItem ThưviệnAWT Component AWTException AWTError Button Canvas Checkbox Applet Panel Frame Choice ... chứa (Container)  Thành phần (Component)  Trình quản lý trình bày (Layout Manager)  Đồ họa (Graphics), phông chữ (Font), kiện (Event) ThưviệnAWT Object Color Image Toolkit Event Insets Font Polygon ... Canvas Checkbox Applet Panel Frame Choice Window Container Dialog ScrollPane Label FileDialog List Scrollbar TextComponent TextArea TextField ...
  • 5
  • 417
  • 0
Lập trình đồ họa với AWT - Phần 2 doc

Lập trình đồ họa với AWT - Phần 2 doc

Thiết kế - Đồ họa - Flash

... UseLessFrame extends Frame { public UseLessFrame(){ super("Useless Frame"); setSize(300,200); setVisible(true); } public static void main(String[] args) { UseLessFrame frame = new UseLessFrame(); } ... Frame  Thừa kế từ Window nên Container  Frame vừa Component vừa Container  Tạo Frame  Frame()  Frame(String title)  Ví dụ CácthànhphầnAWT  Frame import java.awt.*; public class UseLessFrame ... Một số phương thức Component  getSize(): trả kích thước Component (Dimenstion)  getWidth(): trả chiều rộng Component (int)  getX(), getY(): trả tọa độ  isEnable(): boolean  paint(Graphics):...
  • 6
  • 237
  • 1

Xem thêm