码迷,mamicode.com
首页 >  
搜索关键字:asus notebook    ( 936个结果
UnrealEngine4 PBR Shading Model 概述
虽然是概述,但内容并还是有些多,写上一篇PBR概念概述后,也在考虑怎么继续下去,最后还是觉得先多写一些东西再慢慢总结,所以还是尽量把这些年PBR相关的Paper精粹沉淀下来吧。 因为UE4开源的缘故,所以一开始还从它入手。相关的ppt和notebook可以从下面的链接下载,同期的黑色行动2(bla....
分类:其他好文   时间:2014-12-04 00:48:11    阅读次数:756
简单工厂模式
2、设计模式设计这个项目的一种方式。简单工厂模式Console.WriteLine("请输入您想要的笔记本品牌");string brand=Console.ReadLine();NoteBook nb=GetNoteBook(brand);nb.SayHello();//调哪个子类的方法取绝于父类...
分类:其他好文   时间:2014-12-01 20:35:59    阅读次数:225
Gnuradio 实验二
今天根据教程做了实验二要到了两个新的模块 一个是 FFT SINK, 其作用是按频谱输出信号。另外一个就是 GUI Notebook ,起作用就是可以将SCOPE SINK 和 FFT SINK 以形如浏览器标签的形式排列,用来节省屏幕空间。如果没有这个话,这两个SINK会竖着排列在一起。下图所示是...
分类:其他好文   时间:2014-12-01 15:53:53    阅读次数:229
Dual-polarity supply provides ±12V from one IC
Well-regulated, dual-polarity power supplies find wide use in disk-drive, handheld-device, automotive, and notebook-computer applications. In these ap...
分类:其他好文   时间:2014-11-28 14:15:58    阅读次数:315
pyzmq missing when running ipython notebook
Q:I can run iPython, but when I try to initiate a notebook I get the following error:~ ipython notebook Traceback (most recent call...
分类:编程语言   时间:2014-11-08 02:01:09    阅读次数:269
Asus ubuntu Fn恢复
sudo sed 's/GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"/GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="/' -i /etc/default/grubhttp://askubuntu.com/q...
分类:系统相关   时间:2014-11-03 16:13:47    阅读次数:201
路由,交换,4G,网络配件,网卡,
路由器:360 普联(TP-LINK) 友讯(D-Link) 水星(MERCURY) 腾达(Tenda) 思科(CISCO) 迅捷(FAST) 磊科(netcore) 华为(HUAWEI) 美国网件(NETGEAR) 飞鱼星 极(HiWiFi) 华三(H3C) 华硕(ASUS) 艾泰(UTT) 联想...
分类:其他好文   时间:2014-11-02 07:02:51    阅读次数:253
[Kali_USB Live模式下网卡加载安装问题]针对ASUS X202E笔记本配置的本地Broadcom43142无线网卡启动并显示wifi功能
Thank you "kali75" for your time.Although the links didn't work for me because the "link to the patch file" was dead.However after this I googled an.....
分类:其他好文   时间:2014-10-28 21:19:01    阅读次数:215
用注解配置动态代理
/** * 切面类,要将当前类中的方法插入到目标对象的方法 * * @author ASUS * */@Aspect// 表示此类为切面类public class ProxyObj {// // @Before 表示前置通知。目标方法执行前需要调用该方法// // * com.lovo.serv.....
分类:其他好文   时间:2014-10-16 23:24:43    阅读次数:231
64位Win7搭建Python开发平台(Python3++Ipython_Notebook+Numpy+Scipy+Matplotlib+PyQt4)
Life is short, you need Python!------ Bruce Eckel(ANSI C++ Comitee member) Python[1]是一门很难让人拒绝学习的程序设计语言,我喜欢它是因为它能很快给人带来成就感,海量的扩展库几乎可以帮助你立刻完成许多看起来很困难的事....
分类:编程语言   时间:2014-10-07 02:16:12    阅读次数:926
936条   上一页 1 ... 90 91 92 93 94 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!