自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

无知的我

先入行,知深浅,再抉择

  • 博客(34)
  • 资源 (180)
  • 收藏
  • 关注

原创 论文读书笔记--The google file system

说明:这篇论文主要介绍了google分布式文件系统GFS,设计该文件系统的目的主要有以下几点:1、组件经常故障的困扰,GFS用多台廉价的机器实现了大型服务器的健壮性;2、大文件的烦恼;3、大多数文件更新时至少增加数据而不是重写数据,要处理更新时原子操作以及文件缓存;4、GFS增加灵活性,简化了文件系统。下面列出本文的一些要点:1、设计时假设--该系统建立在廉价的组件上(例如PC),这些

2013-08-30 17:03:57 2189

转载 如何与教授用电子邮件联系

来源:http://www.douban.com/note/218446985/ 昨天看到某水的《我想听听你们说话的声音》,挺感动的。今天又看到这篇《玩笑贴》,里面第一条说要开一个四课时的“邮件的写作规范及修辞”,才想起曾经也写过这个问题。这些东西是我刚来美国的时候,参加一个讲授如何写邮件的讲座的笔记,那时候我还没怎么写过事务性的邮件。现在近两年过去了,我大概平均每周要收一百封邮件,发二三

2013-08-30 09:38:32 8546

原创 C. Ilya and Matrix

time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputIlya is a very good-natured lion. He likes maths. Of all mathema

2013-08-30 09:34:17 1708

原创 B. Chilly Willy

time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputChilly Willy loves playing with numbers. He only knows prime num

2013-08-29 08:57:51 1524

原创 Linear Time Selection[An Ω(nlogn) Sorting Lower Bound]

Theorem: every "comparison-based" sorting algorithm has worst-case running time  Ω(nlogn).Comparison-Based sort: accesses input array elements only via comparisonsExamples: MergeSort, QuickS

2013-08-28 16:29:25 1773

原创 B. New Problem

time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputComing up with a new problem isn't as easy as many people think.

2013-08-28 09:27:26 1462

原创 利用Ansj进行新闻关键词提取

之前已经提到过使用FudanNLP进行新闻关键词提取,无奈组长不满意于是换成了ictclas,在我的ubuntu13.04上面ictclas跑得很好,可惜到别人的机器上就报错,没办法,只好再一次换工具,经过晓阳童鞋推荐,这次换成了ANSJ,据说这个工具就是早先ictclas的JAVA版本。

2013-08-27 17:09:47 29962 25

原创 B. Ciel and Flowers

time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputFox Ciel has some flowers: r red flowers, g green flowers and b

2013-08-27 09:37:16 2101

原创 A. Next Test

time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard output«Polygon» is a system which allows to create programming tasks i

2013-08-26 09:17:00 1794

原创 A1. Special Task-30 points

time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputSpecial Agent Smart Beaver works in a secret research department

2013-08-23 09:53:38 1369

原创 A. Mysterious strings

time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputInputThe input contains a single integer a (1 ≤ a ≤ 40).

2013-08-22 09:25:29 1508

原创 利用ictclas进行新闻关键词提取

http://cjp1989.iteye.com/blog/1856613 这篇文章已经介绍了ictclas在win32位下面的配置,下载他的源码,那个工程师可以直接运行的。这里是在那篇文章的基础上介绍ictclas在win64位下面的配置,以及如何解决UTF-8乱码的问题。1、首先下载那个作者的文件,导入到工程中去 2、去http://ictclas.nlpir.org/downlo

2013-08-21 17:14:13 5065 4

原创 B. Petya and Square

time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputLittle Petya loves playing with squares. Mum bought him a square

2013-08-21 09:34:30 2364

原创 使用Java API对HBase进行操作

import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.hbase.HBaseConfiguration;import org.apache.hadoop.hbase.HColumnDescriptor;import org.apache.hadoop.hbase.HTableDescriptor;impor

2013-08-20 11:07:20 2073

原创 A. Chat Server's Outgoing Traffic

time limit per test1 secondmemory limit per test64 megabytesinputstandard inputoutputstandard outputPolycarp is working on a new project called "Polychat". Following

2013-08-20 09:04:27 1545

原创 A. Pythagorean Theorem II

time limit per test3 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputIn mathematics, the Pythagorean theorem — is a relation in Eucli

