码迷,mamicode.com
首页 >  
搜索关键字:le ge lt gt eq ne    ( 256714个结果
数组
C#所支持的数组种类与C和C++相同,包括一维数组和多维数组,这类数组通常被成为矩阵数组,与交错数组相反。为了声明一维数组myarray,可使用下面的c#语法:int[]myarray=newint[12];使用for循环可以用12个值来初始化它,如下所示:for(inti=0;i<myarray....
分类:其他好文   时间:2014-05-19 14:42:31    阅读次数:188
[游戏学习22] MFC 井字棋 双人对战
>_____ 2 #include "TicTac.h" 3 #include 4 #include 5 #include 6 using namespace std; 7 CMyApp myApp; 8 /*ofstream Cout("out.txt"); 9 void CM...
分类:其他好文   时间:2014-05-19 14:34:51    阅读次数:430
[再寄小读者之数学篇](2014-05-18 从正定矩阵构造正定矩阵)
设 ${\bf A}$ 为 $n$ 阶正定矩阵, ${\bf x}$, ${\bf y}$ 为 $n$ 维列向量且满足 ${\bf x}^t{\bf y}>0$. 证明矩阵 $$\bex {\bf M}={\bf A}+\cfrac{{\bf x}{\bf x}^t}{{\bf x}^t{\bf y...
分类:其他好文   时间:2014-05-19 14:00:09    阅读次数:254
ThinkPHP widge使用示例
1、widge一般用于公用模块的设计与使用,以便加强软件模块的复用性与重用性一般使用include方法设计公共模块,比如,但是此方法有一个缺陷,无法利用$this->a=a; + header.html中模板{$a}传递参数只能使用{$Think.session.var}获取以下方法失效 pu...
分类:Web程序   时间:2014-05-19 13:50:23    阅读次数:310
php翻页
">上一页 "> = $totalPage){echo $totalPage;}else{echo $page+1;} ?>">下一页
分类:Web程序   时间:2014-05-19 13:42:33    阅读次数:220
C#泛型列表List<T>基本用法总结
http://space.itpub.net/14466241/viewspace-624132示例代码如下:namespace SampleListT{ class Program { static void Main(string[] args) { //using System...
分类:其他好文   时间:2014-05-19 13:28:56    阅读次数:233
[游戏学习28] MFC 时钟
>____ 2 #include 3 #include "TAO_CLOCK.h" 4 5 #define SQUARESIZE 20 6 #define ID_TIMER_CLOCK 1 7 #define kuan 60 8 #define miaoL 200 9 #def...
分类:其他好文   时间:2014-05-19 13:27:41    阅读次数:379
oracle expdp 无法导出SYS下特定TABLE
创建测试表:D:\app\product\11.1.0\db_1>sqlplus "/as sysdba"SQL*Plus: Release 11.1.0.7.0 - Production on 星期日 5月 18 17:12:06 2014Copyright (c) 1982, 2008, Ora...
分类:数据库   时间:2014-05-19 13:23:49    阅读次数:473
[游戏学习27] MFC 匀速运动
>____ 2 #include "TicTac.h" 3 #define ID_TIMER_ELLIPSE 1 4 #define ID_TIMER_RECTANGLE 2 5 6 CMyApp myApp; 7 8 ///////////////////////////////...
分类:其他好文   时间:2014-05-19 13:17:17    阅读次数:312
[游戏学习25] MFC 橡皮筋画线效果
>__ 2 class CMyApp :public CWinApp 3 { 4 public: 5 virtual BOOL InitInstance(); 6 }; 7 class CMainWindow:public CFrameWnd 8 { 9 protected:10 B...
分类:其他好文   时间:2014-05-19 13:15:24    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!