收集的网站

算法与数据结构:

http://www.cnblogs.com/woaishizhan/

http://www.cnblogs.com/LyonLys/

http://blog.csdn.net/z309241990/

http://blog.csdn.net/accelerator_/

http://blog.csdn.net/keshuai19940722/

http://www.cppblog.com/coreBugZJ/

http://www.cnblogs.com/JMDWQ/

http://www-cs-students.stanford.edu/~amitp/gameprog.html#Paths

https://github.com/truongduy134/UVA_Online_Judge_Solution

http://blog.csdn.net/zxy_snow/

https://github.com/ackoroa/UVa-Solutions

https://github.com/bouk/uva

http://code.google.com/r/469841185-318a/source/browse/

http://www.csdn.net/article/2013-09-03/2816800-Online-Coding-Contests-For-Programmers

http://blog.csdn.net/metaphysis/

http://blog.aikilis.com/

http://www.cnblogs.com/GBRgbr/

http://yzmduncan.iteye.com/

http://www.cppblog.com/syhd142/

http://www.cs.sunysb.edu/~algorith/implement/LEDA/implement.shtml

https://gist.github.com/Belbesy/

http://www.cppblog.com/Darren/

https://github.com/jbsilva/Maratona-ICPC

http://www.cnblogs.com/Lyush/

https://13codes.wordpress.com/

http://www.shadowxh.com/

https://github.com/infnty/acm

http://www.nocow.cn/index.php

http://en.wikipedia.org/wiki/Uniform-cost_search

http://cs.stanford.edu/people/eroberts/courses/soco/projects/2003-04/intelligent-search/inter.html

http://blog.csdn.net/ithomer/

http://blog.csdn.net/morewindows/

http://blog.csdn.net/v_JULY_v

http://lingyunjinzhu.blog.163.com/blog/#m=0

http://burtleburtle.net/bob/hash/doobs.html

http://www.gamedev.net/page/resources/_/technical/artificial-intelligence/a-pathfinding-for-beginners-r2003

http://www.sgi.com/tech/stl/

http://cstheory.stackexchange.com/questions/19759/core-algorithms-deployed/19773#19773

http://acm.nudt.edu.cn/~twcourse/ (台湾师范大学ACM入门教程)

http://www.comp.nus.edu.sg/~stevenha/programming/acmoj.html (UVa上的一些题解)

http://uvatoolkit.com/ (UVa上可以找到一个测试数据)

http://en.wikipedia.org/wiki/List_of_algorithms (算法清单)

http://blog.csdn.net/abcjennifer?viewmode=list (机器学习、人工智能)

http://www.stoimen.com/blog/2012/12/03/computer-algorithms-longest-increasing-subsequence/#more-3478 (算法博客)

http://www.csie.ntnu.edu.tw/~u91029/GraphArithmetic.html (算法笔记)

http://www.cs.usfca.edu/~galles/visualization/Algorithms.html (数据结构可视化)

http://www.acmwiki.com/ (ACM百科网)

http://blog.csdn.net/kenden23/ (算法博客)

http://blog.jobbole.com/56256/(机器学习的最佳入门学习资源)

http://www.cppblog.com/MatoNo1/ (算法博客)

http://lutaf.com/157.htm(中文分词算法代码大全)

http://www.cnblogs.com/Booble/ (算法博客)

http://m.sciencemag.org/site/feature/data/compsci/machine_learning.xhtml (机器学习资源)

http://blog.csdn.net/hqd_acm/article (算法博客)

http://acmicpc.info/ (ACM/ICPC信息站)

http://www.cnblogs.com/lzmfywz/ (算法博客)

http://www.keithschwarz.com/interesting/ (The Archive of Interesting Code)

http://www.wutianqi.com/ (算法博客)

http://www.notonlysuccess.com/ (算法博客)

http://hi.baidu.com/aekdycoin (算法博客)

http://blog.jobbole.com/52669/ (常见算法在实际项目中的应用)

http://code.google.com/p/as3crypto/

http://cmusphinx.sourceforge.net/wiki/tutorialsphinx4/  (语音识别)

http://www.softpanorama.org/index.shtml

http://bbs.csdn.net/topics/390768965 (代码面试最常用的10大算法)))

https://www.hackerrank.com/

http://www.geeksforgeeks.org/

http://visualgo.net/ (算法可视化学习)

http://www.smartcitychina.cn/zhyy/2014-12/3797.html   技术干货:人工智能和机器学习领域中有趣的开源项目

http://www.csdn.net/article/2014-12-05/2822967/1  11个开源机器学习项目

http://blog.jobbole.com/80621/   Google技术开发指南:给大学生自学的建议

http://www.acmerblog.com/   ACM之家

https://github.com/mlpack/mlpack   mlpack:可伸缩C++机器学习

http://sqybi.github.io/dlxcn/   dancing links

http://www.cppblog.com/notonlysuccess/archive/2009/07/10/89701.html 算法博客

