17. (Ando-Zhan) 设 $A,B\in M_n$ 半正定, $\sen{\cdot}$ 是一个酉不变范数, 则 $$\bex \sen{(A+B)^r}\leq \sen{A^r+B^r},\quad (0<r\leq 1), \eex$$ $$\bex \sen{(A+B)^r}\ge...
分类:
其他好文 时间:
2014-11-05 21:15:04
阅读次数:
163
GE是大于等于号(>=),GT是大于号(>),LE是小于等于号(判断是否“大于”.gt.判断是否“大于”>=判断是否“大于或等于”.ge.判断是否“大于或等于”<判断是否“小于”.lt.判断是否“小于”<=判断是否“小于或等于”.le.判断是否“小于或等于”逻辑判断式.and.交集,如果两边的表达式...
分类:
其他好文 时间:
2014-11-05 18:48:21
阅读次数:
303
Test.javapackage package1;public class Test { double side1 = -1 , side2 = -1 , side3 = -1 , area = -1; boolean triangle; public double ge...
分类:
Web程序 时间:
2014-11-05 09:11:13
阅读次数:
208
Description
The branch of mathematics called number theory is about properties of numbers. One of the areas that has captured the interest of number theoreticians for thousands of years is the qu...
分类:
其他好文 时间:
2014-11-05 00:33:10
阅读次数:
200
map遍历数组//=========for循环遍历==========var arr[1,2,3,4,5];for(var i=0;i 3 ? ele * 2 : ele;});View CodejQuery对象与DOM对象才做元素和互转//dom 操作var dvObj = document.ge...
分类:
Web程序 时间:
2014-11-04 19:32:28
阅读次数:
262
SQLite是一个著名的免费数据库(不管是商用还是私人使用都免费),已经向众多公司如Adobe, Airbus, Apple, google, GE, Microsoft等提供了支持。SQLite不像其它多数的SQL数据库,它没有一个独立的服务进程,它是独立的、无进程的数据库(用起来它也像一个语言库...
分类:
数据库 时间:
2014-11-04 17:04:30
阅读次数:
215
有时app会需要点击某个item并实现选中的效果,例如做pad时用Fragment实现的左侧列表右侧内容的效果,点击左侧某一个item后会高亮选中有时简单的使用setSelected(boolean b)或setSelection(int position)会不成功,需要重写Adapter,并在ge...
分类:
其他好文 时间:
2014-11-03 22:25:00
阅读次数:
213
function Map() //自定义map{ this.container = new Object();}Map.prototype.put = function(key, value){ this.container[key] = value;};Map.prototype.ge...
分类:
Web程序 时间:
2014-11-03 16:12:18
阅读次数:
280
zzbank 一个月折腾总结小总结:#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++#+ Ruiy-ge;#+#+ Tech #+ Tel: 150 5519 367#+#++++++++++++++++++++++++++++++...
分类:
其他好文 时间:
2014-11-03 12:43:44
阅读次数:
167
网络模块(1)一.服务端:暂时就以libevent模块,共享内存等下1.GS打开,首先创建4个libevent子线程,当然为每个线程设置连接通知回调函数,这个是基于sockpair的,然后再创建一个监听线程,专门负责监听2.监听线程收到一个连接后,通过轮询选择一个线程,然后向这个线程的conn_qu...
分类:
其他好文 时间:
2014-11-01 06:11:11
阅读次数:
238