摘要: 转载:http://blogread.cn/it/article/6763?f=wb二维码的生成细节和原理 二维码又称QR Code,QR全称Quick Response,是一个近几年来移动设备上超流行的一种编码方式,它比传统的Bar Code条形码能存更多的信息,也能表示更多的数据类型:比如:字符... 阅读全文
posted @ 2014-11-07 20:33 射手炎魂 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 代码#include#include // std::min#undef minint main(){ float a =15.0f; float c ; c=std::min(10,a); printf("%f",b); getchar();}错误提示Error 1 error C2780... 阅读全文
posted @ 2014-09-21 18:13 射手炎魂 阅读(1354) 评论(0) 推荐(0) 编辑
摘要: #include // std::cout, std::endl#include // std::setw #include int main (){ char *p1="1 9 "; std::stringstream stringst... 阅读全文
posted @ 2014-07-17 01:46 射手炎魂 阅读(2513) 评论(0) 推荐(0) 编辑
摘要: 问题:当新建文档然后插入公式,此时可以利用mathtype进行编辑,保存后推出第二次打开,双击公式却发现不能编辑公式。解决方案://////////////////////////////////////////////////////////////////////////////////////... 阅读全文
posted @ 2014-07-15 00:40 射手炎魂 阅读(6582) 评论(0) 推荐(1) 编辑
摘要: /************************************************************************//* *//**************************... 阅读全文
posted @ 2014-07-14 22:59 射手炎魂 阅读(679) 评论(0) 推荐(0) 编辑
摘要: 已知三维空间中任意单位向量,求以该向量为Z轴的local正交坐标系:如上图,每个模型都有自己local 坐标系,已知其中一个朝向求另外两个方向。在autodesk中采用的是Arbitrary Axis Algorith。http://www.autodesk.com/techpubs/autocad... 阅读全文
posted @ 2014-07-07 12:42 射手炎魂 阅读(1712) 评论(5) 推荐(1) 编辑
摘要: 国外网站:http://www.wikicfp.com/cfp/国内:http://soscholar.com 阅读全文
posted @ 2014-06-13 01:06 射手炎魂 阅读(174) 评论(0) 推荐(0) 编辑
摘要: CImg homepage :http://cimg.sourceforge.netCImg 给出的一个简单的示例:http://cimg.sourceforge.net/reference/group__cimg__tutorial.html#include "CImg.h"using names... 阅读全文
posted @ 2014-06-12 22:47 射手炎魂 阅读(5251) 评论(0) 推荐(2) 编辑
摘要: 打开VS后不显示头文件源文件和所有以前分类的文件夹,*.h 和*.cpp都显示在同一个文件点击右图红色指示显示所有文件夹按钮,就能恢复。 阅读全文
posted @ 2014-06-12 15:12 射手炎魂 阅读(1268) 评论(0) 推荐(0) 编辑
摘要: Research CodeA rational methodology for lossy compression- REWIC is a software-based implementation of a a rational system for progressive transmissio... 阅读全文
posted @ 2014-06-06 16:42 射手炎魂 阅读(1840) 评论(0) 推荐(0) 编辑