//輸入任意數的乘法口訣表
#define _crt_secure_no_warnings
#include
#include
#include
#include
int multiplication(int n)
printf("\n");}}
int main()
//用指標交換兩個整形變數
#define _crt_secure_no_warnings
#include
#include
#include
#include
void swap(int x, int* y)
int main()
//判斷某年是不是潤年
#define _crt_secure_no_warnings
#include
#include
#include
#include
int isleapyear(int year)
else if (year % 400 == 0)
else
}int main()
else if (ret == 0)
system(「pause」);
return 0;
}//陣列的初始化,置零,以及逆置
#define _crt_secure_no_warnings
#include
#include
#include
#include
void init(int a, int sz)
}void empty(int a, int sz)
}void reverse(int a, int sz)
printf(」%d 「, a[i]);}}
int main()
//判斷乙個是不是素數
//如果是返回1,如果不是返回0
#define _crt_secure_no_warnings
#include
#include
#include
#include
int isprime(int n)
for (i = 2; i < n / 2; ++i)
else }}
int main()
else
system(「pause」);
return 0;
}
開課第八天
開課第八天,今天因為遲到問題被老師訓了,呵呵,說實話是真的感覺前一周有點懶散鬆懈,今天被訓之後又感覺到了緊迫感,嗯,堅持就是勝利,加油。上午講題,下午講新知識,以下就是本寶寶吸收的新養料 方法 可以被稱作函式,也可以被稱作功能。1 main 是我們學習的第乙個簡單的方法,public static ...
彙編第八天
彙編形式目標 main proc push ebp mov ebp,esp 建立堆疊框架 push offset msg 匯入引數位址 call printf 呼叫函式 xor eax,eax 返回0 pop epb 扯掉框架 ret 0 返回主程式 main endp 結束 1.條件語句 cmp ...
前端第八天
迴圈繫結的變數汙染 在進行事件迴圈變數繫結時,由於函式體內部 並未執行,在繫結結束後,呼叫函式時,賦予的部分變數失去意義,解決方案 給頁面元素新增乙個任意屬性 事件與已有的函式進行繫結 只需要將函式位址繫結給事件,事件繫結完成將會有系統在特定情況下自動觸發 物件 字典 的增刪改查 物件元素格式為字串...