摘要: ```go package main import ( "bufio" "fmt" "os" "strconv" "strings" "pkg/mplayer/mlib" "pkg/mplayer/mp" ) var lib *library.MusicManager var id int = 1 阅读全文
posted @ 2023-05-26 19:46 satou_matsuzaka 阅读(8) 评论(0) 推荐(0) 编辑
摘要: ```java import java.awt.*; import java.awt.event.*; import java.util.Random; public class Minesweeper { private static final int ROWS = 10; private st 阅读全文
posted @ 2023-05-25 18:16 satou_matsuzaka 阅读(41) 评论(0) 推荐(0) 编辑
摘要: ```java import java.util.*; public class StaffManagementSystem { private static List staffList = new ArrayList(); public static void main(String[] arg 阅读全文
posted @ 2023-05-24 19:18 satou_matsuzaka 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ```c++ #include #include using namespace std; const float PI = 3.14159; class Shape { public: virtual float area() = 0; }; class Circle : public Shape 阅读全文
posted @ 2023-05-23 19:08 satou_matsuzaka 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ``` import os import sqlite3 # Create a database connection conn = sqlite3.connect('todo.db') # Create a todo table cur = conn.cursor() cur.execute('' 阅读全文
posted @ 2023-05-22 19:09 satou_matsuzaka 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ``go package main import "bufio" import "flag" import "fmt" import "io" import "os" import "strconv" var infile *string = flag.String("i", "unsorted.d 阅读全文
posted @ 2023-05-19 20:16 satou_matsuzaka 阅读(8) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <iomanip> #include <string> #include <bitset> using namespace std; int main () { int x; cin >> oct >> x; cout << dec << x 阅读全文
posted @ 2023-05-18 22:19 satou_matsuzaka 阅读(19) 评论(0) 推荐(0) 编辑
摘要: class miband(Peripheral): _send_rnd_cmd = struct.pack('<2s', b'\x02\x00') _send_enc_key = struct.pack('<2s', b'\x03\x00') def __init__(self, mac_addre 阅读全文
posted @ 2023-05-17 23:48 satou_matsuzaka 阅读(13) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <iomanip> using namespace std; class Matrix { private: int row; int column; int **mat = nullptr; public: Matrix(int r = 1 阅读全文
posted @ 2023-05-16 18:26 satou_matsuzaka 阅读(12) 评论(0) 推荐(0) 编辑
摘要: package main import "os" import "fmt" import "simplemath" import "strconv" var Usage = func() { fmt.Println("USAGE: calc command [arguments] ...") fmt 阅读全文
posted @ 2023-05-15 20:58 satou_matsuzaka 阅读(11) 评论(0) 推荐(0) 编辑

This is a Test

メイドノココロハ アヤツリドール