-
桌面录象软件!拥有着宽软件,你就可以轻松的记录下年一在桌面上所做的一切...
桌面录象软件!拥有着宽软件,你就可以轻松的记录下年一在桌面上所做的一切-desktop video software! The software has a wide, you can easily record, one on the table, everything done
- 2022-01-26 05:42:07下载
- 积分:1
-
收音机控制程序,主要完成频率的读取,lcd的显示控制(运行环境ADS)...
收音机控制程序,主要完成频率的读取,lcd的显示控制(运行环境ADS)-Radio control program, mainly to complete the reading frequency, lcd display control (operating environment ADS)
- 2022-08-10 19:24:14下载
- 积分:1
-
测绘仪器的模拟器,具有相当大的实用性,对于业界人士很有帮助。...
测绘仪器的模拟器,具有相当大的实用性,对于业界人士很有帮助。-Surveying and mapping equipment simulators, with considerable practical, helpful for people in the industry.
- 2023-02-05 04:50:04下载
- 积分:1
-
本课程介绍DHCP协议的详细内容。 课程目标 完成本课程的学习后,您应该能够: 了解DHCP协议的工作过程...
本课程介绍DHCP协议的详细内容。 课程目标 完成本课程的学习后,您应该能够: 了解DHCP协议的工作过程-courses on the DHCP agreement in detail. Programs targeted to be completed this course of study, you should be able to :# 61548 understanding of the agreement DHCP proce
- 2022-01-26 06:51:19下载
- 积分:1
-
内存分配算法,用c实现内存的管理分配,属于操作系统范畴
内存分配算法,用c实现内存的管理分配,属于操作系统范畴-memory allocation algorithm, using c realization in the administration and distribution of memory, operating system areas
- 2022-05-31 21:56:07下载
- 积分:1
-
这个工具可以用于计算程序或文本文件中的行数和字数,它是非常简单的,但功能强大。你可以找到任何一组文件,查看列表,查看一组文件中的字数和行数。这是我寻找了很长时间...
这个工具可以用于计算程序或文本文件中的行数和字数,它是非常简单的,但功能强大。你可以找到任何一组文件,查看列表,查看一组文件中的字数和行数。这是我寻找了很长时间的工具,最后还是自己开发了它。- This tool may use in the computational procedure or in the text
documents number of lines and the number of words, it is extremely
simple, but the function is formidable. You may find any group of
documents, examines tabulates, examines in group of documents the
numbers of words and the number of lines. This was I has sought the
very long time tool, finally or own have developed it.
- 2022-07-04 03:20:50下载
- 积分:1
-
以c语言实现内存分配 算法较好
以c语言实现内存分配 算法较好-to achieve better memory allocation algorithms
- 2022-01-21 00:11:43下载
- 积分:1
-
计算机课
计算机类基础课程教材,计算机组成原理(第二版)-Computer Class-based curriculum materials, computer Composition Principle
- 2022-06-02 14:10:50下载
- 积分:1
-
Extract the source code, VB language, comparative ease of use, I tried
解压缩源码,VB语言的,比较好用,我试过-Extract the source code, VB language, comparative ease of use, I tried
- 2022-02-28 20:22:23下载
- 积分:1
-
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
- 2022-01-25 16:01:13下载
- 积分:1