码迷,mamicode.com
首页 >  
搜索关键字:ystem center 2012 r2    ( 13647个结果
matplotlib legend的位置
font2 = {'family': 'Times New Roman', 'weight': 'normal', 'size': 12, } ax.legend(loc='lower center', bbox_to_anchor=(0.5, 1), fancybox=True, shadow=T ...
分类:其他好文   时间:2021-03-16 12:03:49    阅读次数:0
萌新上路,多多指教
一个在90末尾,00开头中间的00后一枚,对这种比较喜欢感兴趣,啥也不会,就是随便自己学学,大佬勿喷,大神求带! 1 <style> 2 div { 3 margin: 400px auto; 4 font-size: 40px; 5 text-align: center; 6 } 7 p { 8 ...
分类:其他好文   时间:2021-03-15 11:24:09    阅读次数:0
实验2
#include<stdio.h> int main(){ float x,y; float r1,r2,r3,r4; x=1; y=2; r1=x+y; r2=x-y; r3=x*y; r4=x/y; printf("r1=%f\n",r1); printf("r2=%f\n",r2); prin ...
分类:其他好文   时间:2021-03-15 11:15:58    阅读次数:0
第一次实验课
#include<stdio.h> int main() { int x, y; int r1, r2, r3, r4; x = 1; y = 2; r1 = x + y; r2 = x - y; r3 = x * y; r4 = x / y; printf("r1 = %d\n", r1); pr ...
分类:其他好文   时间:2021-03-15 11:09:08    阅读次数:0
HTML-文本标签
###1、双标签 <h1>标题标签</h1> <!--h1-h6 --> <p>段落标签</p> <center>居中文字</center> <b>加粗</b> <strong>加粗 强调意义,语义化</strong> <i>倾斜</i> <em>倾斜 强调意义,语义化</em> <u>下划线</u ...
分类:Web程序   时间:2021-03-11 19:18:47    阅读次数:0
[模板]最小圆覆盖
#include <bits/stdc++.h> using namespace std; const double EPS = 1e-8; const int N = 1e5+10; struct Point{ double x, y; }; int n; Point p[N]; bool equ ...
分类:其他好文   时间:2021-03-10 12:57:35    阅读次数:0
Windows产品测试集合整理
windows 7 = 6(个版本 初级/普通家庭/高级家庭/专业/企业/旗舰) * 2(32/64位) * 2 (+SP1) = 24 windows 8 = 3(个版本 标准/专业/企业) * 2(32/64位) * 2 = 6 windows 8.1 = 3(个版本 标准/专业/企业) * 2 ...
分类:Windows程序   时间:2021-03-09 13:22:57    阅读次数:0
HTML语言基础
HTML(超文本标记语言,Hyper Text Markup Language) HTML是一种描述性标记语言,用来描述页面内容的显示方式; HTML文件是一种纯文本文件,以".html"或".htm"为后缀; HTML的基本组成单位是元素,语法结构为: <标签> 内容 </标签> <!DOCTYP ...
分类:编程语言   时间:2021-03-06 14:40:50    阅读次数:0
html之tab页切换
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>tab页切换</title> <style> .tab { background: grey; overflow: auto; width: 240px; bo ...
分类:Web程序   时间:2021-03-03 12:28:04    阅读次数:0
Deep Unfolding Network for Image Super-Resolution 论文解读
Introduction 超分是一个在 low level CV 领域中经典的病态问题,比如增强图像视觉质量、改善其他 high level 视觉任务的表现。Zhang Kai 老师这篇文章在我看到的超分文章里面是比较惊艳我的一篇,首先他指出基于学习(learning-based)的方法表现出高效, ...
分类:Web程序   时间:2021-03-02 12:05:45    阅读次数:0
13647条   上一页 1 ... 9 10 11 12 13 ... 1365 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!