-
局部敏感哈希
本项目实现了局部敏感哈希算法。局部性敏感哈希 (LSH) 是一种算法求解 (近似/确切) 附近邻居搜索在高维特征空间中。该算法是用来匹配一个具有速度快、精度高的非常大的数据集,类似的记录。
- 2022-08-15 13:24:46下载
- 积分:1
-
C-Progrmming-Language(second)
本书是由c语言的设计者brian w. kernighan和dennis m. ritchie编写的一部介绍标准c语言及其程序设计方法的权威性经典著作。全面、系统地讲述了c语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、unix系统接口、标准库等内容。
本书的讲述深入浅出,配合典型例证,通俗易懂,实用性强,适合作为大专院校计算机专业或非计算机专业的c语言教材,也可以作为从事计算机相关软硬件开发的技术人员的参考书。 在计算机发展的历史上,没有哪一种程序设计语言像c语言这样应用如此广泛(C language book is written by the designers of brian w. kernighan and dennis m. ritchie write a description of the standard c language and the authority of the program design classic. Comprehensive and systematic about the c language of all the basic features and programming methods, including basic concepts, types and expressions, control flow, function and program structure, pointers and arrays, structures, input and output, unix system interface, the standard library and so on.
Book about simple terms, with a typical example, user-friendly, practical, suitable as a computer professional or computer professional colleges of the c language materials can also be as engaged in computer-related hardware and software technology developed by staff reference. In the history of computer development, no programming language such as c language so widely used)
- 2011-06-21 18:25:09下载
- 积分:1
-
SW-I
汉语分词算法,包含最大匹配和基于概率的分词算法(Chinese word segmentation algorithm, and contains the largest matching probability- based segmentation algorithm)
- 2007-06-08 17:46:35下载
- 积分:1
-
aa
说明: 在编写程序时,遇到温度检测,则调用读温度软件包(In programming, temperature detection, call packages, read the temperature)
- 2010-06-07 23:17:21下载
- 积分:1
-
gaodengshuxueMATLAB
matlab语言解高等数学中的各种问题,并附有各个例题的程序。(matlab language of higher mathematics in the solution of various problems, with various examples of the procedures.)
- 2008-07-25 14:56:39下载
- 积分:1
-
基于RFID仓储物流
本系统中,物流仓库管理与RFID相结合、能够
高效地完成各种业务操作,改进物流仓储管理,提升
效率及价值;提高物品出入库过程中的识别率,可不
开箱检查,并同时识别多个物品,提高出人库效率;
缩减盘点周期,提高数据实时性,实时动态掌握库存
情况,实现对库存物品的可视化管理;大大提高拣选与分发过程的效率与准确率,并加快配送的速度、减少人工降低配送成本;可以精确掌握物资情况、优化合理库存:具备物品运输物流配送、货物追溯等功能真正 实现物流仓储过程的信息化和智能化、大
大提高企业核心竞争力。
- 2022-03-01 21:55:24下载
- 积分:1
-
sdcWifi
Turn on/off wifi in v210/ce6.0
(use deviceioctl code)
- 2013-10-21 13:19:02下载
- 积分:1
-
process_attemper
1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法:
a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。
b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限时增加其优先数的值。
2、 编写并调试一个模拟的进程调度程序,模拟实现多级反馈队列调度算法。
3、 编写并调试一个模拟的进程调度程序,模拟实现最低松弛度优先算法。
4、 程序与报告要求:
a) 对上述要求1、2、3,至少要完成一项,鼓励尝试多种算法。
b) 输出结果要尽量详细清晰,能够反映调度后队列变化,PCB内部变化。
c) 可以选择在Windows或Linux环境下编写、运行程序
d) 鼓励使用不同的开发工具在不同平台环境上进行开发比较。
e) 在实验报告中,一方面可以对实验结果进行分析,一方面可以对各种算法进行比较,分析它们的优劣,说明各种算法适用于哪些情况下的调度。
(1 : Prepare a simulation and debugging process scheduling procedures, "Priority number of the highest priority" to the process of scheduling algorithms for scheduling. "Highest priority priority scheduling algorithm for the basic idea is to place the CPU allocated to the priority queue highest process. Taste Examination several static and dynamic priority priority number two methods : a) static priority number is priority number in operation during the entire process will not change. priority number in the designated input data, can be reached under the order, running time determine. b) dynamic priority number refers to several priorities for the process of the creation process can be given an initial value, and according to the principle of amending certain priority number.)
- 2007-07-04 12:57:51下载
- 积分:1
-
ADAPTC
自适应滤波,利用C语言实现该功能,调试正确(Adaptation using LMS)
- 2011-09-06 16:20:37下载
- 积分:1
-
2013.01.10CharacterDivision
车牌识别,矫正车牌,定位车牌,字符分割。(License plate recognition, correction of license plates, license plate positioning, character segmentation.)
- 2013-08-03 16:47:23下载
- 积分:1