• Vấn đề quản lí chất lượng trong công nghệ phần mềmVấn đề quản lí chất lượng trong công nghệ phần mềm

    - Viết đặc tả PM - Thiết kế các chức năng phù hợp với yêu cầu - Viết kế hoạch dự án + KHĐBCL - Viết PM demo - Báo cáo viết (*.doc) cho tất cả các phần trên - Báo cáo nói (PPT) và Demo chương trình

    pdf32 trang | Chia sẻ: nguyenlam99 | Ngày: 04/01/2019 | Lượt xem: 1512 | Lượt tải: 0

  • Đồ án Web site thông tin nhà trọĐồ án Web site thông tin nhà trọ

    Đồ án: điểm theo nhóm : 8-10 SV – Không có đăng kí nhóm: 0 điểm đồ án – Không tham gia đồ án: 0 điểm đồ án – Không nộp báo cáo viết/viết không đúng yêu cầu: không chấm điểm thực hành • Thi : – Vắng quá 20% giờ LT: cấm thi – Thi trắc nghiệm: mang theo viết chì 2B – Ghi/tô sai SBD: -1 điểm bài thi – Không ghi/tô Mã đề: 0 điểm thi

    pdf17 trang | Chia sẻ: nguyenlam99 | Ngày: 04/01/2019 | Lượt xem: 1534 | Lượt tải: 0

  • Lập trình mạng - Các ứng dụng mạngLập trình mạng - Các ứng dụng mạng

    Tìm hiểu Firewall Tìm hiểu Proxy Server Tìm hiểu các phần mềm nguồn mở viết bằng java liên quan đến Firewall và Proxy Server trên mạng, cụ thể website sourceforge.net Viết báo cáo về chương trình (Lấy điểm, miễn thi)

    ppt26 trang | Chia sẻ: nguyenlam99 | Ngày: 04/01/2019 | Lượt xem: 1539 | Lượt tải: 0

  • Bài tập môn học C++Bài tập môn học C++

    Mô tả: Viết chương trình sắp xếp các dòng ở đầu vào, loại bỏ các dòng giống nhau và đánh số các dòng, sau đó in ra màn hình. Với ví dụ đầu vào là: hey Jude! don’t make it bad take a sad song and make it beter take a sad song and make it beter take a sad song and make it beter thì sẽ in ra là: 1 and make it beter 2 don’t make it bad 3 hey Jude!...

    docx18 trang | Chia sẻ: nguyenlam99 | Ngày: 04/01/2019 | Lượt xem: 1846 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 27: The C programming languageKĩ thuật lập trình - Chapter 27: The C programming language

    In (some) colloquial C style (not written by BS) It’s so long and complicated! How do I know it’s correct? My first reaction – BS See, you don’t need any fancy and complicated language features!!! not my comment – BS IMHO not a very good problem for using C Not an atypical application, but not low-level systems programming It’s also C++ exce...

    ppt44 trang | Chia sẻ: nguyenlam99 | Ngày: 04/01/2019 | Lượt xem: 1359 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 26: TestingKĩ thuật lập trình - Chapter 26: Testing

    What’s wrong with this? for (int i=0; i

    ppt27 trang | Chia sẻ: nguyenlam99 | Ngày: 04/01/2019 | Lượt xem: 1285 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 25: Embedded systems programmingKĩ thuật lập trình - Chapter 25: Embedded systems programming

    Failing how? In general, we cannot know In practice, we can assume that some kinds of errors are more common than others But sometimes a memory bit just decides to change (cosmic ray, silicon fatigue, ) Why? Power surges/failure The connector vibrated out of its socket Falling debris Falling computer X-rays Transient errors are the wor...

    ppt36 trang | Chia sẻ: nguyenlam99 | Ngày: 04/01/2019 | Lượt xem: 1375 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 2: NumericsKĩ thuật lập trình - Chapter 2: Numerics

    They are important to low-level tool builders If you think you need them, you are probably too close to hardware, but there are a few other uses. For example, void f(const vector& vc) { // pedestrian (and has a bug): int smallest1 = v[0]; for (int i = 1; i < vc.size(); ++i) if (v[i] < smallest1) smallest1 = v[i]; // better: in...

    ppt41 trang | Chia sẻ: nguyenlam99 | Ngày: 04/01/2019 | Lượt xem: 1295 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 23: Text processingKĩ thuật lập trình - Chapter 23: Text processing

    Header line Regular expression: ^[\w ]+( [\w ]+)*$ As string literal: "^[\\w ]+( [\\w ]+)*$" Other lines Regular expression: ^([\w ]+)( \d+)( \d+)( \d+)$ As string literal: "^([\\w ]+)( \\d+)( \\d+)( \\d+)$" Aren’t those invisible tab characters annoying? Define a tab character class Aren’t those invisible space characters annoying? Us...

    ppt27 trang | Chia sẻ: nguyenlam99 | Ngày: 04/01/2019 | Lượt xem: 1307 | Lượt tải: 0

  • Kĩ thuật lập trình - Software ideals and historyKĩ thuật lập trình - Software ideals and history

    “To make life easier for the serious programmer” i.e., primarily me and my friends/colleagues I love writing code I like reading code I hate debugging Elegant and efficient code I really dislike choosing between the two Elegance, efficiency, and correctness are closely related in many application domains Inelegance/verbosity is a major sour...

    ppt40 trang | Chia sẻ: nguyenlam99 | Ngày: 04/01/2019 | Lượt xem: 1413 | Lượt tải: 0