码迷,mamicode.com
首页 >  
搜索关键字:in the process of ma    ( 13908个结果
UV mapping
【UV mapping】 UV mappingis the3D modelingprocess of making a 2D image representation of a 3D model's surface. This process projects atexture maponto .....
分类:移动开发   时间:2014-07-22 22:45:15    阅读次数:303
拓扑排序
#include #include #include using namespace std;#define N 505int ma[N][N],ans[N],indegree[N];int main(){ int i,j,n,m; while(~scanf("%d %d",&n,&m)...
分类:其他好文   时间:2014-07-22 22:44:55    阅读次数:170
python fileinput 模块
典型用法: import fileinput for line in fileinput.input(): process(line) input 参数为空时,获取sys.argv[1:] 作为参数。如果文件名是“-”也是从标准输入获取参数。 input参数可以是一个List,也可以是...
分类:编程语言   时间:2014-07-22 08:25:35    阅读次数:183
xtu数据结构 D. Necklace
D. NecklaceTime Limit: 5000msMemory Limit: 32768KB64-bit integer IO format:%I64d Java class name:MainMery has a beautiful necklace. The necklace is ma...
分类:其他好文   时间:2014-07-22 00:08:37    阅读次数:236
contiki-main.c 中的process系列函数学习笔记 <contiki学习笔记之六>
说明:本文依然依赖于 contiki/platform/native/contiki-main.c 文件。-------------------------------------------------------------------------------------------------...
分类:其他好文   时间:2014-07-22 00:02:34    阅读次数:337
PHP JQuery Json
PHP: echo Json_encode($result);Jquery:$.get( 'process.php', {'p1':'aa','p2':'dd', 'data_type':'json'}, function(data){ ...
分类:Web程序   时间:2014-07-21 23:31:01    阅读次数:232
poj 1267
Cash Machine Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 26926   Accepted: 9518 Description A Bank plans to install a machine for cash withdrawal. The ma...
分类:其他好文   时间:2014-07-21 14:00:08    阅读次数:170
Diffie-Hellman Key Exchange – A Non-Mathematician’s Explanation
The Complete Diffie-Hellman Key Exchange Diagram The process begins when each side of the communication generates a private key. Each side then genera...
分类:其他好文   时间:2014-07-21 08:16:46    阅读次数:287
poj 2369 Permutations 置换水题
找循环节求lcm就够了,若答案是12345应该输出1,被坑了下。 #include #include #include #include #include #include using namespace std; #define INF 0x3FFFFFF #define MAXN 2222 #define eps 1e-6 int a[MAXN],p[MAXN],b[MAXN],vis[MA...
分类:其他好文   时间:2014-07-20 23:12:48    阅读次数:309
POJ3264Balanced Lineup(最基础的线段树)
采用一维数组建树。(因为一维数组建的是完全二叉树,时间上比用孩子节点指针建树慢,不过基本可以忽略=-=) #include #include #include using namespace std; const int INF = 0xffffff0; int minV=INF; int maxV=-INF; struct Node { int L,R; int minV,ma...
分类:其他好文   时间:2014-07-20 22:28:44    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!