搜索资源列表
convex
- 程序实现图像分块,凸包,分割等功能,学图像处理的朋友建议下载。-Image sub-block implementation procedures, convex hull, partition and other functions, the study image processing Friend recommended download.
FileSpliter
- 快速切割文件为多块,有时候对于单个文件 大小有限制又不想用winrar的分卷压缩,而直接原文件的分块存放时就需要直接分割.-Rapid cutting document multi-block, sometimes for a single file size restrictions also do not want to use the sub-volume compression winrar directly block the original documents stored d
erjimuluwenjianmonixitong
- 针对操作系统进行二级目录文件系统的模拟 用disk.txt模拟硬盘,设定硬盘容量分为100个物理块,每个物理块的大小512字节,盘块之间用(‘\n’)分割。 因此一个盘块:512字节数据+1字节(‘\n’)分割符=513字节,则disk.txt 长度=51300( 100×513 )+1字节(文件结束符)=51301字节 。 -Secondary directory for the operating system file system simulation using simulat
fengge
- 这是几个不同的对一副图像进行分割的程序,可以把图像分成不同的块并进行显示!-This is several different images on a partition of the procedures, can be divided into different block images and display!
h264
- ,把代码的主线已经分析了出来,对代码中几个最难理解的地方(最难理解的地方就是帧的类型的判定,参考帧是如何管理的,一个16*16的块是采用到底需不需要分割,分割的话分成什么大小的,子块又采用何种预测方式,这些实际上就是整个编码的主线.)-, Put the main line of code has already been analyzed by the code in some places the hardest to understand (the hardest to understan
optblock
- this code is to optimize the block partition into an image
ucosmem
- 设计三个任务Task1、Task2、Task3,优先级分别为12,13,14。创建一个2个64B内存块的内存分区CommMem。-The design of the three tasks Task1, Task2, Task3, priority 12,13,14, respectively. 2 64B to create a memory partition block of memory CommMem.
BestFit
- 采用 最佳适应算法进行内存块的分配和回收,同时显示内存块分配和回收后空闲内存分区链的情况-With the adoption of best-fit algorithm for memory block allocation and recovery, also showed the recovered memory block allocation and free memory partition chain of
892
- 采用循环首次适应算法进行内存块的分配和回收,同时显示内存块分配和回收后空闲内存分区链的情况。-First-fit algorithm using cyclic block of memory allocation and recovery, also showed the recovered memory block allocation and free memory partition chain of circumstances.
Eboot_with_USB
- 发布支持USB下载的eboot(WINCE5.0 for ARMSYS2440使用)! eboot运行后使用选项U,然后用DNW下载nk.bin即可! 该eboot保存所有nandflash分区、格式化、坏块处理功能,烧录之后Residentflash分区可正常建立。 适用于Wince5.0 s3c2440a-Release support for USB download eboot (WINCE5.0 for ARMSYS2440 use)! eboot running to u
memery
- 用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
sy5
- 动态分区分配算法的模拟 初始化功能:内存状态设置为初始状态。 分配功能:要求至少使用两种算法,用户可以选择使用。 回收功能: 空闲块的合并:即紧凑功能,用以消除碎片。当做碎片整理时,需要跟踪分配的空间,修改其引用以保证引用的正确性。 显示当前内存的使用状态,可以使用表格或图形。 -Dynamic partition allocation algorithm simulation
NAND_FLASH_FACTORY_PROGRAM
- 一、 概况 1. NAND 闪存的种类 2. NAND 闪存的框架 3. 非全页的编程(Partial Page Programming) 4. 从NAND 启动(Booting From NAND) 二、 NAND 闪存的可靠性问题 1. 坏块管理(Bad Block Management,BBM) 2. 坏块管理算法的规范 (BBM Algorithm Specification) 3. 6 个工厂编程的坏块管理的要素(Six BBM
work
- 针对FCM算法的运行时间长和计算量大的问题,提出了改进的FCM算法,先将图像分割成窗口大小的子块,然后以子块为单位提取特征向量,用FCM聚类粗分割,然后对边缘子块,以像素为单位从新提取特征向量,进行细分割。分割后的结果提高了运行速度和分割精度。-For the FCM algorithm and the calculation of long run the problem of large proposed improved FCM algorithm, first image into bl
qwe
- 对输入的第iUE个用户的第iTB个传输块进行码块分割。若输入信息b长度小于常数Z,则不进行分割;否则依据[2]第5.1.3.2.3节定义的分割大小进行码块分割,并对分割后的数据添加CRC24B校验-Input iUE the user iTB transmission blocks, code block segmentation. If the input b length less than the constant Z is not split otherwise in accordan
zxc
- 对输入的第iUE个用户的第iTB个传输块进行码块分割。若输入信息b长度小于常数Z,则不进行分割;否则依据[2]第5.1.3.2.3节定义的分割大小进行码块分割,并对分割后的数据添加CRC24B校验。-Input iUE the user iTB transmission blocks, code block segmentation. If the input b length less than the constant Z is not split otherwise in accorda
lab22
- 首先,定义两个对象一个定义了点的x,y坐标和它的标号,另一个对象是两点之间的距离。然后用冒泡比较法对点的x,y坐标分别进行排序,编写控制台程序,输入点的个数,分为两种方法求最近点对。根据点的个数分为3个点的情形和大于3个点的情形,3个点的直接对两两点之间的距离进行比较。大于3点的用分治递归法求解,通过划定界限分8块没一点只对其他7块内的点进行比较长度最后求出最短距离。-First of all, define two object a definition of a x, y and its l
partition-generic
- Code extracted drivers block genhd. -Code extracted drivers block genhd.
partition-generic
- Code extracted drivers block genhd.c. -Code extracted drivers block genhd.c.
12864-partition-program
- 给出了单片机初学12864的分块程序实例,对初学者非常有帮助。这个实例是基于51单片机的程序代码-Microcontroller Beginner given block instance 12864, very helpful for beginners. This example is based on 51 microcontroller program code