会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhj910
博客园
首页
新随笔
联系
订阅
管理
2025年11月24日
实验3
摘要: 实验1 task.cpp 1 #include "window.hpp" 2 #include <iostream> 3 4 void test() { 5 Window w("Demo"); 6 w.add_button("add"); 7 w.add_button("remove"); 8 w.
阅读全文
posted @ 2025-11-24 17:16 zhj910
阅读(11)
评论(1)
推荐(0)
2025年10月26日
实验二
摘要: task.cpp 1 #include"T.h" 2 #include<iostream> 3 void test_T(); 4 int main() { 5 std::cout << "test Class T:\n"; 6 test_T(); 7 std::cout << "\ntest fri
阅读全文
posted @ 2025-10-26 18:45 zhj910
阅读(8)
评论(1)
推荐(0)
2025年10月13日
地址
摘要: https://www.cnblogs.com/zhj910
阅读全文
posted @ 2025-10-13 21:54 zhj910
阅读(7)
评论(0)
推荐(0)
实验1
摘要: #include<iostream> #include<string> #include<vector> #include<algorithm> template<typename T> void output(const T& c); void test1(); void test2(); voi
阅读全文
posted @ 2025-10-13 21:52 zhj910
阅读(13)
评论(1)
推荐(0)
2024年12月29日
实验7
摘要: 1 #include<stdio.h> 2 int main() { 3 FILE* fp; 4 fp = fopen("data4.txt", "r"); 5 char ch; 6 int a = 1, b = 0; 7 while ((ch = fgetc(fp)) != EOF) { 8 if
阅读全文
posted @ 2024-12-29 12:08 zhj910
阅读(6)
评论(0)
推荐(0)
2024年12月19日
实验6
摘要: #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 售价 int sal
阅读全文
posted @ 2024-12-19 14:16 zhj910
阅读(4)
评论(0)
推荐(0)
2024年12月5日
实验5
摘要: 1 #include<stdio.h> 2 #define N 5 3 void input(int x[], int n); 4 void output(int x[], int n); 5 void find_min_max(int x[], int n, int* pmin, int* pma
阅读全文
posted @ 2024-12-05 21:06 zhj910
阅读(9)
评论(0)
推荐(0)
2024年11月10日
实验4
摘要: 1 #include<stdio.h> 2 #define N 4 3 #define M 2 4 void test1() 5 { 6 int x[N] = { 1,9,8,4 }; 7 int i; 8 printf("sizeof(x)=%d\n", sizeof(x)); 9 for (i
阅读全文
posted @ 2024-11-10 15:09 zhj910
阅读(7)
评论(0)
推荐(0)
2024年10月28日
实验3
摘要: 1 1 #include<stdio.h> 2 char score(int s); 3 int main() 4 { 5 int s; 6 char a; 7 while (scanf("%d", &s) != EOF) 8 { 9 a = score(s); 10 printf("分数:%d",
阅读全文
posted @ 2024-10-28 14:10 zhj910
阅读(11)
评论(0)
推荐(0)
2024年10月10日
实验2
摘要: 1 #include<stdio.h> 2 #include<math.h> 3 #include<time.h> 4 #define N 5 5 #define N1 397 6 #define N2 476 7 #define N3 21 8 int main() 9 { 10 int cnt
阅读全文
posted @ 2024-10-10 13:18 zhj910
阅读(11)
评论(0)
推荐(0)
下一页
公告