排序:上传时间 相关度 下载量 查看数

NAMESPACE 22

按分类查找:

  • C++1000以内的素数

    #include<iostream> using namespace std; int s=0;&nbsp; int prime(int x){ int i,p=1; for(i=2;i<=x/2;i++){ if(x%i==0){ p=0; break; } } if(p!=0){ cout<<x<< " "; s++; } }&nbsp; int main(){ for (int k=5;k<=100;k++){ prime(k); if(s%5==0) cout<<'\n'; } return 0; } ...

    /dl/522666.html

    标签: C++

    上传时间: 2020-06-30

    上传用户:1274636550

  • 界面漂亮 功能实用的串口调试助手

    大家先试用一下,源码后面奉上!!!using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Linq;using System.Threading.Tasks;using System.Windows;namespace SerialCom{&nbsp; &nbsp; /// <summary>&nbsp; &nbsp; /// App.xaml 的交互逻辑&nbsp; &nbsp; /// </sum ...

    /dl/831546.html

    标签: 串口调试

    上传时间: 2022-03-25

    上传用户:kent