Spiga

随笔档案 - 2006年11月

MDX 学习笔记2

2006-11-24 10:02 by 农夫三拳, 449 visits, 网摘, 收藏, 编辑
摘要:简单的学习了一下材质,光源和如何绘制图元。下面是绘制圆锥的一个例子, 写了许多注释,就不多说了哈!usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms;... 阅读全文

.Net下WinForm换肤控件整理

2006-11-22 21:47 by 农夫三拳, 5505 visits, 网摘, 收藏, 编辑
摘要:.Net下WinForm换肤控件整理 作者: 农夫三拳(drizzlecrj@gmail.com) 最近琼琼要做组原大作业,想做一个有着漂亮皮肤的界面,我当然得尽一点绵薄之力,于是到google狂搜了一下。结合我以前用过的换肤控件,现在这里做一个整理,希望琼琼能够找到中意的:-).以下介绍的换肤控件(排名不分先后)基本上都是要花钱注册的,委实郁闷,可以考虑自己贴图实现。1. 东日IrisSkin... 阅读全文

MDX 学习笔记1

2006-11-21 13:50 by 农夫三拳, 398 visits, 网摘, 收藏, 编辑

找最大的正方形

2006-11-08 17:32 by 农夫三拳, 500 visits, 网摘, 收藏, 编辑

和集

2006-11-08 12:20 by 农夫三拳, 300 visits, 网摘, 收藏, 编辑

最长合法序列

2006-11-05 17:59 by 农夫三拳, 404 visits, 网摘, 收藏, 编辑
摘要:/**//*http://acm.hnu.cn:8080/online/?action=problem&type=show&id=10179*/#include<iostream>usingnamespacestd;intGetMax(intB[],intlen){intmax=B[0];for(inti=1;i<len;i++){if(B[i]>max)m... 阅读全文

没时间看书,郁闷~

2006-11-04 21:26 by 农夫三拳, 137 visits, 网摘, 收藏, 编辑
摘要:上传课表,以资鼓励! 阅读全文

数的划分

2006-11-04 19:53 by 农夫三拳, 621 visits, 网摘, 收藏, 编辑
摘要:/**//*http://acm.hnu.cn:8080/online/?action=problem&type=show&id=10390*/#include<iostream>#include<vector>usingnamespacestd;longlongr[221][11][221];intf(intm,intn,intc){//只要分成两列,在首... 阅读全文