进程间通信 共享内存(剪切板) 匿名管道只能实现父子进程间的通信(以文件系统为基础): 匿名管道是什么,有什么用,怎么用 1、创建父进程,也就是在解决方案中建立一个parent的工程 2、在parent中通过createpipe创建匿名管道,并获得匿名管道的读、写句柄 3、在父进程中通过Create...
分类:
其他好文 时间:
2014-09-19 20:57:56
阅读次数:
289
2014年9月18日,宁夏文史馆在银川太阳神大酒店举办第二届贺兰雅集活动。此为雅集剪影。】
分类:
其他好文 时间:
2014-09-19 20:57:26
阅读次数:
181
【Binormal - 副法线】 Binormal是垂直于Normal、Tangent平面的直线。Normal、Binormal、Tangent三条线构成一个坐标系。参考:http://202.113.29.3/nankaisource/graphics/differential%20geomet....
分类:
其他好文 时间:
2014-09-19 20:56:35
阅读次数:
168
第一题:题目大意:(难以概括,就不贴了把。)解题过程:1.担心被精度问题恶心,就把平均数的地方乘了N,这样只有最后计算的时候才会是小数。。2.数组保存的时候蛋疼的没改成double。结果全部WA了。初始得分0分。第二题:题目大意:给出N件衣服的湿度,然后单位时间里衣服的湿度自然会减少A,单位时间里还...
分类:
其他好文 时间:
2014-09-19 20:56:06
阅读次数:
202
Map是Vim强大的一个重要原因,可以自定义各种快捷键,用起来自然得心应手。vim里最基本的map用法也就是:map c a这里把c映射成了a,在map生效的情况下,按下c就等同于按下了a当然,常用的Ctrl,Shift,Alt自然也是支持的。令Ctrl+a对应到a:map a令Alt+a对应到a....
分类:
其他好文 时间:
2014-09-19 20:55:46
阅读次数:
220
Hmmer的安装与使用 从功能基因研究的角度来讲,相关的搜索,比如从序列数据库中,找同源的序列,或者对一个对一个新的基因功能进行鉴定,使用hmmer比使用blast有着更高的灵敏度已经更高的搜索速度,但其应用还远没有blast普及。hmmer下载与安装对于Mac OS/X, Linux, UNI.....
分类:
其他好文 时间:
2014-09-19 20:55:26
阅读次数:
2404
var showBoxNum = 0;function hhh() {.......if (nMS <= 0){ if (1 != showBoxNum){ // 这是个弹窗!类似alert弹窗 showBox('提示','活动结束,感谢参与!竞价结果将另行通知!','alert')...
分类:
其他好文 时间:
2014-09-19 20:54:55
阅读次数:
136
Android JDK为我们提供了4种动画效果,分别是:AlphaAnimation,RotateAnimation,ScaleAnimation,TranslateAnimation.今天我想讲解的是TranslateAnimation这个动画效果。也是本人在做一个移动图片的动画效果的项目时,.....
分类:
其他好文 时间:
2014-09-19 20:54:45
阅读次数:
138
大意:N个气球排成一排,从左到右依次编号为1,2,3....N.每次给定2个整数a b(a 2 #include 3 #include 4 using namespace std; 5 6 const int maxn = 100005; 7 int num[maxn]; 8 9 int ...
分类:
其他好文 时间:
2014-09-19 20:54:26
阅读次数:
266
Tri TilingTime Limit:1000MSMemory Limit:65536KTotal Submissions:7841Accepted:4113DescriptionIn how many ways can you tile a 3xn rectangle with 2x1 dom...
分类:
其他好文 时间:
2014-09-19 20:54:15
阅读次数:
187
publicvoidonItemClick(AdapterViewarg0,Viewview,intposition,longarg3)如上代码所述,请告诉我arg0到arg3分别代表什么,它们的作用是什么,请尽量让我明白.最佳答案举个例子你会理解的更快:X,Y两个listview,X里有1,2,3...
分类:
其他好文 时间:
2014-09-19 20:54:06
阅读次数:
154
http://poj.org/problem?id=2488DescriptionBackground The knight is getting bored of seeing the same black and white squares again and again and has dec...
分类:
其他好文 时间:
2014-09-19 20:53:26
阅读次数:
192
1.结构体对齐问题32位机器例子1:结果:例子2:struct A{ char c1; int i; short s; int j;}a;struct B{ int i; int j; short s; char c1;}b;结构A没有遵守字节对齐原则(为了区分,我将它叫做对齐声明原则),结构B遵守...
分类:
其他好文 时间:
2014-09-19 20:53:15
阅读次数:
212
Abstract. Although polynomials offer many advantages, there exist a number of important curve and surface types which cannot be represented precisely ...
分类:
其他好文 时间:
2014-09-19 20:52:26
阅读次数:
405