自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

无知的我

先入行,知深浅,再抉择

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

原创 论文读书笔记-Combining Usage, Content, and Structure Data to Improve Web Site Recommendation

这篇论文介绍了如何在网络中根据用户的浏览行为、浏览内容以及一些结构化的数据对用户进行推荐。要点如下: 1、网页推荐系统的组成一般来说,网页上的推荐系统主要由两个模块组成,一个是线下(离线)模块,一个是线上(在线)模块。线下模块的作用是预处理数据产生用户模型;线上模块的作用是使用并且更新这些模块,真实的识别用户的目的产生推荐列表。 2、只看服务器日志记录的问题一般的推荐系统把

2014-01-26 21:51:39 1485

原创 B. Sereja and Stairs

time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputSereja loves integer sequences very much. He especially likes sta

2014-01-16 11:35:40 1493

原创 A. Sereja and Dima

time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputSereja and Dima play a game. The rules of the game are very simple. The p

2014-01-15 16:34:51 1577

原创 我的2013-蛇年之变

2013年已经过去了,我的本命年也将很快结束。在这一年中,我觉得无论是周围的环境还是自己都有了一些明显的改变,也许自己可以杜撰一个成语,名曰蛇年之变。一:从课内到课外研一下学期开始了,这也是我能坐在教室里听老师讲课的最后一个学期。从幼儿园到现在,恰好十八个年头,这一段路终于要走到了尽头。这一学期和上一学期一样,我依然选了比规定要求多不少的课。和上学期相比,这一学期选的课都是

2014-01-12 16:33:18 1812 8

原创 B. I.O.U.

time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputImagine that there is a group of three friends: A, B and С. A owe

2014-01-10 15:18:27 1681

原创 C. New Year Ratings Change

time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputOne very well-known internet resource site (let's call it X) has

2014-01-09 10:42:59 1672

原创 论文读书笔记-using twitter to recommend real-time topical news

这篇文章主要介绍了如何根据twitter数据来对用户订阅的文章进行排序,在这里twitter数据主要包括twitter上公开的热门话题以及用户在twitter上面的社交关系,拿到这些数据之后再结合用户的RSS源就能实现针对用户进行文章推荐。 下面是本文的一些要点:1、  The starting point for this paper is the idea that mining

2014-01-07 16:38:14 1908

原创 A. Playing with Dice

time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputTwo players are playing a game. First each of them writes an inte

2014-01-06 16:23:03 1486

原创 B. New Year Present

time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputThe New Year is coming! That's why many people today are busy pre

2014-01-05 10:21:52 1273

原创 A. New Year Candles

time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputVasily the Programmer loves romance, so this year he decided to i

2014-01-04 09:20:31 1369

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

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

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关注的人

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