http://book.51cto.com/art/201204/328247.htm
                            
                            
                                分类:
其他好文   时间:
2014-05-05 12:36:08   
                                阅读次数:
216
                             
                    
                        
                            
                            
                                #include #ifdef __cplusplusextern "C" 
{#endif#include #include //#include #ifdef _MSC_VERint strcasecmp(const char 
*s1, const char *s2){ while ((*s...
                            
                            
                                分类:
其他好文   时间:
2014-05-05 11:09:37   
                                阅读次数:
382
                             
                    
                        
                            
                            
                                最简单的方式是使用 mysql 的 ORDER BY RAND() 子句。SELECT 
col1 FROM tbl ORDER BY RAND() LIMIT 
10;它能很好的运行在小表中。然而,对于大表,生成随机列表行时将产生一个严重的性能问题,MYSQL 需要对每一行进行随机,然后对它们排序。即...
                            
                            
                                分类:
数据库   时间:
2014-05-05 11:04:53   
                                阅读次数:
483
                             
                    
                        
                            
                            
                                $\bf命题1:$设$\left\{ {{a_n}} 
\right\}$为单调增加的数列,则$\lim \limits_{n \to \infty } {a_n} = \mathop {Sup}\limits_{k 
\ge 1} \left\{ {{a_k}} \right\}$证明:记\[M = ...
                            
                            
                                分类:
其他好文   时间:
2014-05-04 20:40:45   
                                阅读次数:
382
                             
                    
                        
                            
                            
                                $\bf命题1:$任何实数都是某个有理数列的极限证明:设$A$为实数,若$A$为有理数,则令\[{a_n} = A,n \in {N_ + 
}\]即可,若$A$为无理数,则令\[{a_n} = \frac{{\left[ {nA} \right]}}{n},n \in {N_ + 
}\]其中${\l...
                            
                            
                                分类:
其他好文   时间:
2014-05-04 20:34:28   
                                阅读次数:
247
                             
                    
                        
                            
                            
                                主要功能:实现 网页离线加载。基本思想来源于AFCache。作者是Rob 
Napier(IOSX Programming的作者)。使用方法:To build, you will need the Reachability code 
from Apple (included). That requir...
                            
                            
                                分类:
其他好文   时间:
2014-05-04 20:32:05   
                                阅读次数:
1699
                             
                    
                        
                            
                            
                                $\bf命题1:$任意方阵$A$均可分解为可逆阵$B$与幂等阵$C$之积证明:设$r\left( A \right) = 
r$,则存在可逆阵$P,Q$,使得\[PAQ = \left( 
{\begin{array}{*{20}{c}}{{E_r}}&0\\0&0\end{array}} \right...
                            
                            
                                分类:
其他好文   时间:
2014-05-04 20:20:38   
                                阅读次数:
337
                             
                    
                        
                            
                            
                                $\bf命题:$设实二次型\[f\left( {{x_1}, \cdots ,{x_n}} 
\right) = \sum\limits_{i = 1}^n {{{\left( {{a_{i1}}{x_1} + \cdots + 
{a_{in}}{x_n}} \right)}^2}} \]证明二次型的...
                            
                            
                                分类:
其他好文   时间:
2014-05-04 20:17:42   
                                阅读次数:
286
                             
                    
                        
                            
                            
                                产品名称:Mifare 4K(S70)卡 芯片类型:Philips Mifare 1 
S70(MOA2) 存储容量:32Kbit,32个分区,每分区两组密码 工作频率:13.56 MHz 通讯速率:106KBoud 读写距离:2.5~10cm 
读写时间:1~2ms 工作温度:-20℃~...
                            
                            
                                分类:
其他好文   时间:
2014-05-04 20:15:16   
                                阅读次数:
317
                             
                    
                        
                            
                            
                                $\bf命题2:$设$A$,$B$均为实对称半正定阵,则$A$,$B$可同时合同对角化证明:由$A,B$半正定知$A+B$半正定,则存在可逆阵$P$,使得\[{P^T}\left( 
{A + B} \right)P = diag\left( {{E_r},0} \right)\]设\[{P^T}AP...
                            
                            
                                分类:
其他好文   时间:
2014-05-04 20:11:24   
                                阅读次数:
336