//Họ Tên: Trần Văn Linh
//MaSV:581597
//Lớp:K58QLTT
--------------------------------------------------------------------------------------------------------------------------
hangdoi.cpp
#include<iostream>
using namespace std;
//Khai bao lop
class hangdoi
{
private:
struct node
{
int info;
node *link;
}*F,*R;
public:
hangdoi();
~hangdoi();
void cqinsert(int &x);
int cqdelete();
};
//===Chuong trinh chinh===
int...
Friday, May 13, 2016
Thursday, May 12, 2016
Sơ đồ thuật toán khởi tạo bảng vận tải bằng phương pháp góc tây bắc
Ai:Cung thứ i
Bj: Cầu thứ j
Xi,j:Giá trị của ô vận tải
m,n: Kích thước bảng vận tải.
--------------------------------------------------------------------------------------------------------------------------
...
Code tính diện tích, chu vi hình chữ nhật trong android bằng C#
1 File Main.axml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout
android:orientation="vertical"
android:minWidth="25px"
android:minHeight="25px"
android:layout_width="match_parent"
...