• Bài giảng Nhập môn lập trình - Chương 2: Câu lệnh điều kiện & Câu lệnh rẽ nhánh - Đặng Bình PhươngBài giảng Nhập môn lập trình - Chương 2: Câu lệnh điều kiện & Câu lệnh rẽ nhánh - Đặng Bình Phương

    #include void main() { int a, b, c, d, tam; printf(“Nhap a, b, c, d: ”); scanf(“%d%d%d%d”, &a, &b, &b, &d); if (a > b) { tam = a; a = b; b = tam; } printf(“Cac so theo thu tu tang dan: ”); printf(“%d %d %d %d”, a, b, c, d); Nên khai báo hằng số lưu giá tiền và km #define G1 15000 #define G2 13500 #define G3 1...

    ppt32 trang | Chia sẻ: thucuc2301 | Ngày: 24/11/2020 | Lượt xem: 997 | Lượt tải: 0

  • Project Scope Management SEII - Lecture 4Project Scope Management SEII - Lecture 4

    Develop a good project selection process and insist that sponsors are from the user organization Important roles in project teams Regular meetings with defined agendas Regular deliverables to users and sponsors Don’t promise too much Users and developers togather

    pptx24 trang | Chia sẻ: dntpro1256 | Ngày: 24/11/2020 | Lượt xem: 905 | Lượt tải: 0

  • Bài giảng Nhập môn lập trình - Chương 1: Các khái niệm cơ bản về lập trình - Đặng Bình PhươngBài giảng Nhập môn lập trình - Chương 1: Các khái niệm cơ bản về lập trình - Đặng Bình Phương

    Bắt đầu Nhập số xe N (gồm 4 chữ số) Số thứ 4: n4 = N % 10, N = N / 10 Số thứ 3: n3 = N % 10, N = N / 10 Số thứ 2: n2 = N % 10, N = N / 10 Số thứ 1: n1 = N Số nút S = (n1 + n2+ n3 + n4) % 10 Xuất Số nút S Kết thúc

    ppt32 trang | Chia sẻ: thucuc2301 | Ngày: 24/11/2020 | Lượt xem: 930 | Lượt tải: 0

  • Project Integration Management SEII - Lecture 3Project Integration Management SEII - Lecture 3

    Change control system Change control board Key stakeholders on the board Configuration management Proper communication Possible drawbacks Time demanding 48 hour policy

    pptx26 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 883 | Lượt tải: 0

  • Project Management and Information Technology Context SEII - Lecture 2Project Management and Information Technology Context SEII - Lecture 2

    Complex nature of IT projects/products Status review at each phase Phase exits / kill points Evaluate progress Potential success Compatibility with organizational goals Systems’ view Frequent reviews

    pptx21 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 878 | Lượt tải: 0

  • Software Engineering II - Lecture 1Software Engineering II - Lecture 1

    Software/ software engineering IT project failure / investment Project / program Project and portfolio management Project management framework Project success factors Successful organizations and managers Suggested skills for project managers

    pptx35 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 974 | Lượt tải: 0

  • CONNECTIONS: web applicationCONNECTIONS: web application

    User registration (already discussed) User login (already discussed) Send Message Inbox Out Box Sign-Out

    pptx31 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 853 | Lượt tải: 0

  • Deleting and Updating Records in MySQL using PHPDeleting and Updating Records in MySQL using PHP

    Get id of the record Connect to database Retrieve record from database against the id Start form Set retrieved values as value of the input fields

    pptx32 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 1017 | Lượt tải: 0

  • Retrieving data from MySQL using PHPRetrieving data from MySQL using PHP

    Form for user’s input Login action page: Connection with database Retrieve user’s input Select a record from user’s table with same email and password Count the number of row in result If one row is selected then fetch its values and store in session variable, otherwise send an error message on main page

    pptx28 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 1122 | Lượt tải: 0

  • File uploading in PHPFile uploading in PHP

    FILES super global variable File uploading in PHP Storing reference of uploaded file in database User registration in CONNECTIONS web application with file upload

    pptx29 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 921 | Lượt tải: 0