上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 40 下一页
摘要: 例如一个txt文本内容:image/2/1.jpgimage/2/2.jpgimage/2/3.jpgimage/2/4.pngimage/2/5.pngimage/2/6.png使用Notepad++打开打开查找对话框点选“正则表达式”在查找目标中输入正则表达式image/2.*jpg$就可以查找... 阅读全文
posted @ 2015-09-08 12:09 酷熊 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 新建两个控制台应用程序,一个是服务端,一个是客户端。1、服务端代码using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.Net.S... 阅读全文
posted @ 2015-09-06 09:48 酷熊 阅读(481) 评论(0) 推荐(0) 编辑
摘要: MyUnicodeReader.h#pragma once/************************************************************************//* 在“多字节字符集”属性的工程中读取Unicode文件** ---------------... 阅读全文
posted @ 2015-08-25 17:37 酷熊 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 写了一个Matrix模板类,需要重载struct Matrix { T mat[16]; template friend std::ofstream &operator &c);};template std::ofstream &operator &c){ for(... 阅读全文
posted @ 2015-07-21 15:03 酷熊 阅读(1760) 评论(0) 推荐(0) 编辑
摘要: dir /b >1.txt 阅读全文
posted @ 2015-07-17 11:48 酷熊 阅读(1066) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include using namespace std;bool check_sudoku(const vector& input);int coordtoidx(int row, int col);void extract_row(const... 阅读全文
posted @ 2015-07-02 11:11 酷熊 阅读(410) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include using namespace std;//打印输出数组内容到窗口void print_square(const vector &square);//设置默认的初始状态数组,最后一个数是2,其他都是0void set_defau... 阅读全文
posted @ 2015-07-02 11:10 酷熊 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 三千大佬(2015-6-29)Dj-discotheque/yamboo(2013-3-11)Still Walking步履不停/2008/是枝裕和/2012-4-23观Nobody Knows谁知赤子心/2004/是枝裕和/2012-4-24观Pushing Hands推手/1992/李安/201... 阅读全文
posted @ 2015-06-29 10:45 酷熊 阅读(209) 评论(0) 推荐(0) 编辑
摘要: // 由一组点集生成一张三角面片网格Geometry osg::Geometry* createTRIANGLESGeometry(MyMesh &mesh) { osg::ref_ptr triGeom = new osg::Geometry(); ... 阅读全文
posted @ 2015-06-19 09:49 酷熊 阅读(844) 评论(0) 推荐(0) 编辑
摘要: struct Subset{ std::vector vertexs;//位置 std::vector normals;//法向 std::vector texCoords;//纹理 std::vector indices;//索引下标 std::vector face... 阅读全文
posted @ 2015-06-19 09:48 酷熊 阅读(1098) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 40 下一页