08 2011 档案

光刻
摘要:ASML , NIKON ,CANON 光刻机ASML have better performance than others when the wave length shirnk below to 193nm. for exampl:CDU control, throughput ....The most of top semiconductor companys use ASML tool for critical layers or all layers, ex:INTEL,AMD,TSMC,UMC,...总体说来ASML的确是占有统治性的优势,市场占有率上,ASML NO1,NIKO 阅读全文

posted @ 2011-08-29 00:54 cutepig 阅读(423) 评论(0) 推荐(0) 编辑

Solar wafer inspection equ.
摘要:HenneckeWafer Measuring Systemsfor a fast and exact analysishttp://www.hennecke-systems.de/products/wafer-inspection/OSIS Photovoltaic Productshttp://www.op-tection.com/WebPage2010/products.htmlICOS PVI-6 Solar Wafer and Cell Inspection - Optical Solar Cell Inspection | KLA-Tencor http://www.kla-ten 阅读全文

posted @ 2011-08-24 00:55 cutepig 阅读(267) 评论(0) 推荐(0) 编辑

MFC program chinese UI
摘要:MFC program chinese UI- Multiple language support for MFC applications with extension DLLhttp://www.codeproject.com/KB/locale/MultiLangSupportMFCExtDLL.aspx关于Build Resource-only Language DLLAll word "AFX_TARG_DEU" to "AFX_TARG_ENU".All word "LANG_GERMAN, SUBLANG_GERMAN" 阅读全文

posted @ 2011-08-24 00:28 cutepig 阅读(954) 评论(0) 推荐(0) 编辑

List of World’s Top Solar Wafer Companies – Growing Bigger
摘要:List of World’s Top Solar Wafer Companies – Growing Bigger1 Mar, 2011Comtec Solar,GCL Poly,LDK Solar,MEMC,REC,Solar Energy,SolarworldSolar Wafer Companies are mainly concentrated in Asia specifically China and Taiwan.Cheap labour,lower land and capital costs as well as presence of major customers ha 阅读全文

posted @ 2011-08-24 00:03 cutepig 阅读(551) 评论(0) 推荐(0) 编辑

