码迷,mamicode.com
首页 >  
搜索关键字:do it    ( 12356个结果
关于开源的RTP——jrtplib的使用
session.BeginDataAccess(); if (session.GotoFirstSource()){ do{ RTPPacket *packet; while ((packet = session.GetNextPacket()) != 0){ ...
分类:其他好文   时间:2014-07-29 14:12:48    阅读次数:282
linux svn
linux svn一下内容转载于:http://blog.chinaunix.net/space.php?uid=22976768&do=blog&id=1640924。这个总结的很好~windows下的TortoiseSVN是资源管理器的一个插件,以覆盖图标表示文件状态,几乎所以命令都有图形界面支...
分类:系统相关   时间:2014-07-29 13:48:08    阅读次数:374
OceanBase server处理网络包的回调逻辑
OceanBase处理网络包的逻辑还是蛮绕的,这里以UPS为例,作为给自己的备忘。UPS代码的main.cpp中调用ObUpdateServerMain的start启动server。start函数会调用ObUpdateServerMain的do_work函数,此函数调用ObUpdateServer类...
分类:其他好文   时间:2014-07-29 13:45:28    阅读次数:236
Get Eco-Bags Are A Great Way To Start
Firstly, they are a very good fit, and a favorite pilot enthusiasts.Vacuuming question is not one of the sexiest do? Home. Therefore, it is important ...
分类:其他好文   时间:2014-07-29 13:29:48    阅读次数:271
ZOJ 3732 Graph Reconstruction Havel_Hakimi定理
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5078 题意:有N个点组成无向图,每个点的度为ai,问是否能组成图,并且组成的图方式是否唯一。 思路:Havel_Hakimi定理的应用。 (以下转载) 1,Havel-Hakimi定理主要用来判定一个给定的序列是否是可图的。 2,首先介绍一下度序列:若把图 ...
分类:其他好文   时间:2014-07-29 13:01:28    阅读次数:319
spin.js使用
spin.js,ruby上使用例子<divid="spinBody"> <div> <%form_tag"/login",:id=>"login_form"do-%> <tablewidth="100%"cellpadding="3"style="margin-top:15px;"> <tr> <thstyle="width:80px;"><%=t"a.loginid"%></th> <td..
分类:Web程序   时间:2014-07-28 16:47:24    阅读次数:294
HDU - 1789 Doing Homework again
Description Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline of handing in the homework. If Ignatius hands in the ho...
分类:其他好文   时间:2014-07-28 16:04:23    阅读次数:262
Lesson 27-28 Do you like to eat out?
一 Words 1 recession-proof 抗衰退 2 desperate 拼命的,急切的,极度渴望的 e.g. Desperate with anxiety,Bob and Hans searched the whole house.焦急万分的鲍勃和汉斯把整座房子找了个遍 3 vary 变...
分类:其他好文   时间:2014-07-28 15:18:53    阅读次数:298
python with原理
在python2.5+中可以用with来保证关闭打开的文件with open('hello.txt') as f: do some file operations为什么要引入with呢?在之前如果要保证关闭文件需要这样:f = open('hello.txt')try: do some fi...
分类:编程语言   时间:2014-07-28 11:36:00    阅读次数:305
Machine Learning Notes, MOOC, W1_Introduction
Definition of Supervised Learning and unsupervised learningIdea of supervised learning is to teach computer how to do something.Idea of unsupervised l...
分类:其他好文   时间:2014-07-28 11:32:10    阅读次数:183
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!