码迷,mamicode.com
首页 >  
搜索关键字:computer graphic    ( 3369个结果
LaTex图片的插入与引用
示例: \begin{figure*} \centering \includegraphics[scale=0.45]{double_single.eps} \caption{Search separately} \label{fig:ss} \end{figure*} 1. 引用注意:\label ...
分类:其他好文   时间:2020-02-20 23:56:40    阅读次数:519
[Algorithm] 474. Ones and Zeroes
In the computer world, use restricted resource you have to generate maximum benefit is what we always want to pursue. For now, suppose you are a domin ...
分类:其他好文   时间:2020-02-20 09:18:04    阅读次数:62
剪刀石头布(三局两胜)
(1)通过最简单的选择和循环实现(但代码过长) import random computer_win_count = 0people_win_count = 0 while True: computer = random.randint(0,2) people = int(input("请做出选择( ...
分类:其他好文   时间:2020-02-19 23:41:05    阅读次数:238
Rumor
Vova promised himself that he would never play computer games... But recently Firestorm — a well-known game developing company — published their newes ...
分类:其他好文   时间:2020-02-17 18:10:55    阅读次数:91
Java 添加、替换、删除PDF中的图片
概述 本文介绍通过java程序向PDF文档添加图片,以及替换和删除PDF中已有的图片。另外,关于图片的操作还可参考设置PDF 图片背景、设置PDF图片水印、读取PDF中的图片、将PDF保存为图片等文章。 工具:Free Spire.PDF for Java (免费版) Jar获取及导入:官网下载,并 ...
分类:编程语言   时间:2020-02-14 16:02:04    阅读次数:89
HDU-1050 Moving Tables
The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure. The floor has 200 rooms each ...
分类:其他好文   时间:2020-02-13 22:47:12    阅读次数:94
【WPF学习】第三十五章 资源字典
原文:【WPF学习】第三十五章 资源字典 如果希望在多个项目之间共享资源,可创建资源字典。资源字典只是XAML文档,除了存储希望使用的资源外,不做其他任何事情。 一、创建资源字典 下面是一个资源字典示例,它包含一个资源: 当为应用程序添加资源字典时,务必将Build Action设置为Page(与其... ...
分类:Windows程序   时间:2020-02-10 22:57:09    阅读次数:128
如何调试运行在qemu上的riscv版uboot?
uboot有两个阶段,重定位之前和重定位之后,这两个阶段的符号表是不一样的,因此需关注是调试重定位之前的uboot还是重定位之后的uboot(以riscv版uboot为例) 1. 调试重定位之前的uboot 1.1 使用qemu启动uboot,并进入调试模式 $ qemu-system-riscv6 ...
分类:其他好文   时间:2020-02-10 11:53:57    阅读次数:223
CoreGraphic
public func UIGraphicsBeginImageContextWithOptions( size: CGSize, opaque: Bool, _ scale: CGFloat)size是要截图的大小,opaque是否不透明,不透明生成的图片小点,scale代表比例,1倍按照size... ...
分类:其他好文   时间:2020-02-09 09:21:07    阅读次数:63
echarts空心圆 中间带统计 自定义样式
let option = { color:['#FFD700','#00CED1','#32CD32','#1E90FF'], //环形颜色 tooltip: { trigger: 'item', formatter: '{a} <br/>{b}: {c} ({d}%)' }, graphic: [ ...
分类:其他好文   时间:2020-02-08 00:07:45    阅读次数:351
3369条   上一页 1 ... 22 23 24 25 26 ... 337 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!