会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
noeleven
博客园
首页
新随笔
联系
订阅
管理
2025年11月24日
实验3
摘要: 试验任务1: 源代码: button.hpp: 1 #pragma once 2 3 #include <iostream> 4 #include <string> 5 6 class Button 7 { 8 public: 9 Button(const std::string &label_);
阅读全文
posted @ 2025-11-24 19:36 noeleven
阅读(4)
评论(1)
推荐(0)
2025年10月26日
实验2
摘要: 实验任务1: 源代码: main.cpp: 1 #include "T.h" 2 #include <iostream> 3 4 void test_T(); 5 6 int main() { 7 std::cout << "test Class T: \n"; 8 test_T(); 9 10 s
阅读全文
posted @ 2025-10-26 20:06 noeleven
阅读(10)
评论(1)
推荐(0)
2025年10月13日
实验1
摘要: 实验任务1: 源代码: 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <algorithm> 5 6 template<typename T> 7 void output(const T &c); 8
阅读全文
posted @ 2025-10-13 23:37 noeleven
阅读(13)
评论(1)
推荐(0)
2024年12月26日
实验7
摘要: 实验任务4: 源代码: 1 #include <stdio.h> 2 #define N 10000 3 int main() 4 { 5 char ch; 6 int lines=0,i=0; 7 char str[N]; 8 FILE *fp; 9 fp = fopen("D:\\data4.t
阅读全文
posted @ 2024-12-26 17:32 noeleven
阅读(34)
评论(0)
推荐(0)
2024年12月17日
实验6
摘要: 实验任务4: 源代码: 1 #include <stdio.h> 2 #define N 10 3 4 typedef struct { 5 char isbn[20]; // isbn号 6 char name[80]; // 书名 7 char author[80]; // 作者 8 doubl
阅读全文
posted @ 2024-12-17 00:17 noeleven
阅读(24)
评论(0)
推荐(0)
2024年12月5日
实验5
摘要: 实验任务1.1: 源代码: 1 #include <stdio.h> 2 #define N 5 3 4 void input(int x[], int n); 5 void output(int x[], int n); 6 void find_min_max(int x[], int n, in
阅读全文
posted @ 2024-12-05 17:43 noeleven
阅读(22)
评论(0)
推荐(0)
2024年11月6日
实验4
摘要: 实验任务1: 源代码: 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("si
阅读全文
posted @ 2024-11-06 00:17 noeleven
阅读(24)
评论(0)
推荐(1)
2024年10月26日
实验3
摘要: 实验任务1: 源代码: 1 #include <stdio.h> 2 3 char score_to_grade(int score); 4 5 int main() { 6 int score; 7 char grade; 8 9 while(scanf("%d", &score) != EOF)
阅读全文
posted @ 2024-10-26 23:36 noeleven
阅读(31)
评论(0)
推荐(0)
2024年10月10日
实验2
摘要: 实验任务1: 源代码: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 #define N1 397 7 #define N2 476 8 #define N3 21 9 //随机抽取学
阅读全文
posted @ 2024-10-10 23:27 noeleven
阅读(22)
评论(0)
推荐(0)
2024年9月28日
我的博客地址
摘要: https://www.cnblogs.com/noeleven
阅读全文
posted @ 2024-09-28 21:33 noeleven
阅读(14)
评论(0)
推荐(0)
下一页
公告