-
Producers and consumers of the code, is to use Visual C++ to write programs ......
生产者消费者的代码,是用Visual C++来编写的程序...希望这个代码会对大家有所帮助-Producers and consumers of the code, is to use Visual C++ to write programs ... hope that this code would be helpful to everyone
- 2022-04-01 02:45:11下载
- 积分:1
-
图像的二值化处理
实现二值化,当像素值(r+g+b)/3>128时设为255,当像素值小于128时设置为0.做归一化处理后,2值化的颜色 1为白,0为黑。边缘部分,计算有误差,255,254,253,252 就算白,0,1,2,3,4就算黑。屏幕显示时,肉眼是分辨不出这点误差的。你可以对2值化后的图像值作归一化处理,得到1和0,然后再放大(乘255),就可得到满意的数值。至于左边界上 1 254 253, 0 255 255,可能是2值化前,颜色原本就有差别。不是2值化的错误。
- 2022-09-03 03:00:05下载
- 积分:1
-
本程序实现了如何用C去读.txt文档中不定个数的数字。经证明可用。也多请指证。...
本程序实现了如何用C去读.txt文档中不定个数的数字。经证明可用。也多请指证。-This program implements how to use C to read. Txt document in the variable number of figures. Proved available. Were also many invited to testify.
- 2023-02-25 16:50:03下载
- 积分:1
-
ALOHA 的 OPNET 办法
这是防撞多的 ALOHA 算法 OPNET 教程方法数据传输。这种方法的结果可以看出,通过其吞吐量它测量传输企图乘以成功的概率。越高交通负荷较低的吞吐量。
- 2022-02-15 13:51:30下载
- 积分:1
-
c语言做的一个小程序,猜拳游戏,请大家交流学习
c语言做的一个小程序,猜拳游戏,请大家交流学习-c language to a small program, finger-guessing game, please share their knowledge and
- 2022-02-14 05:58:28下载
- 积分:1
-
一个很好的界面,可以移植到程序中使用的铅
一个好看的界面,可以移植到pb的程序中使用-A nice interface, can be transplanted to the procedure used pb
- 2022-02-01 01:07:46下载
- 积分:1
-
求最大流的Dinic算法和SAP实施,每一个小时。
求最大流的Dinic和SAP算法的实现,各自有递归与非递归版本。在稀疏图上效果比较好。-Dinic for the maximum flow algorithm and the SAP implementation, each of which has recursive and non-recursive version. Effect on the sparse map is better.
- 2022-02-26 22:52:59下载
- 积分:1
-
中期
The mid-point algorithm中点算法-The mid-point algorithm
- 2022-03-23 22:00:03下载
- 积分:1
-
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)...
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)-/********************************/
/* Desc: 俄罗斯方块游戏 */
/* Date: 2008.03.12 22:30 */
/********************************/
#include
#include
#include
#include
#include
#include
#define true 1
#define false 0
#define BoardWidth 12
#define BoardHeight 23
#define _INNER_HELPER /*inner helper method*/
- 2022-03-31 10:48:11下载
- 积分:1
-
USART
USART-ATMEGA16A.rar是ATMEGA16的升级版本ATMEGA16A的串口的使用介绍,包括硬件设置和源代码-USART-ATMEGA16A.rar upgrade is the ATMEGA16 serial ATMEGA16A use, including hardware setup and source code
- 2023-08-18 19:50:04下载
- 积分:1