- 博客(2)
- 收藏
- 关注
原创 KVM虚拟机管理系统(基于python libvirt实现)
import tkinter as tk from tkinter import * from tkinter import messagebox from tkinter import ttk import libvirt import os import paramiko root = tk.Tk() host_id=1 def create(): def updata(): global host_id host_id=r.get() def defin...
2022-05-13 15:31:36
1042
原创 MPI实现蒙特卡洛法求圆周率
#include<stdlib.h> #include<math.h> #include<time.h> #include<mpi.h> #include<iostream> #defineN100000000 usingnamespacestd; intget_circle_sum(intn) { doublex,y; intsum=0; srand(time(NULL)); for(inti=0;i<n;i++) { x...
2022-05-06 14:03:03
590
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人