-
图像二值化的程序,比较简单哦,对于学习数字图像处理比较好...
图像二值化的程序,比较简单哦,对于学习数字图像处理比较好-Image Binarization procedure is relatively simple Oh, for the study of digital image processing is better
- 2023-06-21 09:05:03下载
- 积分:1
-
Darwin Streaming Server
对于并发量并不大而且对性能要求不是很高的流媒体传输模块,live555还是很好的选择,下面说一下我所实现的流媒体代理服务器(目前只能实现对H264单视频的转发)
代理转发主要分为对RTSP的转发与对RTP的转发(没有实现对rtcp的转发),尽量做到不破坏原有程序框架,所以还是要将整个代理过程融合于ServerMediaSubsession、Source、Sink的循环中,按照流程,RTSP OPTIONS不是必需进行转发,直接转到DESCRIBE的转发过程。
- 2023-05-05 17:00:07下载
- 积分:1
-
set the display mode display
设置显示器的显示模式-set the display mode display
- 2022-04-08 22:41:33下载
- 积分:1
-
some procedures you have to see if I find a very long time the
一些C的程序 你们都来看看 我找了好久好久的 -some procedures you have to see if I find a very long time the
- 2022-01-28 07:47:53下载
- 积分:1
-
用vc开发的实例63
用vc开发的实例63-学生成绩管理系统,可以用来管理成绩的啊,是毕业设计-The actual example 63 developed by using vc tools-student achievement management system, it can be used to manage the achievement of student,and it is the good helper of graduation design.
- 2022-03-05 00:23:02下载
- 积分:1
-
Through hardware description language programming to achieve the counter, can ac...
通过硬件描述语言编程实现了计数器,可以实现二十四进制的数-Through hardware description language programming to achieve the counter, can achieve a few 24 M
- 2022-01-31 02:11:19下载
- 积分:1
-
txt 中的数据转移到自然数
该程序是转移入自然数的 txt 中的数据,它好在一些坐标变换工作,你也可以重新编码它以你想要获取的数据
- 2022-02-25 05:14:45下载
- 积分:1
-
求一堆点最近的坐标输出,把过程里所有矩阵的影响信息输出
求一堆点最近的坐标输出,把过程里所有矩阵的影响信息输出-For a pile of points the coordinates of recent output, the process of the impact of all matrix information output
- 2022-07-10 11:40:34下载
- 积分:1
-
与VisualStudio中类似的列表框.软件类型: 国产软件 / 免费版 / 控件开发...
与VisualStudio中类似的列表框.软件类型: 国产软件 / 免费版 / 控件开发 -With VisualStudio similar list box
- 2022-01-26 07:16:35下载
- 积分:1
-
CrossTheMaze
Assume that Edison has found himself in a square-shaped maze of NxN square cells which is surrounded by walls from the outside. In the maze, some of the cells are also walls. Edison can only move between two empty cells in four directions, north, south, west and east. In order to get out of the maze, he drafts a plan. He uses his left hand to lean on the wall and goes by following the wall.
Here is the question, is Edison able to get out of the maze in at most 10,000 steps? If he can make it, output the path. By getting out of the maze, he only needs to be in the exit cell. If the starting cell is the same as the exit, Edison won"t need to move and can directly get out of the maze.
Input
The first line of the input gives the number of test cases, T. T test cases follow. Each test case starts with an integer N. N is the size of the maze. Th
- 2022-02-25 06:08:30下载
- 积分:1