码迷,mamicode.com
首页 > 其他好文
数字整除
数字整除 Time Limit: 1000ms, Special Time Limit:2500ms, Memory Limit:65536KB Total submit users: 72, Accepted users: 66 Problem 10932 : No special judgement Problem description...
分类:其他好文   时间:2014-07-12 19:57:46    阅读次数:183
网络设备
PCI设备...
分类:其他好文   时间:2014-07-12 19:13:39    阅读次数:266
数学图形(1.40)T_parameter
不记得在哪搞了个数学公式生成的图形.vertices = 1000t = from 0 to (2*PI)r = 2.0x = r*(5*cos(t) - cos(6*t))y = r*(3*sin(t) - sin(4*t))给线加上一维变量的变化,使之变成面:vertices = D1:360 ...
分类:其他好文   时间:2014-07-12 14:31:10    阅读次数:214
flightless bird
二十四载悠悠岁月,悄然从指尖溜走曾经以为生命里一定还会重现的怀恋,却永远成为过去曾经憧憬的美好未来,却迟迟未来时过境迁,也已到了开始忧愁岁月的岁月风华正茂,本该激情燃烧岁月,却在质疑这生命的意义,迈不出奋斗的脚步沉舟侧畔千帆,病树前头万木可我,是一只折翼之鸟谨以此开篇,在这里记录下成长的点滴,干枯的...
分类:其他好文   时间:2014-07-12 14:32:27    阅读次数:219
hdu 3315 My Brute 费用流,费用最小且代价最小
很常见的想法了= =#include #include #include using namespace std;const int N=400;const int MAXE=200000;const int inf=10&&d[u]+edge[j].w=0) printf("Oh, I lose ...
分类:其他好文   时间:2014-07-12 14:33:52    阅读次数:167
hdu 2489 Minimal Ratio Tree 枚举+最小生成树
点的总数很小,直接枚举就好。#include #include #define N 20#define inf 1000000int mk[N],n,k,ans[N];double low[N],val[N];double map[N][N],MIN;double prim(){ int i,...
分类:其他好文   时间:2014-07-12 14:33:11    阅读次数:174
单例模式
单例模式的意思就是只有一个实例。单例模式确保某一个类只有一个实例,而且自行实例化并向整个系统提供这个实例。这个类称为单例类。1.单例模式的要点: 显然单例模式的要点有三个;一是某个类只能有一个实例;二是它必须自行创建这个实例;三是它必须自行向整个系统提供这个实例。2.单例模式的优点: 1.实例控.....
分类:其他好文   时间:2014-07-12 14:34:36    阅读次数:191
hdu 1059 Dividing 多重背包
就是看能不能装满给定容量的背包。#include #include int dp[200000],a[15];int main(){ int cas=0,c; int i,j,k; while(1) { int sum=0; cas++; ...
分类:其他好文   时间:2014-07-12 14:35:59    阅读次数:188
HDU 2448 Mining Station on the Sea km
#include#include#include#include#includeusing namespace std;const int maxn = 105;const int INF = (1t){ slack[y]=t; } } ...
分类:其他好文   时间:2014-07-12 14:37:16    阅读次数:243
poj 3522 Slim Span 最大边减最小边最小的生成树
枚举最小边进行kruskal。#include #include using namespace std;#define maxn 120#define maxm 10000struct edge{ int u,v,w;}e[maxm];int p[maxn],n,m;int find(int...
分类:其他好文   时间:2014-07-12 14:37:52    阅读次数:250
单链表的初始化和创建(尾插法)
1 #include 2 #include 3 typedef struct Node 4 { 5 int data; 6 struct Node *next; 7 }Node,*LinkList; 8 9 void initList(LinkList *L)10 {11 ...
分类:其他好文   时间:2014-07-12 14:38:30    阅读次数:201
hdu 2492 Ping pong 线段树
给定一个序列,求出一共有多少个三元组(ai,aj,ak),使得i#include #define maxn 100200#define N 20100int sum[maxn*4];int lmax[N],lmin[N],rmax[N],rmin[N];int ans[N];void pushup(...
分类:其他好文   时间:2014-07-12 14:39:08    阅读次数:174
数学图形(1.37)伯努利双纽线(无穷大的符号)
在数学中, 伯努利双纽线是由平面直角坐标系中的以下方程定义的平面代数曲线 :(x^2 + y^2)^2 = 2a^2 (x^2 - y^2).曲线的形状类似于打横的阿拉伯数字 8 或者无穷大的符号。关于伯努利双纽线的描述首见于1694年,雅各布·伯努利将其作为椭圆的一种类比来处理。椭圆是由到两个定点...
分类:其他好文   时间:2014-07-12 14:41:53    阅读次数:633
HttpWatch工具简介及使用技巧(转载)
一 概述:HttpWatch强大的网页数据分析工具.集成在Internet Explorer工具栏.包括网页摘要.Cookies管理.缓存管理.消息头发送/接受.字符查询.POST 数据和目录管理功能.报告输出 HttpWatch 是一款能够收集并显示页页深层信息的软件。它不用代理服务器或一些复杂的...
分类:其他好文   时间:2014-07-12 14:42:31    阅读次数:424
数学图形(1.36)曳物线
曳物线,从曲线C上某一动点P的切线与某一定直线l的交点Q到点P的线段长恒为定值,则称曲线C为曳物线(tractrix)。直线l为其渐近线。写法1:vertices = 1000t = from (-2*PI) to (2*PI)x = 2/[E^t+E^(-t)]y = t-tanh(t)x = l...
分类:其他好文   时间:2014-07-12 14:43:43    阅读次数:715
PatentTips - Scheduling compute kernel workgroups to heterogeneous processors based on historical processor execution times and utilizations
BACKGROUND OF THE INVENTION 1. Field of the InventionThe present invention relates generally to heterogeneous computer systems.2. Background ArtComput...
分类:其他好文   时间:2014-07-12 14:44:24    阅读次数:296
学习《Hardware-Ef?cient Bilateral Filtering for Stereo Matching》一文笔记。
个人收藏了很多香港大学、香港科技大学以及香港中文大学里专门搞图像研究一些博士的个人网站,一般会不定期的浏览他们的作品,最近在看杨庆雄的网点时,发现他又写了一篇双边滤波的文章,并且配有源代码,于是下载下来研读了一番。
分类:其他好文   时间:2014-07-12 14:45:00    阅读次数:262
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!