jQuery & highcharts
摘要:jQuery, highcharts, http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js<script type="text/javascript">data4 =[[ ' UNREACH.GEN ' , 35.9 ] , [ ' ABR ' , 33.2 ] , [ ' NPD.FUNC.MUST ' , 6.2 ] , [ ' SV.FMT_STR.PRINT_FORMAT_MISMATCH.UNDESIRED ' , 阅读全文

posted @ 2011-08-19 19:45 cutepig 阅读(525) 评论(0) 推荐(0) 编辑

python debugger
摘要:http://www.codeproject.com/KB/DLL/PasswordSPY.aspxhttp://www.codeproject.com/KB/dialog/windowfinder.aspxpython -m pdb script.py(Pdb) 会自动停在第一行,等待调试,这时你可以看看 帮助(Pdb) h 断点设置 (Pdb)l #查看代码上下文 (Pdb)b 10 #断点设置在本py的第10行 (Pdb)b ots.py:20 #断点设置到 ots.py第20行 (Pdb)b #查看断点编号 (Pdb)cl 2 #删除第2个断点 运行 (Pdb)n #单步运行 (Pdb 阅读全文

posted @ 2011-08-11 09:33 cutepig 阅读(593) 评论(0) 推荐(0) 编辑

SSE
摘要:UnCacheable或者说non-cacheable(不作缓存)Write-Combining(合并写)http://www.pcinlife.com/article/cpumb/2007-09-18/1190104122d436_7.htmlvoid _mm_stream_pi(__m64 * p , __m64 a );http://msdn.microsoft.com/zh-tw/library/03a2xda2%28v=vs.90%29.aspxMOVNTDQ/MOVNTPD 作用也都是每次向non-cacheable缓存存入64个字节长度的数据再以Write-Combining的方 阅读全文

posted @ 2011-08-10 00:14 cutepig 阅读(1259) 评论(0) 推荐(0) 编辑

pathon math lib
摘要:numpy + SciPy + IPython + matplotlib- example of plot: http://matplotlib.sourceforge.net/import matplotlib.pyplot as pltimport numpy as npx,y = np.random.randn(2,100)fig = plt.figure()ax1 = fig.add_subplot(211)ax1.xcorr(x, y, usevlines=True, maxlags=50, normed=True, lw=2)ax1.grid(True)ax1.axhline(0, 阅读全文

posted @ 2011-08-08 21:16 cutepig 阅读(551) 评论(0) 推荐(0) 编辑

分布式文件系统
摘要:Cache:memcached, MemcacheDB. 分布式文件系统:GFS, Hadoop, Hive. NoSQL:BigTable, HBase, MongoDBhttp://www.programmer.com.cn/7624/http://en.wikipedia.org/wiki/NoSQLhttp://sebug.net/paper/databases/nosql/Nosql.html 阅读全文

posted @ 2011-08-08 13:31 cutepig 阅读(250) 评论(0) 推荐(0) 编辑

java q
摘要:1.选择题public class Test{ public static void main(String [] args) { static int num [] =new int[10]; System.out.println(num[10]); }}下面说法正确的是:A.程序编译失败。B 程序编译成功,运行时抛出异常。C 程序编译成功,运行时输出结果为0。D 如果将System.out.println(num[10])修改为System.out.println(num[9])输出结果将为0。2. interface Animal{ public void test();}public 阅读全文

posted @ 2011-08-08 13:26 cutepig 阅读(519) 评论(0) 推荐(0) 编辑

类C编译器
摘要:类C编译器类C编译器——asC体验版【有源有真相】http://www.izixue.com/forum.php?mod=viewthread&tid=100863&fromuid=2196我也来show一下. 不过我这个属于解释型, 超级简单. 属于给大家提升信心, 告诉大家这种事情很简单你也可以自己写一个的那种.http://server.linjunhalida.com/blog/article/%E4%B8%80%E5%A4%A9%E6%97%... 无聊的时候参照LW的vmbasic做的一个简易平台。lex好说,如果不让用yacc的话可以参照 机械唯物主义 老兄的Py 阅读全文

posted @ 2011-08-06 09:38 cutepig 阅读(357) 评论(0) 推荐(0) 编辑

某unix招聘说明
摘要:用过raw device知道grep的至少5个参数知道如何指定进程的优先级知道用户权限的概念,知道umask是怎么回事知道至少10个signal知道大端和小端的概念知道操作系统管理内存是大致怎么回事知道xdr_long是什么东西高级一点的:熟悉libsocket里面的东西,直接编程熟悉共享内存、消息队列等ipc除了用过pthread的create和join之外,还用过pthread_attr_*()熟悉堆和栈的区别读过没有symbol的core 阅读全文

posted @ 2011-08-03 00:52 cutepig 阅读(223) 评论(0) 推荐(0) 编辑

CyanogenMod
摘要:CyanogenMod是一個基於開源Android系統,供某些手機使用的二级市场固件。它提供一些在官方Android系統或手機廠商沒有提供的功能,例如:支援Free Lossless Audio Codec ...What is CyanogenMod?CyanogenMod is an aftermarket firmware for a number of cell phones based on the open-source Android operating system. It offers features not found in the official Android ba 阅读全文

posted @ 2011-08-03 00:48 cutepig 阅读(483) 评论(0) 推荐(0) 编辑

mongodb
摘要:http://groups.google.com/group/pongba/browse_thread/thread/d79e9cf24937f572#MongoDB 之所以这么火不是性能原因(最快的 NoSQL 是 Redis)mongodb不是mmap么。cache用完了应该要卡的吧。 redis也不是最快的nosql。Memlink号称比redis快(至少某些情况下) - 而是 MongoDB 在 SQL和 NoSQL 中找到了平衡 - 几乎所有 SQL 语句都可以找到简单的 MongoQuerty 处置 - 几乎MySQL 最头痛的各种同步/分片策略 Mongo 都可以在命令行中快速配 阅读全文

posted @ 2011-08-01 23:58 cutepig 阅读(530) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示