上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 156 下一页

2014年11月26日

万能数据库查询分析器 6.02发布,本人为之撰写的相关技术文章达71篇

摘要: 万能数据库查询分析器 6.02发布,本人为之撰写的相关技术文章达71篇 中国本土程序员马根峰(CSDN专访马根峰:海量数据处理与分析大师的中国本土程序员 http://www.csdn.net/article/2014-08-09/2821124)推出的个人作品----万能数据库查询分析器,中... 阅读全文

posted @ 2014-11-26 08:08 吴一达 阅读(148) 评论(0) 推荐(0)

2014年11月25日

python实现博客自动刷点击脚本

摘要: #A Auto-Visit Web Site Toolimport urllibimport timeimport randomprint "Auto Click the WebPage for Click-Num..."for i in range(30): fs = urlli... 阅读全文

posted @ 2014-11-25 22:08 吴一达 阅读(1346) 评论(0) 推荐(1)

2014年11月23日

OpenGL OpenCV根据视差图重建三维信息

摘要: 代码如下: // disparity_to_3d_reconstruction.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" //Huang,Haiqiao coded on Dec.2009代码出处: //http://www.op... 阅读全文

posted @ 2014-11-23 15:19 吴一达 阅读(423) 评论(1) 推荐(0)

2014年11月22日

【编程练习】快速select算法的实现

摘要: 代码来自: http://blog.csdn.net/v_JULY_v 算法思想: // Quick_select.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include using namespace std... 阅读全文

posted @ 2014-11-22 21:51 吴一达 阅读(197) 评论(0) 推荐(0)

c语言部分库函数,代码实现,以及细节理解

摘要: 代码来自: http://blog.csdn.net/v_JULY_v //得9 分 //为了实现链式操作,将目的地址返回,加2 分! char * strcpy( char *strDest, const char *strSrc ) { assert( (strDest != ... 阅读全文

posted @ 2014-11-22 21:32 吴一达 阅读(248) 评论(0) 推荐(0)

2014年11月21日

The 16th tip of DB Query Analyzer

摘要: The 16th tip of DB Query Analyzer ---- SQL Schedule will be executed even DBMS has ever been down in 6.02 Ma Genf... 阅读全文

posted @ 2014-11-21 08:55 吴一达 阅读(144) 评论(0) 推荐(0)

2014年11月19日

Notice to users of DB Query Analyzer in Windows 7, Windows 8 and Windows 10

摘要: UnlikeWinXP, VISTA, Windows2000, Windows Nt and Win98,Windows 7 / Windows 8 / Windows 10 select ‘/’ as the default seperator character between sh... 阅读全文

posted @ 2014-11-19 09:39 吴一达 阅读(174) 评论(0) 推荐(0)

使用“万能数据库查询分析器”的Windows 7、Windows 8、Windows 10的用户须知

摘要: 与以前的Windows操作系统版本(包括WinXP/VISTA/Windows2000/WindowsNt/Win98)不同,Windows 7、Windows 8、Windows 10短日期采用的分隔符默认为“/”,而以前的默认分隔符为“-”。这会导致“万能数据库查询分析器”的运行过程中... 阅读全文

posted @ 2014-11-19 08:59 吴一达 阅读(210) 评论(0) 推荐(0)

2014年11月18日

win7 64位系统,vs2010下配置OpenGL开发环境

摘要: glut下载地址: http://www.opengl.org/resources/libraries/glut/glutdlls37beta.zip 或者:http://user.xmission.com/~nate/glut.html 1. 把解压得到的glut.h放到"C... 阅读全文

posted @ 2014-11-18 16:19 吴一达 阅读(175) 评论(0) 推荐(0)

2014年11月16日

OpenCV stereo matching 代码 matlab实现视差显示

摘要: 转载请注明出处:http://blog.csdn.net/wangyaninglm/article/details/44151213, 来自:shiter编写程序的艺术 基础知识 计算机视觉是一门研究使用计算机来模拟人的视觉系统的学科。“一图胜千言”,人类对于图像中的信息感知效率... 阅读全文

posted @ 2014-11-16 22:47 吴一达 阅读(989) 评论(0) 推荐(0)

上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 156 下一页

导航