Intersecting LinesTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 10942Accepted: 4917DescriptionWe all know that a pair of distinct points o....
分类:
其他好文 时间:
2014-08-14 23:27:38
阅读次数:
248
error C4430: missing type specifier - int assumed. Note: C++ does not support default-int错误类型: 缺失类型表述错误原因: 函数前未写函数的返回类型,由此导致了这个错误解决方法: 以后写函数,不管是声明还是定义...
分类:
编程语言 时间:
2014-08-13 22:04:07
阅读次数:
211
许久之前,就想看看C和C++,看看这两种神奇的编程语言,但是一直被这样或者那样的琐事给耽搁了(狂喷自己的拖延症)。今天翻开自己的移动硬盘找到一本古老的书籍:《The C Programming Language 中文版》,浏览一下,缓解一下内心的空虚。事情并没有想象中的那么顺利,刚看了一个例子的两种...
分类:
其他好文 时间:
2014-08-13 12:56:16
阅读次数:
163
英文参考译文Ambiguous operators need parentheses不明确的运算需要用括号括起Ambiguous symbol ''xxx''不明确的符号Argument list syntax error参数表语法错误Array bounds missing丢失数组界限符Array...
分类:
其他好文 时间:
2014-08-12 21:22:14
阅读次数:
185
C# 操作word文档1.c#操作word 在指定书签插入文字或者图片1usingWord=Microsoft.Office.Interop.Word;23objectNothing=System.Reflection.Missing.Value;4objectformat=Word.WdSaveF...
分类:
其他好文 时间:
2014-08-12 18:07:24
阅读次数:
258
DescriptionYou are given n points and two circles. The radius of the circle will be dynamical. Your task is to find how many points are under both cir...
分类:
其他好文 时间:
2014-08-12 02:57:33
阅读次数:
276
SIFT(Scale-invariant feature transform)是一种检測局部特征的算法,该算法通过求一幅图中的特征点(interest points,or corner points)及其有关scale 和 orientation 的描写叙述子得到特征并进行图像特征点匹配,获得了良好...
分类:
其他好文 时间:
2014-08-11 20:40:12
阅读次数:
333
上午测试用友NC的时候,就有出现需要jre的提示,一直就是安装不上打不开的情况,后来设置了java的安全级别到“中”得以解决。
下去有有同事用农业部的转基因证书申请打印,结果那个“打印”两个字都不显示,点到上面就提示错误“Missing required Permissions manifest attribute in main jar”,参照上午的设置设置之后也是不行...
分类:
编程语言 时间:
2014-08-11 17:54:02
阅读次数:
269
cardianl 红衣主教这个类是样条曲线动作,其创建函数是CCCardinalSplineBy::create(float duration, cocos2d::CCPointArray *points, float tension);当中duration是时间间隔,points是控制点列表,te...
分类:
其他好文 时间:
2014-08-11 17:38:42
阅读次数:
202