|
标签:杂谈 |
深夜写下这篇文章,想记录一下参加07年ESRI
|
标签:校园生活 |
AccuRev开发流程
本文是根据AccuRev培训资料编译而成,目的是让大家更好了解AccuRev,翻译如有不确处,请见谅。
Understanding AccuRev Concepts(理解AccuRev概念)
Understanding the Developer Role(理解开发者角色)
Workspaces(工作空间)
4 basic workspaces command(四个基本的工作空间命令)
Exploring the role further…(浏览角色更多的内容)
TimeSafe Technology
|
用编程解决智力难题 某论坛的一道智力题,全文如下: [分享]挑战智商140的选择题 |
|||||
|
周一早上图像理解与分析课上,朱启疆老师讲了灰度共生矩阵算法,回去后我编程实现了这个算法。
内容如下:
共有 matrix.cpp
//matrix.cpp
/*
Visual C++ 6.0
matrix
designed by bfly
*/
#include <iostream>
#include <fstream>
#include <cstdlib>
#include <cmath>
#include <vector>
#include 'd_matrix.h'
template <typename
T>