http://www.cnblogs.com/tornadomeet/ 很全的学习笔记

http://julyedu.com/course/index/category/algorithm.html#m13 七月算法 

http://www.cnblogs.com/xkfz007/category/399699.html H.264/JM

https://msdn.microsoft.com/en-us/library/windows/desktop/ms684330(v=vs.85).aspx window service

https://msdn.microsoft.com/en-us/library/windows/desktop/aa379180(v=vs.85).aspx 进程权限

http://developer.51cto.com/art/201507/485365_all.htm   挑战这十七项编程 锻炼大脑并且提升能力

https://en.wikipedia.org/wiki/Cycle_detection#Tortoise_and_hare floyd判圈算法(判断是否有环、环起点及长度)

linux相关资料:

https://www.kernel.org/doc/man-pages/

http://lxr.linux.no/+trees

http://www.kerneltravel.net

http://os.51cto.com/art/201010/230450.htm

http://www.cut-the-knot.org/do_you_know/AllPerm.shtml



c++网站:

http://www.cplusplus.com/

http://en.cppreference.com/w/

http://www.java2s.com/Code/Cpp/CatalogCpp.htm

http://www.cppleyuan.com/forum.php (c++奋斗乐园)

http://qt-project.org/downloads (QT下载)

https://qt.gitorious.org/qt-solutions   (Qt Solutions Archive)

http://www.qtcentre.org/wiki/index.php?title=Main_Page Qt Center

http://blog.csdn.net/haoel/article/details/1948051 (详细讲解虚函数表)

http://www.cppblog.com/woaidongmao/archive/2008/04/18/47534.html (c++网络编程)

http://www.cs.wustl.edu/~schmidt/ACE.html (ACE)

http://blog.csdn.net/langeldep/article/details/6293655 ( 

C/C++程序员必须熟练应用的开源项目

)

http://blog.csdn.net/langeldep/article/details/7168054  (加密解密库)

http://www.vckbase.com/

https://en.wikipedia.org/wiki/Modern_C%2B%2B_Design Modern C++ Design 

https://github.com/fffaraz/awesome-cpp


chromium源码网站:

http://src.chromium.org/viewvc/

http://www.xiaohui.com/dev/server/20080903-webkit-opensource-project.htm

http://src.chromium.org/svn/


The International Obfuscated C CodeContest(国际乱码比赛):

http://www0.us.ioccc.org/years.html


Google Code:

http://code.google.com/hosting/


专注代码的网站:

http://sourceforge.net/

http://www.dmoz.org/Computers/

http://www.codeproject.com/

http://www.codeguru.com/

http://blog.csdn.net/code_godfather/article/details/5200913

https://github.com/

https://github.com/bitcoin/bitcoin/tree/master/src/qt (比特币代码)

https://github.com/twitter/summingbird (twitter 开源了summingbird ,一个流计算和批处理模式的融合体)

http://spark.incubator.apache.org/index.html (spark)

http://www.oschina.net/project/ (开源中国)

http://blog.donews.com/dgsheng/archive/2006/11/12/1076424.aspx (p2p)

https://github.com/mozilla/firefox-ios   iOS版Firefox


android

http://developer.android.com/develop/index.html

http://www.importnew.com/8229.html (安卓开发者必备的42个链接)

http://www.importnew.com/3988.html (Android开发者必知的开发资源 )

http://blog.csdn.net/lmj623565791/



数学

http://www.madio.net/forum-751-1.html


Online Judge

http://uva.onlinejudge.org/

http://poj.org/

http://acm.timus.ru/

http://acm.sgu.ru/

http://ipsc.ksp.sk/

http://acm.zju.edu.cn/onlinejudge/

http://cerberus.delos.com:791/usacogate

http://acm.hdu.edu.cn/

http://www.spoj.pl/

http://oj.leetcode.com/

http://codeforces.com/

http://community.topcoder.com/tc?module=AlgoRank

http://www.ioinformatics.org/contest/regional.shtml

http://ac.jobdu.com/problemset.php

http://acm.whu.edu.cn/blog/index.php

http://code.google.com/codejam/contests.html

http://www.wikioi.com/accounts/login/?next=/ wikiio

http://www.lydsy.com/JudgeOnline/   大视野在线测评


免费资料

http://blog.jobbole.com/5200/(国外程序员推荐的免费编程书籍资源)


java:

http://stackoverflow.com/

http://www.dzone.com

 http://leetcode.com/

http://docs.oracle.com/javase/

https://github.com/

https://www.coursera.org/

http://www.javaworld.com/

http://www.ibm.com/developerworks/java/

http://en.wikipedia.org/wiki/

 http://www.programcreek.com/

http://www.importnew.com/7469.html#comment-19015 (100个高质量Java开发者博客)

http://www.open-open.com/68.htm

http://openjdk.java.net/groups/hotspot/ openjdk

https://github.com/akullpp/awesome-java



游戏 :

