-
Introduction-to-Algorithms
《算法导论》,是一本十分经典的计算机算法书籍,与高德纳(Donald E.Knuth)的《计算机程序设计艺术》(《The Art Of Computer Programming》)相媲美。 《算法导论》由Thomas H.Cormen、Charles E.Leiserson、Ronald L.Rivest、Clifford Stein四人合作编著(其中Clifford Stein是第二版开始参与的合著者)。本书的最大特点就是将严谨性和全面性融入在了一起。(原书名——《Introduction to Algorithms》)
- 2013-05-07 10:53:05下载
- 积分:1
-
Renci.SshNet
ssh .net 官方下载版本官方下载版本
- 2020-07-10 16:08:55下载
- 积分:1
-
利用C#编写的smith圆图计算软件。可以计算双枝节串并联各种匹配方式下的匹配线长度,并可以仿真其频谱变化曲线。...
利用C#编写的smith圆图计算软件。可以计算双枝节串并联各种匹配方式下的匹配线长度,并可以仿真其频谱变化曲线。-The use of C# Prepared smith circle diagram calculation software. Can calculate a variety of series-parallel double-side mode matching matching line length, and can be simulation of the spectrum curve.
- 2022-07-07 14:48:50下载
- 积分:1
-
CSharp_DesignPattern
C# Design Pattern
- 2008-10-16 13:12:16下载
- 积分:1
-
TestPrintWnd
封装好了的医院叫号系统,是网络通信的好例子。(A good package of hospital queuing system, is a good example of network communication.)
- 2012-03-12 21:39:20下载
- 积分:1
-
CircleTest.tar
利用OpenCV实现棋盘中的棋子识别和定位
(没有识别文字,仅仅识别了圆),并且将所有棋子按照坐标排序(using opencv achieved the identify of the circle in the chese and order them)
- 2014-03-16 20:30:37下载
- 积分:1
-
FreeRTOS_ESP8266_AT_MQTT
说明: 基于Freertos的ESP8266 AT指令实现MQTT(Implementation of mqtt with esp8266 at instruction based on FreeRTOS)
- 2020-04-18 11:52:38下载
- 积分:1
-
中国地图省份填色
中国地图省份填色,使用vs2013 C#进行编写,填充颜色可以自定义,鼠标光标停留在任何一个省份的区域会显示当前省份的名字,不能说原创但是进行了大量的修改,整个程序相对完整可靠
- 2022-07-03 16:33:17下载
- 积分:1
-
halcon 求圆中心点坐标例程
该例程设计思路与步骤:1.区域分割;2.为轮廓处理创建ROI;3.创建轮廓线并拟合圆;4.圆拟合XLD轮廓。最后通过gen_circle_contour_xld可获得圆心坐标。
- 2022-11-08 21:25:03下载
- 积分:1
-
cipandiaodu
设计程序模拟先来先服务FCFS,最短寻道时间优先SSTF,SCAN和循环SCAN算法的工作过程。假设有n个磁道号所组成的磁道访问序列,给定开始磁道号m和磁头移动的方向(正向或者反向),分别利用不同的磁盘调度算法访问磁道序列,给出每一次访问的磁头移动距离,计算每种算法的平均寻道长度。(Design program to simulate a first-come first-serve FCFS, shortest seek time first SSTF, SCAN and SCAN algorithms work cycle process. Suppose there are n number of tracks consisting of tracks access sequence for a given number m, and began to track the direction of head movement (forward or reverse), respectively, using a different track sequence to access the disk scheduling algorithm, given the head of each visit distance, calculate the average seek length for each algorithm.)
- 2011-06-18 20:36:22下载
- 积分:1