08 2023 档案

摘要:#include<iostream>#include<cstring>#include<algorithm>#include<ctime> #define maxn 110 using namespace std; int main() { int i,j,n,c[maxn][maxn]; cin> 阅读全文
posted @ 2023-08-31 10:57 江南王小帅 阅读(46) 评论(0) 推荐(0) 编辑
摘要:#include<iostream>#include<cstring>#include<algorithm>#include<ctime> using namespace std; const int MAXN=10010; int main() { char s[MAXN];int i=0,n=0 阅读全文
posted @ 2023-08-31 10:06 江南王小帅 阅读(7) 评论(0) 推荐(0) 编辑
摘要:#include<iostream>#include<cstring>#include<algorithm>#include<ctime> #define MAX 8using namespace std; int main() { int a[MAX]={1,5,9,6,3,1,4,6}; for 阅读全文
posted @ 2023-08-30 17:04 江南王小帅 阅读(65) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <iomanip>#include <ctime>#include <cstdlib> using namespace std; int main() { int n; cin >> n; do { cout << n % 10; n /= 1 阅读全文
posted @ 2023-08-29 18:21 江南王小帅 阅读(20) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <iomanip>#include <ctime>#include <cstdlib> using namespace std; int main() { int a, b, gcd; cin >> a >> b; gcd = a > b ? 阅读全文
posted @ 2023-08-29 17:38 江南王小帅 阅读(3) 评论(0) 推荐(0) 编辑
摘要:// ConsoleApplication15.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。// #include <iostream>#include <stdio.h>using namespace std; void to_binary(unsigned long 阅读全文
posted @ 2023-08-23 09:03 江南王小帅 阅读(139) 评论(0) 推荐(0) 编辑
摘要:// ConsoleApplication15.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。// #include <iostream>#include <stdio.h>using namespace std; long fact(int n);//使用循环方法long 阅读全文
posted @ 2023-08-22 13:56 江南王小帅 阅读(332) 评论(0) 推荐(0) 编辑
摘要:总述:编写.c文件和Makefile 文件->make->生成点.ko文件->insmode->lsmode->rmmode. 一、编写Hello.c 与 Makefile ubuntu@ubuntu-VirtualBox:/$ cd ~/Desktop/ubuntu@ubuntu-VirtualB 阅读全文
posted @ 2023-08-09 13:49 江南王小帅 阅读(72) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示