CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - partition

搜索资源列表

  1. 用C语言建立多个PRI DOS分区及其隐含

    0下载:
  2. 一、引言 在DOS系统下,在计算机应用培训中因培训要求不同, 对软件的要求也不同,由于学员的误操作,存放在硬盘上的软件和重要数据容 易被非法删除或受到损坏。对此,笔者通过对硬盘管理的深入分析和实践,总结出了在硬盘上备份、保护重要数据和软件的一种新的行之 有效的方法:建立多个PRI DOS 分区, 不同的培训要求使用不同的PRI DOS分区,在使用时同时只有一个PRI DOS 分区可供使用, 其余 PRI DOS分区均被隐含。-an Introduction DOS system, the com
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:19.28kb
    • 提供者:史彬
  1. 分区管理算法

    0下载:
  2. 这是一个关于操作系统中的动态分区管理的算法,是用c来模拟的,希望大家多指教-This is one of the operating system's dynamic partition management algorithm is used to simulate the c hope that everyone enlighten
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.46kb
    • 提供者:孟伟
  1. 分别用蛮力法、分治法、减治法求a的n次方

    0下载:
  2. 分别用蛮力法、分治法、减治法求a的n次方,并比较时间-Respectively with brute force method, partition method, reduce the power comes for a n, and more time
  3. 所属分类:C#编程

    • 发布日期:2016-01-25
    • 文件大小:359kb
    • 提供者:陆逸冰
  1. voronoi

    0下载:
  2. 分区加权voronoi的生成源码,采用了栅格算法,如果想提高速度,建议定义链表或者是数组存储像素值-Weighted voronoi partition generation source, using the grid algorithm, if you want to improve the speed, the proposed definition list or array to store the pixel values
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:40.19kb
    • 提供者:张晓贺
  1. SRSC

    0下载:
  2. 用C#编写的一个按行文本分割工具,附带VS2008下的源码-With C# Prepared a partition tool according to lines of text, with source code under VS2008
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:33.88kb
    • 提供者:无限循环
  1. ImageEnhance

    0下载:
  2. c#环境中简单实现图像的增强功能,如直方图显示,线性变换,非线性变换,密度分割,图像反白显示等简单功能-c# environment simple image enhancements, such as the histogram shows that linear transformation, non-linear transform, the density of partition, anti-white images show features such as simple
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:223.85kb
    • 提供者:Mr Wang
  1. c03

    0下载:
  2. 详细说明:C#环境的车牌认别系统源代码和30张测试图片;本程序对以上的30汽车图片的认别定位分割等准确率达至100%。-C# environment registration identification system source code and 30 test images The procedures for the above pictures of the 30 vehicle identification such as segmentation positioning accu
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:3.99mb
    • 提供者:宇文龍
  1. partition

    0下载:
  2. 这是一个利用递推公式求n元集合的程序,简洁好用-This is a recursive formula for the use of n-collection procedures, simple-to-use
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:2.62kb
    • 提供者:yun
  1. dongtaifenqufenpei

    0下载:
  2. 操作系统中动态分区分配,用C++写的,我们的作业,老师验收通过。-Dynamic allocation of the operating system partition, using C++ Written, our operations, acceptance, through the teacher.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1.89kb
    • 提供者:邵松
  1. SplitWindow

    0下载:
  2. 一个C#控件操作实例,入门和深入学习都适用的一个例子--如何分割窗体-A C# Controls operation of examples of entry and in-depth study are applicable to a case in point- how to partition the form
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:163.24kb
    • 提供者:xuxiu
  1. Sort

    0下载:
  2. 是做的一个分割文件的算法以及,寻找给定点的最近点的算法-Is to do a partition of the algorithm, as well as documents to find the nearest point to fixed-point algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:70.83kb
    • 提供者:tenghao
  1. Untitled1

    0下载:
  2. 模拟动态分区存储管理方式的主存分配与回收 (1)确定主存空间分配表(空闲分区,已分配分区); (2)采用一种分配方法(BF,WF或FF等)完成主存空间分配和回收; (3)编写主函数对所有工作进行测试。-Simulate dynamic partition management for main memory storage allocation and recovery (1) determine the main memory space allocatio
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:2.58kb
    • 提供者:gaojin
  1. memery

    0下载:
  2. 用C语言编写一段程序,模拟存储管理中利用链表结构进行循环首次适应法的内存分配与释放操作:首先用系统函数malloc在内存中申请一块大小为1000字节的空间,然后通过输入命令完成此块内存中的分区分配与回收算法,要求在屏幕上给出必要的结果显示。-Write a program using C language to simulate the use of list storage management cycle of the structure of first-fit memory alloca
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:1.65kb
    • 提供者:weiwei
  1. liaotianshi

    0下载:
  2. 本项目实现了一个简单的局域网即时通讯工具,实现了添加好友、注册新用户功能。可以是用户学习交流更加方便。 本系统完成了基本功能,如添加用户,点对点聊天。在系统设计上,简单的分了模块,注意了模块划分,即数据访问层、业务逻辑层和表示层。 开发平台 Visual studio 2005、SqlServer2005; c# -This project implements a simple LAN instant messaging tools, implements add a frie
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:902.33kb
    • 提供者:fxhappy365
  1. jjk

    0下载:
  2. 在可变分区管理方式下采用首次适应算法实现主存分配和-In the variable partition management algorithm used under the first-fit allocation and main memory
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1.57kb
    • 提供者:pp
  1. DiskInfoLook

    0下载:
  2. 如何获取驱动器(逻辑分区)信息,VS2005,CSharp实现-How to obtain the drive (logical partition) information, VS2005, CSharp achieve
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:34.91kb
    • 提供者:zl
  1. memory

    0下载:
  2. c++程序模拟实现可变式分区分配的存储管理的最佳适应算法!编译运行通过!-c++ program to simulate the type of partition to achieve variable storage management best-fit algorithm!
  3. 所属分类:CSharp

    • 发布日期:2017-01-10
    • 文件大小:1kb
    • 提供者:liwei
  1. cPPfcmsf

    0下载:
  2. VC++实现的fcm算法演示程序,FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最校FCM算法需要两个参数一个是聚类数目C,另一个是参数m。一般来讲C要远远小于聚类样本的总个数,同时要保证C>1。对于m,它是一个控制算法的柔性的参数,如果m过大,则聚类效果会很次,而如果m过小则算法会接近HCM聚类算法。-VC++ to achieve the fcm algorithm demo program, FCM algorithm i
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:48.91kb
    • 提供者:肖敬帅
  1. diskluoji

    0下载:
  2.  C#获取磁盘所有的逻辑分区信息,点击“获缺按钮,所有的磁盘信息都显示在下拉列表框中,用户可以进一步选择逻辑分区,当然这个小功能是配合其它的功能来用的,比如在一个大型的软件应用中,本功能用来让用户选择磁盘分区-C# Gets all logical disk partition information, click on " button was missing all the disk information is displayed in the drop-down list box
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:13.41kb
    • 提供者:tpudn17
  1. WpfApplication43

    0下载:
  2. 并行多线程实例,使用tpl进行数据并行化,取消,停止和分区操作-Parallel multi-threaded example, using tpl for data parallelism, cancel, stop and partition
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:7.08mb
    • 提供者:song
« 12 »
搜珍网 www.dssz.com