2013-08-19 10:00:22 1537 2

原创 CNGI高校驻地网IPv6用户数量排名

排名学校名称独立ipv6地址总数填写验证码的独立IPv6地址总数1南京农业大学90726265312北京邮电大学32983120883北京师范大学26028517614湖南大学197869102765北京化工大学124738142176华南师范大学

2013-08-18 18:56:54 2335

原创 B. Olympic Medal

time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputThe World Programming Olympics Medal is a metal disk, consisting

2013-08-16 16:45:22 1466

原创 B. Eugeny and Play List

time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputEugeny loves listening to music. He has n songs in his play list

2013-08-15 16:47:26 1595

原创 利用FudanNLP进行新闻关键词提取

在做新闻推荐系统的时候,首先要做的应该是抓取新闻,从中提取关键字,其次是运用机器学习里面的聚类分类方法根据浏览记录对用户进行分组,在组内进行推荐。在这里我只是简单说下抓取新闻之后如何从中提取出关键字,其他内容就不在这里介绍了。关于提取关键字的理论基础,强烈推荐大家看这篇文章:TF-IDF与余弦相似性的应用(一):自动提取关键词,作者是大名鼎鼎的阮一峰。了解了提取关键字是怎么一回事后,接下来就是

2013-08-14 14:45:42 18628 3

原创 A. Sleuth

time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputVasya plays the sleuth with his friends. The rules of the game a

2013-08-14 14:05:57 1989

原创 Stanford Machine Learning:Statement of Accomplishment

This course comes to the end. I got a statement of accomplishment in Chinese Valentine's Day which is also called Double Seventh Festival.In the last video, Professor Andrew Ng said a few words

2013-08-14 12:31:35 2025

原创 Stanford Algorithms: Design and Analysis, Part 1 [Final Exam]

I have just tried the final exam. It took me about one hour. The result is so bad!!! Answer will be posted here after the deadline. Please cherish your honor code.

2013-08-14 10:18:35 6652 8

原创 B. Reading

time limit per test1 secondmemory limit per test256 megabytesinputinput.txtoutputoutput.txtVasya is going to the Olympics in the city Ntown by train. The boy wants to

2013-08-13 09:19:52 1407

原创 A. Flag

time limit per test2 secondsmemory limit per test64 megabytesinputstandard inputoutputstandard outputAccording to a new ISO standard, a flag of every country should h

2013-08-12 12:06:52 1522

原创 Stanford Algorithms: Design and Analysis, Part 1[week 6]

Problem Set-6

2013-08-11 15:09:14 5922 11

原创 B. Meeting

time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputThe Super Duper Secret Meeting of the Super Duper Secret Militar

2013-08-09 09:12:34 1120

原创 E. Tetrahedron

time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputYou are given a tetrahedron. Let's mark its vertices with letter

2013-08-08 16:07:24 1422

转载 论这两年不断突破心理底线的互联网薪水by OfferCome

发信人: wxkawxk (狼狈的狼), 信区: WorkLife 标  题: 论这两年不断突破心理底线的互联网薪水by OfferCome 发信站: 北邮人论坛 (Mon Aug  5 15:18:18 2013), 站内   本文分三部分,可能再加一个第四部分“答读者问”。 第一部分——“现在互联网市场行情如何?需要什么样的人?”      现在的互联网行情如何?不同水

2013-08-08 09:32:24 1655

原创 A. LLPS

time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputThis problem's actual name, "Lexicographically Largest Palindrom

2013-08-05 17:00:34 1468

原创 Stanford Algorithms: Design and Analysis, Part 1[week 5]

