1. 成员之间实行积分制度,规则如下:①在完成自己任务的基础上,帮助其他成员解决问题,加 1 分;②完成重大难题突破,加 1 分;③每周选出每日之星,加 1 分;④连续三天进度无进展,扣1 分;2. 实时更新如下: 张晨建:10(基础分)+ 1(实现百度API的使用) 郎国杰:10(基础分) + 1...
分类:
其他好文 时间:
2015-06-09 21:36:00
阅读次数:
130
一:概述 如我们在Elements一章中看到的那样,Pads是element对外的接口。数据流从一个element的source pad到另一个element的sink pad。pads的功能(capabilities)决定了一个element所能处理的媒体类型。 一个pad的类型由2个特性决定:它...
分类:
其他好文 时间:
2015-06-09 21:36:50
阅读次数:
500
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=5265pog loves szh IIDescriptionPog and Szh are playing games.There is a sequence with n numbers, Pog wil...
分类:
其他好文 时间:
2015-06-09 21:36:18
阅读次数:
104
主要介绍基于XPATH的文本分析方式的实现,代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using HtmlAg...
分类:
Web程序 时间:
2015-06-09 21:33:45
阅读次数:
158
1 class Solution { 2 public: 3 bool isHappy(int n) { 4 int dig[1000],cnt,ans; 5 memset(dig,0,sizeof(dig)); 6 while(1) 7 ...
分类:
移动开发 时间:
2015-06-09 21:36:03
阅读次数:
140
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2015-06-09 21:35:35
阅读次数:
113
急求WINRAR4.2破解方式或注册码,谢谢大侠们!~亲,我是复制别个的但是可以用64位32位都可以用 自己动手破解 那感觉才棒! 来吧 将以下数据复制到记事本中 然后另存名为“rarreg.key”文件 (注意文件格式是key) 然后将rarreg.key文件放在winrar的安装文件夹内就ok了...
Filter 是DirectShow中最基本的概念。DirectShow使用Filter Graph来管理Filter(管理者叫做Filter Graph Manager)。Filter Graph是Filter的“容器“,而Filter是Filter Graph中的最小功能模块。Filter一般由...
分类:
其他好文 时间:
2015-06-09 21:36:20
阅读次数:
140
State of Hyperparameter SelectionDANIEL SALTIELVIEW NOTEBOOKHistoricallyhyperparameter determination has been a woefully forgotten aspect of machine l...
分类:
其他好文 时间:
2015-06-09 21:35:03
阅读次数:
143
北师大历史系1965级同学聚会(山西长治)北师大历史系1965级同学聚会(山西长治)
分类:
其他好文 时间:
2015-06-09 21:35:53
阅读次数:
565
whie(!images[currentImage].endWith(".PNG")&&!images[currentImage].endWith(".png"))//这是什么意思啊?要考我离散数学?来试一试,,不对while(!images[currentImage].endsWith(".png...
分类:
移动开发 时间:
2015-06-09 21:34:14
阅读次数:
141
Node.JS 前辈 C 程序猿 Ryan Dahl(http://four.livejournal.com/)工程,根据 Google 著名的开源 JavaScript 发动机 V8 对于二次开发 Web I/O server(http://nodejs.org/)。V8 是很快的 JavaScr...
分类:
Web程序 时间:
2015-06-09 21:35:38
阅读次数:
159
AVL树:带有平衡条件的二叉查找树,即一棵AVL树是其每个节点的左子树和右子树的高度最多相差1的二叉查找树。一般通过Single Rotate和Double Rotate来保持AVL树的平衡。AVL树的实现如下:1) Single Rotate2)Double Rotate1) Single Rot...
分类:
其他好文 时间:
2015-06-09 21:33:58
阅读次数:
136
1、概述Canvas 用于在网页展示图像,并且可以定制内容,基本上它是一个可以用JavaScript操作的位图(bitmap)。Canvas API用于网页实时生成图像,JavaScript通过API来操作图像内容。这样做的优点是:减少HTTP请求数,减少下载的数据,加快网页载入时间,可以对图像进行...
分类:
Web程序 时间:
2015-06-09 21:32:09
阅读次数:
122
(注:本文部分内容转自互联网)一. 安装程序Step 1:下载matlab的安装文件至主目录下,讲matlab文件重命名为Mathworks.Matlab.R2012a.Unix.isoStep 2:挂载iso文件sudo mount -o loop Mathworks.Matlab.R2012a....
分类:
系统相关 时间:
2015-06-09 21:34:10
阅读次数:
221
如果想从B界面传值给A界面,不包含从B界面push到A界面,简单思路如下:1.在要传值的界面建立代理,在这里,B需要传值,在B中建立协议:B.h@protocol passValue - (void)setPassValue:(NSString *)str;@end2.在B界面设置一个代理属性:@p...
分类:
其他好文 时间:
2015-06-09 21:34:16
阅读次数:
141