上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页
摘要: <!DOCTYPE html><html><head> <title>Login Page</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 20px; } .container { max-widt 阅读全文
posted @ 2024-05-14 22:34 catsahsy 阅读(12) 评论(0) 推荐(0)
摘要: public class WarehouseInformation { private String itemno; //商品编号 private String itemname; //商品名称 private String suppliername; //供货商名称 private String 阅读全文
posted @ 2024-05-13 21:21 catsahsy 阅读(16) 评论(0) 推荐(0)
摘要: 增代码 package com.example.test3_6;import androidx.appcompat.app.AppCompatActivity;import android.os.Bundle;import android.view.View;import android.widge 阅读全文
posted @ 2024-05-10 21:03 catsahsy 阅读(23) 评论(0) 推荐(0)
摘要: python设计实现电子算盘,并完成测试 from tkinter import * def initWindow(): rect = canvas.create_rectangle(25, 40, 450, 400, width=1) # 算盘边框 x0, y0, x1, y1 = 0, 0, 0 阅读全文
posted @ 2024-05-09 10:24 catsahsy 阅读(21) 评论(0) 推荐(0)
摘要: 学习javaweb 阅读全文
posted @ 2024-05-08 21:57 catsahsy 阅读(8) 评论(0) 推荐(0)
摘要: 学习javaweb 阅读全文
posted @ 2024-05-07 19:21 catsahsy 阅读(12) 评论(0) 推荐(0)
摘要: 刷英语六级题 阅读全文
posted @ 2024-05-06 21:17 catsahsy 阅读(10) 评论(0) 推荐(0)
摘要: 最速下降法程序设计 % 定义目标函数 f = @(x) (x(1)+x(2))^2 + 5*(x(3)-x(4))^2 + (x(2)-2*x(3))^4 + 10*(x(1)-x(4))^4; % 定义目标函数的梯度 grad_f = @(x) [2*(x(1)+x(2)) + 40*(x(1)- 阅读全文
posted @ 2024-05-03 20:15 catsahsy 阅读(17) 评论(0) 推荐(0)
摘要: public class WarehouseInformation { private String itemno; //商品编号 private String itemname; //商品名称 private String suppliername; //供货商名称 private String 阅读全文
posted @ 2024-05-02 21:33 catsahsy 阅读(24) 评论(0) 推荐(0)
摘要: 和朋友玩了一天 阅读全文
posted @ 2024-05-01 21:05 catsahsy 阅读(7) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页