logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

方根法计算正反矩阵特征向量及最大特征根

原始正反矩阵(3X3)n=3:1, 0.20, 0.335, 1, 33, 0.33, 11. 计算判断矩阵每一行元素的乘积0.66150.992. 计算每一行的n次方根0.4042.4660.996sum = 3.8663. 归一化处理:即获得了每个指标的权重(特征向量)向量w=[W1', W2',...,Wn']

iPad页面管理——Split ViewController

Split View Controller类UISplitViewController是一种容器视图控制器用来管理两块信息。第一块面板的宽度固定为320points而高度则为窗口的可视高度。第二志面板则充满了剩余的可视空间。在landscape方向上,splitviewCon

#ipad#xcode#iphone
Linux systemd单元启动配置及日志之multi-user.target

anacron.servicecan be used to execute commands periodically, with a frequency specified in days.When executed, Anacron reads a list of jobs from a configuration file, normally /etc/anacrontabExecStart

#linux
Python——文件处理

#!/usr/bin/env python# -*- coding:utf-8 -*-import sys, os, zipfile, tempfile, tarfile, fnmatch;def read_file(fileName):'''read file and print file line count'''f = open(fileNa

#python
到底了