自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

原创 2021-04-21

""" @author: PhC @file: GPU_nn_deyufa_hight_level.py @time: 2021/04/21 @describe: """ import torch import torch.nn as nn import torch.nn.functional as F import torch.optim as optim from torchvision import datasets, transforms batch_size = 200 # Batch: 批

2021-04-21 22:01:54 78

原创 2020-11-17

clear all;close all; %%条件初始化 str = input('请输入图像的前缀:','s'); Width = input('请输入投影仪的分辨率(Width, []="1140"):','s'); if isempty(Width); Width = 1140; else Width = str2double(Width); end Hight = input('请输入投影仪的分辨率(Hight, []="921"):','s'); if isempty(Hight)

2020-11-17 15:33:57 154

原创 多频外差

% 程序开始 clc; close all; clear; % 图片的初始化 width = 1280; heigth = 800; % 三频率 freq = [70 64 59]; C = cell(3,4); for i=1:3 for j=1:4 C{i,j} = zeros(heigth,width); end end % 利用余弦函数计算12张图的灰度值 % 图像的生成 % 三种频率,四组相位 for i = 1:3 % 对应三种不同的频率

2020-10-28 21:39:31 553

原创 2020-10-28

在这里插入代码% 程序开始 clc; close all; clear; % 图片的初始化 width = 1280; heigth = 800; % 三频率 freq = [70 64 59]; C = cell(3,4); for i=1:3 for j=1:4 C{i,j} = zeros(heigth,width); end end % 利用余弦函数计算12张图的灰度值 % 图像的生成 % 三种频率,四组相位 for i = 1:3 % 对应三种不同

2020-10-28 21:32:43 303

电力负荷预测综述

电力负荷预测综述

2018-04-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除