码迷,mamicode.com
首页 >  
搜索关键字:printer    ( 238个结果
Printer Queue
DescriptionThe only printer in the computer science students' union is experiencing an extremely heavy workload. Sometimes there are a hundred jobs in...
分类:其他好文   时间:2015-07-19 21:36:47    阅读次数:192
打印机横向
Portrait 纵向landscape 横向RM_reg.pas ;TRMPageSetupForm打印机设置RM_PageSetup.dfmTRMPageSetting定义在RM_Printer.pasTRMPrinterOrientation = (rmpoPortrait, rmpoLand...
分类:其他好文   时间:2015-07-10 13:04:13    阅读次数:98
some ideas
1. 3d camerah/w: 单反+projectors/w: 抓图 -> 3d成像 -> 3d显示 --> 3d编辑(?具体要那些功能)--> to 3d printer file2. 两张图出3d模型用户输入两张图--》显示预先做好的控制点模型 --》用户调整控制点位置 --》生成3d模型 ...
分类:其他好文   时间:2015-06-11 06:54:06    阅读次数:116
Printer Installation Error 0x000006be
PrinterInstallationError0x000006be1.ClearedouttheWindows\system32\spool\drivers\w32x86Windows\system32\spool\printers\folders2.RemovedsubkeysintheHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Environments\WindowsNTx86\DriversHKEY_LOCAL_MACHINE\S..
分类:其他好文   时间:2015-06-08 19:48:17    阅读次数:250
hdu 3460 Ancient Printer
答案=字典树节点个数+单词个数-最长的单词的长度。表示不会推倒。看了大牛博客。#include#include#include#includeusing namespace std;struct shu{ int nn[27]; }node[500010];int ii, i, n, m, zz, ...
分类:其他好文   时间:2015-06-03 17:08:08    阅读次数:117
QPrinter 的 setPaperSize 方法似乎有 bug
这两天在写一个程序,需要控制打印机打印些内容,利用的是Qt 的QPrinter 类,在设置纸张大小时却出了个问题。 printer.setPaperSize(QSizeF(70, 50), QPrinter::Millimeter); 结果纸张大小完全不是我设置的值。 把上面那个尺寸修改一下: printer.setPaperSize(QSizeF(70, 50.3), QPr...
分类:其他好文   时间:2015-05-18 23:02:31    阅读次数:610
17. C# -- 对象,类,接口,继承,多态
UML(unifiedmodelinglanguage),统一建模语言来研究类和对象对象:类名myPrinter:Printer+Instant:bool可访问性:成员名:成员的类型对象:即OPP应用程序的组成部件。包括数据和操作,类的是实例对象的属性/字段:数据通过属性供外面代码使用<string>.Length对象的方法:操作..
分类:Windows程序   时间:2015-05-15 15:55:54    阅读次数:278
如何禁用Marlin温度保护
最近在玩3D打印,搞了套MEGA 2560 + RAMPS 1.4 + A4988,刷Marlin(https://github.com/MarlinFirmware/Marlin)固件,接上电机调试,出现"Printer stopped due to errors. Fix the error a...
分类:其他好文   时间:2015-05-09 23:28:44    阅读次数:1725
格式化SQL神器 SQL Pretty Printer
PL/SQL的格式化代码功能相信大家都用过,现在公司用MySQL,也不想再去装一个PL/SQL专门去格式化sql,就去网上找一下有没有专门的工具,还真让我给找到了SQL Pretty Printer点Pretty Print哈哈,这工具爽歪歪啊!下载地址:http://www.dpriver.com...
分类:数据库   时间:2015-04-27 15:09:13    阅读次数:220
UVa 12100 (模拟) Printer Queue
用一个队列模拟,还有一个数组cnt记录9个优先级的任务的数量,每次找到当前最大优先级的任务然后出队,并及时更新cnt数组。 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 ...
分类:其他好文   时间:2015-04-25 10:38:07    阅读次数:114
238条   上一页 1 ... 15 16 17 18 19 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!