摘要:
class tong{ private: int x; int a[100000]={0}; int m=5; public: void set(){ std::cout<<"请输入5个数进行比较:"; for(int i=0;i<5;i++){ std::cin>>x; a[x]++; } } v 阅读全文
摘要:
快捷命令 L 直线 M 移动 C 圆 EL 椭圆 XL 射线 轴线 RO 旋转 E 删除 H填充 TR 修剪 EX 延伸 PO 点 S 拉伸 U 返回 DDI 直径标注 DAN 角度标注 OP 系统选项设置 A 圆弧 T 多行文字 B 块定义 I 块插入 W 定义块文件 CO 复制 MI 镜像 O 阅读全文
摘要:
#include<iostream> #include<vector> #include<windows.h> using namespace std; int a=999; int b=0; bool c=false; struct student{ string name; int age; i 阅读全文
摘要:
#include <iostream> #include <windows.h> using namespace std; int main() { int value=0; int pid=0; cout<<"输入修改进程ID"; cin>>pid; HANDLE hProcess=NULL; D 阅读全文