http://code.google.com/p/rokon/

https://github.com/okamstudio/godot/

http://blog.csdn.net/gamesdev/article/details/18986265

http://www.genesis-3d.com.cn/  (搜狐畅游发布3D游戏引擎Genesis-3D 基于MIT协议开源)

http://blog.csdn.net/column/details/androidgame.html

http://software.intel.com/zh-cn/blogs/2012/03/20/400010004/?cid=sw:prccsdn2194 (一个游戏程序员的学习资料)

http://osgameclones.com/

http://www.csdn.net/article/2014-04-02/2819103-best-html5-and-javascript-game-engines

https://github.com/HaxePunk/HaxePunk    开源游戏开发框架HaxePunk


ios:

https://developer.apple.com/library/ios/navigation/


数据库:

https://github.com/facebook/rocksdb (RocksDB:Facebook的开源嵌入式KV数据库,基于LevelDB)

http://code.google.com/p/leveldb/source/checkout (LevelDB)

https://github.com/SequoiaDB/SequoiaDB    NoSQL数据库SequoiaDB正式开源


安全:

http://www.cnblogs.com/F4ncy/archive/2005/06/01/166299.html (博客)

http://bbs.pediy.com/archive/index.php (看雪论坛)

http://home.hackbase.com/tech/2009-08-13/54884.html

http://www.freebuf.com/news/12280.html

http://www.freebuf.com/tools/36545.html  免费DDOS攻击测试工具大合集


汇编:

http://www.aogosoft.com/


格式化代码的网站: 类似pastebin(这个现在一直连不上)

http://code.bulix.org/


大数据:

http://www.csdn.net/article/2014-03-19/2818832-open-source-technologies-nine-hadoop-companies

 

音视频:

http://www.cnblogs.com/huaping-audio/default.html?page=2


加密

http://www.cryptol.net/downloads.html   加密算法编写工具Cryptol DSL

https://github.com/awslabs/s2n  AWS公布TLS加密开源代码库s2n

协议

源码下载网
http://www.dssz.com/  搜珍网

机器学习
http://www.csdn.net/article/2015-12-10/2826435   最好的Python机器学习
架构
https://zeroc.com/distributions/ice 高效的开源中间件平台
http://dubbo.io/    dubbo

内核
http://blog.jobbole.com/54833/  成为linux内核高手

php
http://www.php-internals.com/  深入理解php内核thinking in php internals
http://www.walu.cc/  php的笔记

连接池

NLP:

机器学习)
https://www.kaggle.com/   kaggle比赛网站

解析器
http://re2c.org/ php中的zend就是用的这个

腾讯开源
https://github.com/Tencent/mars 微信终端跨平台网络基础组件 Mars


学习网站 

计算机视觉

php
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
!DOCTYPE html> <html 85.3333px;"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta http-equiv="Cache-Control" content="no-transform"> <meta name="applicable-device" content="mobile"> <meta http-equiv="Cache-Control" content="no-siteapp"> <title>【元旦倒计时】2020新年倒计时_距离2020年还有多少天</title> <style> .timebox2{width:640px;background-color:#FCF3E2;padding: 1rem 0;background: url(images/ks_bcg2.png) center center no-repeat;background-size: 100% 100%;} .timebox2 div,timebox2 span,timebox2 div span{color: #333 !important;} .timebox2 .timecounter span{color: #333 !important;} .timetext{width: 100%;text-align: center;} .timetexttitle{font-size:0.3rem;margin-bottom: 10px;color: #fff;} .timetextintro{font-size: 0.22rem;margin-bottom: 10px;color: #fff;padding: 0 1.52rem;box-sizing: border-box;} .timecounter{font-size: 0.6rem;} .txt{padding: 0 0.2rem;box-sizing:border-box;} .clearbg5{display: block;clear: both;width: 100%;height: 0.16rem;overflow: hidden;background-color: #eee;} .txt p{line-height: 30px;margin-top: 0.2rem;} .txt p img{width: 100%;} .timecounter span{color: #fff;} </style> <body> 2020年元旦倒计时 元旦时间:2020年1月1日 农历腊月初七 星期三 目前距离2020年元旦还有 127 天 10 时 24 分 8 秒 [removed] function getRTime() { var EndTime = new Date("2020/01/01 00:00:00"); //截止时间 var NowTime = new Date(); var t = EndTime.getTime() - NowTime.getTime(); var d = Math.floor(t / 1000 / 60 / 60 / 24); var h = Math.floor(t / 1000 / 60 / 60 % 24); var m = Math.floor(t / 1000 / 60 % 60); var s = Math.floor(t / 1000 % 60); document.getElementById("t_d")[removed] = d + " 天"; document.getElementById("t_h")[removed] = h + " 时"; document.getElementById("t_m")[removed] = m + " 分"; document.getElementById("t_s")[removed] = s + " 秒"; } setInterval(getRTime, 1000); [removed] </body> </html>

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

kgduu

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值