搜索资源列表
meld-1.1.4.tar
- LINUX下的文件比较工具,和WINDOWS下的MERGE工具差不多
glxgears-opengl
- 这是一个Linux下的OpenGL的程序,是一个测试你的Linux是否可以顺利运行2D、3D的测试软件。 这个程序弹出一个窗口,里面有三个转动的齿轮,屏幕将显示出每五秒钟转动多少栅,所以这是一个合理的性能测试。 窗户是可以缩放的,栅数多少极大程度上依赖于窗口的大小。如果你的显示卡够好,而且你的驱动程序也配合得很好,那齿轮就跑得越快。-Permission is hereby granted, free of charge, to any person obtaining a * co
Main
- 二进制文件操作工具 可以对二进制文件合并、分拆、加密、解密的工具,再对两个可执行文件进行合并后,显示第一个文件的信息,并且正常使用,第二个被忽略。-Binary file binary file manipulation tools can merge, split, encrypt, decrypt tool, and then the merger of two executable files, show the first file, and normal use, the seco
attachments_2009_05_27
- ceva ca sa ma pot loga si eu pentru ca altceva nu merge
DES
- DES算法实验报告和代码 1.输入名字,需8个字母,不足的补叉,多余的舍去 2.将字符按ASC2码值转化为二进制,存在数值(指针)中 3.对明文做IP置换(函数) 4.将转换后的数值分成两组,赋给L0,R0,执行下列运算L1—R0,R1-L0.....重复16轮 5.将结果L0R0合并至一个数值,做IP输出-DES algorithm and code an experimental report. Enter the name of eight letters take l
Sort
- ikt is a merge sort program for system amnalysind and design course that is teaching in universities downlod it and enjoy,bye
merge_2
- do merge sort to find 100 largest numbers within 10000 elements,repeat 1000times to get average running time and comparison times
list
- 主要用来实现链表的插入,删除,归并,翻转-handle the the insert,delete,merge of the list
source
- 多个文件合并单元。同时可以设定偏移 附demo-Merge multiple files unit. Attached demo
linux
- Linux下的编程 本人课程设计 全部能运行 包括:合并排序.cpp 进程管理.cpp 进程控制实验.c 内存管理.cpp 生产者和消费者.c 死锁实验.c 线程实验.c-Programming under Linux I can run all the curriculum include: Merge sort. Cpp process management. Cpp process control experiment. C memory management. Cpp producers
FilesSort
- 对不定行大小的大文件进行磁盘外排序,分片时用的是双缓冲和双线程,归并排序时使用单线程这一点可以作多线程优化,提高归并效率。-Large size of the variable line outside the sorting disk files, sub-films using a double-buffering and double thread, the use of single-threaded merge sort can be long on this thread optim
md5
- aes,md5,file split/merge. all file were write with c, and can run in big/little endian mashine.
Orca_chs
- Orca(Msi文件编辑器) Orca 是一款由微软提供的用于 Windows Installer 数据库表编辑器。可用来编辑 Windows Installer 数据库文件 (.msi) 文件,合并模块 (.msm) 文件,补丁 (.msp) 文件,内部一致性计算程序 (.cub) 文件和补丁创建属性 (.pcp) 文件。是修改和本地化 Windows Installer 数据库的最佳辅助工具。 主要特点有: - 可以任意添加、删除、导入、导出和重新构架数据表; - 可以任意
bsp-merge
- BSP merge sort. I ran it on ubuntu!
MemoryAllocation
- 一个模拟系统对进程进行内存分配的C语言代码,并回收一个进程,进行相应的内存合并操作-A simulation system processes the C language code memory allocation, and recovery of a process, the corresponding memory merge operations
Windows_mantis
- Windows下搭建mantis Git 是用于 Linux 内核开发的版本控制工具。与常用的版本控制工具 CVS, Subversion 等不同, 它采用了分布式版本库的方式,不必服务器端软件支持,使源代码的发布和交流极其方便。 Git 的速度很快,这对于诸如 Linux kernel 这样的大项目来说自然很重要。 Git 最为出色的是它的合并跟踪(merge tracing)能力。 作为开源自由原教旨主义项目,Git 没有对版本库的浏览和修改做任何的权限限制。 它只适用于 Li
blk-merge
- Functions related to segment and merge handling driver for Linux.
merge-and-divide-txt
- 合并和分割一个较大的txt文件,将一个txt文件分成多个部分,也可将多个文件合并成一个。-Merge and split a large TXT file, a TXT file into a plurality of parts, also can merge multiple files into one.
blk-merge
- Functions related to segment and merge handling.
merge
- merge算法java实现,包括一个main函数。(merge for java,include a main function.)