搜索资源列表
LanExplorer_v1.62
- 最好的局域网搜索软件,支持同时搜索共享文件、FTP、HTTP资源。 1.方便快捷地搜索、浏览局域网资源。多线程搜索局域网上所有的工作组、主机、打印机、共享文件、FTP文件、WEB服务器。 2.可以按照网上邻居、工作组或者按照IP地址段自动搜索所有共享/FTP的mp3、电影或自定义搜索的文件; 3.内置nbtstat,能快速查找某一IP网段内的所有主机,并根据IP地址得到对方主机的主机名、工作组名、用户名、MAC地址,速度极快。能将扫描和搜索的结果保存成文本文件或excel
Movie
- 将一系列图象转换成avi电影,使用matlab编程.-will be converted into a series of images avi film, the use of Matlab programming.
movie_cartoon
- %电影动画: %1.首先调用moviein函数对内存初始化.创建一个足够大的矩阵来容纳一系列指定的图形(帧) %2.调用getframe函数生成每一帧.该函数返回一个矢量,利用这个矢量创建一个电影动画矩阵 %3.调用movie函数按照指定速度进行指定次数的播放 %例子2:演示如何实现快速傅立叶变换(exp(j*2*pi/n))的可视化过程- Movie animation: 1. First transfers the moviein function to the me
RotationEarth.rar
- 用matlab实现一个旋转的地球,地球上可以看到海洋以及高地的差别,Using MatLab program to make a AVI file which playing a movie with Rotation Earth, which have topograph.
Tracking
- you can see how the ball is tracking on the short movie
stereoview
- frames2ims disp ( done with movie, to export as a file, run "frames2ims" ) disp ( ) ... Code for frames2ims.m function frames2ims(rootName,format,F)-frames2ims disp ( done with movie, to export as a file, run "frames2ims" ) disp ( ) ... Code f
MATLAB
- Model of a tsunami, with finite difference method. There is also a file included which generates a movie from all the output images of the tsunami.m file.
crypto
- matlab实现的动画程序:程序运行时,会看到图中的小球沿着曲线周而复始的运动。-matlab s movie:use matlab to draw a figure,which can make the figure to moving like a movie.In this program,you will see a small ball roll along the curve up an down.
Movie
- Makes a simple avi movie from a sequence of frames The user can control the display time of each frame. The movie is created in the same folder where this function is run. Usage: Inputs: name: root name of the framse filetype: .bmp , .j
cvt_movie_p08
- for movie making in matlab
emovierental
- This source is about e-movie rental
MoviePlayer
- 利用MATLAB实现的互动的电影播放器,可播放多种格式的文件,非常好用-Implemented using MATLAB interactive movie player that can play a variety of file formats, very easy to use
avi
- 本代码作为初学者,读取AVI电影(matlab能读的AVI电影难找),并提取关键祯,做差分-The code as a beginner, read AVI movie (matlab can read the AVI movie hard to find), and extract key frames, so differential
use-matlab-to-read-avi-movie
- 用matlab读取avi格式电影的方法(用matlab读取avi格式电影的方法)-Read avi format movie using matlab (matlab to read Avi format movies)
movie
- creating a movie using continuous frame images..
play-movie
- the code is read the video frame, then using the movie() function to play automatically
Recommend-system-for-movie
- 电影推荐系统中引用了Apache Mahout提供的一个协同过滤算法的推荐引擎Taste,它实现了最基本的基于用户和基于内容的推荐算法,并提供了扩展接口,使用户方便的定义和实现自己的推荐算法。-Movie recommendation system references a collaborative filtering algorithm recommendation engine Taste Apache Mahout provided it implements the basic use
Movie-for-EII
- 使用matlab实现的等倾干涉关于波长等变量的动态图像生成代码,运行后直接生成avi动画。本人原创-Movie for equal inclination interference
User and Movie
- 本实验采用朴素贝叶斯模型,对于每个用户曾经评分过的电影判断其性别。直观上来说,不同的电影对于不同性别的人吸引力不同,如男性更喜欢武侠剧、动作剧,而女性更喜欢爱情剧。因此这样建立模型是可以理解的。对每个训练数据组建立分布表。依据最大似然准则判断性别。对于年龄采用相似的方法进行判断。包括源程序和实验报告。(In this experiment, a naive Bayes model is used to determine the gender of each movie that the use
movie-recommendation-python-master
- 利用协同过滤算法对movielens中的数据进行电影推荐(Collaborative filtering algorithm for movie recommendation in movielens)