1. Trang chủ
  2. » Công Nghệ Thông Tin

Hệ thống hỗ trợ học và giải bài tập (Đồ án tốt nghiệp)

62 170 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 62
Dung lượng 10,07 MB

Các công cụ chuyển đổi và chỉnh sửa cho tài liệu này

Nội dung

Hệ thống hỗ trợ học và giải bài tậpHệ thống hỗ trợ học và giải bài tậpHệ thống hỗ trợ học và giải bài tậpHệ thống hỗ trợ học và giải bài tậpHệ thống hỗ trợ học và giải bài tậpHệ thống hỗ trợ học và giải bài tậpHệ thống hỗ trợ học và giải bài tậpHệ thống hỗ trợ học và giải bài tậpHệ thống hỗ trợ học và giải bài tậpHệ thống hỗ trợ học và giải bài tậpHệ thống hỗ trợ học và giải bài tậpHệ thống hỗ trợ học và giải bài tậpHệ thống hỗ trợ học và giải bài tậpHệ thống hỗ trợ học và giải bài tậpHệ thống hỗ trợ học và giải bài tậpHệ thống hỗ trợ học và giải bài tập

Trang 2

1

2

DANH SÁCH CÁC HÌNH 4

5

7

7

7

b m c a n i dung d y h c 7

8

8

8

8

8

9

9

10

11

11

11

11

12

tra 12

13

14

Trang 3

16

17

18

19

19

20

20

20

21

Bài toán 21

22

22

24

28

30

31

40

40

3.3 46

52

54

61

62

Trang 4

DANH SÁCH CÁC HÌNH

22

23

24

25

26

27

28

29

30

31

31

31

32

32

33

nh 33

34

34

35

36

37

37

38

38

Trang 5

phân tích

Trang 6

H

Trang 9

mình

:

:

Trang 10

n

Trang 12

SCORM/AICC

Trang 14

toán trong khoa

ph

Trang 16

-Xét

Trang 17

Ta xét 2 bài toán sau :

Bài toán 1:

Bài toán 2:

Trang 18

Máy tínhTính liên thông

Cung

Trang 19

-giao thông, còn trong các bài

thông

Trang 20

ng

T

toán

Trang 21

Bài toán

áo viên vào thêm, xóa,

Trang 24

Giáo viên

Hình 3

Trang 25

Giáo viên

Hình 4

Trang 26

Sinh Viên

Hình 5

Trang 27

Hình 6

Trang 28

Hình 7:

Trang 29

Hình 8:

Trang 30

+ ()

-user name-password-

-

-Liên thông-

-+Thêm()+Xóa()+ ()

-ID

Hình 9

Trang 31

3.2 G

Hình 10

Hình 11

Trang 32

Hình 13: F

Hình 14:F

Trang 33

Hình 15

Trang 34

Hình 17

Trang 35

Hình 19

Trang 36

Hình 20

Trang 37

Hình 21

Trang 38

Hình 23

Trang 39

Hình 25

Hình 26

Trang 41

MenuBar menubar = new MenuBar();

Menu debai = new Men

MenuItem

toán");

JPanel showtext = new JPanel();

static JTextArea ta = new JTextArea(24, 90);

JScrollPane scrollPane = new JScrollPane(ta);

Connect2SQL s = new Connect2SQL();

static String text;

static String path = "E:\\doan\\hehotrohoc\\huongdan\\";

public Hehotrohoc() {

Trang 43

public static void main(String[] args) {

Hehotrohoc gui_main = new Hehotrohoc();

LoginForm lf = new LoginForm(gui_main);

Trang 44

Chonbaitap chonbaitap = new Chonbaitap();

Trang 47

JScrollPane jsp = new JScrollPane(bangDL);

JPanel button = new JPanel();

Trang 48

this.bangDL.getColumnModel().getColumn(1).setPreferredWidth(w1);this.bangDL.getColumnModel().getColumn(1).setMinWidth(w1);

this.bangDL.getColumnModel().getColumn(1).setMaxWidth(w1);

this.bangDL.getColumnModel().getColumn(2).setPreferredWidth(w2);this.bangDL.getColumnModel().getColumn(2).setMinWidth(w2);

this.bangDL.getColumnModel().getColumn(2).setMaxWidth(w2);

} catch (SQLException ex) {

Logger.getLogger(Chonbaitap.class.getName()).log(Level.SEVERE, null, ex);

}

}

@Override

public void mouseClicked(MouseEvent e) {

int index = bangDL.getSelectedRow();

Hehotrohoc.text = String.valueOf(bangDL.getValueAt(index, 1)).trim();

Trang 49

public void mousePressed(MouseEvent e) { }

Connect2SQL s = new Connect2SQL();

String sql = "Select * from phatbieubc where dangbai like'%" +

Trang 50

int len2 = rs2.getRow();

Random rd2 = new Random();

}

this.dispose();

}

Trang 52

public class Noidunghuongdan extends JFrame {

JTextArea jta = new JTextArea();

JScrollPane jsp = new JScrollPane(jta);

Trang 53

Scanner input = new Scanner(is, "UTF-8");

Trang 55

public class Chondemo extends JFrame implements MouseListener, ActionListener {static JTable bangDL = new JTable();

Container danhsachbaitap = getContentPane();

JScrollPane jsp = new JScrollPane(bangDL);

JPanel button = new JPanel();

JButton chon = new JButton("Xem");

JButton them = new JButton("Thêm");

Trang 56

}

void napDuLieu() {

Connect2SQL s = new Connect2SQL();

String sql = "Select * from danhsachthuattoan";

Connection connect = s.getConnect2SQL();

} catch (SQLException ex) {

Logger.getLogger(Chonbaitap.class.getName()).log(Level.SEVERE, null, ex);}

Trang 57

text = String.valueOf(bangDL.getValueAt(index, 1)).trim();

Trang 58

private JButton btnhuy;

private boolean succeeded;

Connect2SQL s = new Connect2SQL();

public Them(JFrame parent) {

JPanel panel = new JPanel(new GridBagLayout());

GridBagConstraints cs = new GridBagConstraints();

public void actionPerformed(ActionEvent e) {

String ten = tftencode.getText();

Connection connect = s.getConnect2SQL();

String sql = "select * from danhsachthuattoan";

try {

Trang 59

Chondemo.bangDL.getColumnModel().getColumn(1).setPreferredWidth(w1);

Chondemo.bangDL.getColumnModel().getColumn(1).setMinWidth(w1);

Trang 61

K

Ngày đăng: 10/03/2018, 18:13

TỪ KHÓA LIÊN QUAN

w