Problem Set-5Programming Question-5Question 1In this programming problem you'll code up Dijkstra's shortest-path algorithm. Download the text file here. (Right click and sa

2013-08-05 16:22:31 3984 1

原创 论文读书笔记-TAO:Facebook’s distributed data store for social graph

说明:本文主要介绍了Facebook的分布式数据存储框架,作为全球最大的社交网站,facebook提出了处理社交图谱的一个简单的数据模型和API,TAO就是依据这种模型实现的地理上分布式的数据存储。本文要点如下:1、TAO’s goal:针对大量数据读取进行优化,和一致性相比更注重效率和可用性2、Data model:facebook中直接针对现实中的物体进行建模,其社

2013-08-05 15:49:20 3389

原创 A. New Year Table

time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputGerald is setting the New Year table. The table has the form of

2013-08-04 22:15:08 1741

原创 Stanford Algorithms: Design and Analysis, Part 1[week 4]

Problem Set-4Programming Question-4Question 1Download the text file here. Zipped version here. (Right click and save link as)The file contains the edges o

2013-08-02 10:31:43 4034 1

爬取的虾米网全部专辑列表

爬取的虾米网全部专辑列表,包括作曲,专辑名称等等

2015-10-13

爬取的搜狐新闻数据

爬取的搜狐新闻数据,一共有12个类别,分好类了

2014-03-05

分词工具ANSJ 1.3版本

具体描述请看这里http://ansjsun.github.io/ansj_seg/ 这是最新的ANSJ版本,需要配合另一个tree-split jar包使用,请从这里下载:http://maven.ansj.org/org/ansj/

2014-02-14

豆瓣网电影人名数据爬取

豆瓣网电影人名数据爬取,得到的是全网段的数据

2014-01-03

JAVA JSON jar包

JAVA JSON jar包,调用如下:JSONObject record = new JSONObject(lines); JSONArray dataarray =record.getJSONArray("data"); JSONObject _dataarray =dataarray.getJSONObject(0); String content =_dataarray.get("co").toString(); String title =_dataarray.get("t").toString();

2013-11-26

百度词条爬虫程序

百度词条爬虫程序,爬取词条的摘要。

2013-10-09

斯坦福算法分析与设计公开课part2

斯坦福算法分析与设计公开课part2,课程地址:https://class.coursera.org/algo2-002/class

2013-10-08

IKAnalyzer分词工具

IKAnalyzer分词工具,包括lucene库和百度百科词条。

2013-09-26

hadoop mapreduce eclipse插件

最近学习hadoop,发现Hadoop不提供编译后的hadoop-eclipse插件,于是就自己动手编译了hadoop-eclipse-plugin-1.1.0.rar插件 Hadoop1.1.0是beta版本,有兴趣的朋友可以下载装装,感受下MapReduce编程框架

2013-09-23

ANSJ分词工具最新版

ANSJ最新版,把两个包添加到工程下,另外创建library文件夹,加入两个字典文件,最后把library.properties添加到src目录下即可。感谢孙健老师。

2013-09-16

机器学习课件和大作业

机器学习课件和大作业,研究生课程和大作业,授课老师为李侃老师。

2013-09-08

自然语言处理课件

coursera上面的自然语言处理课件,英文版

2013-09-05

Coding the Matrix全部课程讲义

布朗大学Philip Klein教授授课,讲述矩阵分析的应用,用python进行编程。

2013-09-03

自己收集的一些分词工具

自己收集的一些分词工具,包括中科院的ictclas,ansj,fudanNLP等等,相信对搞自然语言处理的有帮助

2013-08-28

ANSJ分词JAR包

ANSJ分词JAR包,Github上面已经找不到了,这是孙健老师通过QQ发给我的,很是感谢,关于ANSJ更多请看 http://blog.csdn.net/blogdevteam/article/details/8148451

2013-08-27

斯坦福算法分析与设计【part 1】课程讲义

课程地址:https://class.coursera.org/algo-004/class/index,Algorithms: Design and Analysis, Part 1 by Tim Roughgarden 授课老师魏讲解很到位,内容很具体。

2013-08-14

斯坦福机器学习公开课讲义+个人笔记

包括coursera上面斯坦福机器学习公开课讲义pdf,ppt,还有自己总结的学习笔记,可以参看我的博客:http://blog.csdn.net/jj12345jj198999

2013-06-27

web intelligence and big data

https://www.coursera.org/ 上面印度理工大学开设的公开课讲义和作业,包括mapreduce,贝叶斯分类,贝叶斯信念网等

2013-06-03

基于OpenCV的双目测距系统

基于OpenCV的双目测距系统,在ubuntu下用QT进行开发,dyb,大哥,周博童鞋原创

2013-06-03

计算机视觉课件

计算机视觉课件,全英文课件。讲课内容比较全,最后开卷考试。

2013-05-13

串口文件上传工具.rar

基于ZYNQ交叉编译环境编译的lrzse工具

2021-12-28

intel_i350固件烧写工具

intel固件烧写工具,在linux下可以烧i210和i350网卡固件mac地址,也可以烧写固件,非常好用

2020-12-11

ast2500开发手册文档

压缩包内为ast2500开发手册文档,主要介绍MDS工具的使用,方便用户进行ast2500应用开发。

2020-05-04

9344USB转串口驱动

文件中包含9344 USB转串口驱动,driver文件夹内为驱动,lib里面为应用示例库,example为应用程序示例。

2020-03-12

mellanox网卡驱动.zip

该资源为银河麒麟下适配的mellanox网卡驱动,先安装deb文件夹内的依赖包,再安装kylin4.0.2里面的deb包即可。

2020-03-10

linux下中断处理程序示例,含驱动和应用程序

该示例提供了中断处理的详细代码,含驱动程序和应用程序。用户可以直接调用接口进行中断函数的处理。

2018-08-19

mtd_tools针对arm-xilinx-linux-gnueabi(Sourcery_CodeBench)

mtd_tools针对arm-xilinx-linux-gnueabi(Sourcery_CodeBench_Lite_for_Xilinx_GNU_Linux),tar包形式 已经全部编译好,tar包直接解压就可以使用。使用前请确保编译器一致。

2018-04-14

mtd_tools针对arm-linux-gnueabihf(gcc-linaro-5.2)

mtd_tools针对gcc-linaro-5.2-2015.11-2-x86_64_arm-linux-gnueabihf.tar,已经全部编译好,tar包直接解压就可以使用。使用前请确保编译器一致。

2018-04-14

udp收包发性能测试程序

用于UDP收发包性能测试,测试CPU最大数据包收发效率,其中有丢包统计

2018-03-18

Linux实时内核-适用于redhat7

Linux实时内核-适用于redhat7,含linux3.10.75内核源码,以及对应补丁

2018-01-16

keyboard按键中断驱动

########## # README # ########## Purpose ------- To help understand which is the most commonly 'pressed' and 'released' key in the keyboard. Holding a key down will generate 'pressed' events more so, count of pressing need not be equal to release count. (This code works only for ps/2 keyboards, not usb which generates interrupt in different IRQ line.) How To Use ---------- Please don't proceed if you see any error in the below steps. 0. 0rth Law (as in thermodynamics) cat LICENSE 1. compile a. create the header files $ make header ( sometimes the above may not work, as it won't be able to get file descriptor. please run as sudo $ sudo make header ) b. compile the source $ make 2. Insert the module into kernel and setup the system $ keyboard_stats_load 3. Read the statistics $ cat /dev/keyboard_stats 4. Remove the module and system $ keyboard_stats_unload 5. Cleaning the dir $ make clean DEBUGGING --------- Mail the author or read /var/log/messages and try your luck by setting the scancodes etc. Misc ---- I wrote this code because few of my keys are more shiny than others and i had to find out why!! :-) Bugs ---- In my MAC VM, some keys were not working, like arrow keys! Author ------ Vigith Maurice (www.vigith.com)

2017-10-29

zynq下移植linux app示例

zynq下移植linux后运行的app示例,包括flash,cps1848等

2017-08-08

交换模块zynq部分FPGA程序源码

交换模块中zynq部分的FPGA设计,主要是vivado工程,其中包含源码

2017-08-08

交换模块PCP原理图设计

交换模块PCP原理图,其中包括ZYNQ ,BCM5396等,需要安装cadence软件进行查看

2017-08-08

zynq用户APP直接访问物理地址示例

zynq用户APP直接访问物理地址示例,用于zynq linux驱动开发

2017-06-16

1848-I2C测试程序

通过i2c对1848进行测试程序,串口中输出1848寄存器相关信息

2017-05-09

petalinux相关资料

petalinux全部开发文档,打包下载

2017-02-26

串口调试工具

自己编写的串口调试工具,和secureCRT相比多了保存常用命令的功能

2017-02-22

网络通讯软件

自己编写的网络通讯软件,可以实现自定义收发数据包,格式内容都可以自己定义,支持组播。同时也可以接收网络数据包,并且在界面上进行显示。

2017-02-22

zynq开发板linux移植资料

zynq开发板linux移植资料,包括从官网上下载的东西以及个人编写的文档

2016-12-20

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除