• EM算法讲解PPT

    EM算法的原理步骤讲解,初步的公式推导,简单的帮助理解的例子。

    5
    392
    1.3MB
    2014-11-30
    50
  • SIFT MATLAB实现(代码+文档)至今最容易理解

    根据sifit的最初原文实现的一份代码,个人觉得比较简单分享给大家!

    5
    177
    1.23MB
    2014-02-15
    50
  • 2013-2014华南理工大学操作系统课程设计(完整源代码和详细文档)

    Requirements 1. Simulate a Unix file system on your Windows Platform 2. Understand the file system on Unix system, and the usage of i-nodes 3. Implement the function of sub-directory 4. The task needs to be completed using C++ or C 5. Tasks/Functionalities The following functions are required in your file system: 1. Allocate 16MB space in memory as the storage for your file system. The space is divided as blocks with block size 1KB Assume block address length is 32-bit; Design the information contained in i-node The i-node should support up to 10 direct block addresses The i-node should support at least one indirect block address 2. The fist block is used for storing the i-node for the root directory(/). While your program is lunched, two directories (/dir1 and / dir1/dir2) should be created, and also two files need to be written as /dir1/file1 and /dir1/dir2/file2 (5 marks) 3. File 1 and 2 contain the message of “This is file 1.” and “This is file2”. 4. Following commands should be supported in your system: a) Create a file:createFile fileName fileSize (10 marks) i.e.:createFile /dir1/myFile 1024 (in bytes) if fileSiz > max file size, print out an error message. The file content is filled up with filename + repeated digits from 0 - 9 i.e.: “myFile012345678901234567890123….” b) Delete a file:deleteFile filename (10 marks) i.e.:deleteFile /dir1/myFile c) Create a directory:createDir (5 marks) i.e.:createDir /dir1/sub1 d) Delete a directory:deleteDir (5 marks) i.e.: deleteDir /dir1/sub1 (The current working directory is not allowed to be deleted) e) Change current working direcotry:changeDir (5 marks) i.e.: changeDir /dir2 f) List all the files and sub-directories under current working directory:dir (5 marks) You also need to list at least two file attributes. (i.e. file size, time created, etc.) g) Copy a file : cp (5 marks) i.e.: file1 file2 h) Display the usage of storage space:sum (10 marks) Display the usage of the 16MB space. You need to list how many blocks are used and how many blocks are unused. i) Print out the file contents: cat (10 marks) Print out the contents of the file on the terminal i.e: cat /dir1/file1 5. quit,exit the program and release all the memory occupied;(5 marks) You do not need to save the contents in memory onto hard disk

    4
    603
    1.27MB
    2014-02-13
    16
  • 基于sql server的医疗管理系统

    RT,可以使用!包含数据库,管理员密码默认123456.

    0
    465
    484KB
    2014-01-16
    21
  • 基于matlab的素描生成

    RT,本程序的算法是基于《基于图像空间的素描生成技术》一文,比较基础效果良好,仅提供借鉴学习。

    4
    577
    1.07MB
    2014-01-16
    10
  • 基于C++ Socekt的文件传输(windows平台)

    RT,有具体的注释和解释,以及使用说明,代码比较基础!

    5
    114
    434KB
    2014-01-16
    10
  • IPC读者写者和睡眠理发师问题

    两个文件一个主要是读者写者,一个是睡眠理发师。读者写者问题有修改,当写者处于等待状况的时候,新来到的读者不能读入数据库。睡眠理发师问题中理发师有两个。基于windows平台实现。操作系统实验!

    0
    127
    3KB
    2014-01-08
    10
  • MatLab基础教程

    适合入门,特别是像我这样的菜鸟

    0
    41
    15.25MB
    2013-08-29
    0
  • c++贪吃蛇(控制台版本)

    控制台实现简单的贪吃蛇,在黑框中实现的哦

    0
    59
    3KB
    2013-03-30
    3
  • android音乐播放器源代码

    Service实现后台播放,可以自动或者手动切换歌曲,支持sd卡资源扫描~代码量少简单适合学习交流

    2
    56
    672KB
    2013-03-11
    0
  • 阅读者勋章

    授予在CSDN APP累计阅读博文达到3天的你,是你的坚持与努力,使你超越了昨天的自己。
  • 创作能手

    授予每个自然周发布1篇到3篇原创IT博文的用户
  • 分享精英

    成功上传11个资源即可获取
关注 私信
上传资源赚积分or赚钱