-
一个很好的普通测试的实例,真的很好哦,包括了三角形、nextday和利润三个例子...
一个很好的普通测试的实例,真的很好哦,包括了三角形、nextday和利润三个例子-Black Box Testing a very good example of true Oh well, including the triangle, nextday and profits three examples
- 2022-01-27 16:03:37下载
- 积分:1
-
正常边缘检测与 matlab 函数为灰度图像
%跟踪对象的周长及它们的颜色白色 (1)。%将所有其他像素设置为黑色 (0)做同样的工作,作为一种边缘检测算法的 %吗?
- 2022-01-25 15:28:52下载
- 积分:1
-
你的银行贷款的计算
你的银行贷款的计算小软件
计算按月...好的软文来准备你的面试和管理您的帐户
- 2022-07-25 08:48:02下载
- 积分:1
-
To the adjacent multi
以邻接多重表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出各种遍历下的结点访问序列和相应生成树的边集-To the adjacent multi-table for the storage structure, to achieve connectivity of undirected graph depth-first and breadth-first traversal. To user-specified node as a starting point, respectively, the output under a variety of traversal sequence of nodes visited and the corresponding spanning tree of the edge set
- 2022-01-31 22:12:00下载
- 积分:1
-
使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。
创建一个链表类(List),链表类可实现如下功能:
创建链表,插入节点,删除节点,编辑节点...
使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。
创建一个链表类(List),链表类可实现如下功能:
创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能(详细说明请查看源代码)。
创建一个操作类(Operater),操作类实现如下功能:
显示菜单,操作链表。-use a single linked list to achieve the procedural requirements of each node-Chain store a student information. Create a Chain category (List), objectlist can achieve the following functions : Create List, insert nodes, the nodes to delete, edit nodes, nodes showed that the preservation Chain information and other functions, read features such as data files (see detailed description of the source code). The creation of a category of operation (Operater), the operation to achieve the following functional categories : display menu, operation List.
- 2022-02-13 06:34:24下载
- 积分:1
-
这个图书馆是专为ds18xxx传感器,单总线。
This library was designed for DS18xxx sensors, one wire bus.
- 2022-10-19 16:20:03下载
- 积分:1
-
一个学习标准模版的好例子!大学时候老师给的!供大家参考!...
一个学习标准模版的好例子!大学时候老师给的!供大家参考!-a study standard template good example! University teachers to time! For your reference!
- 2022-11-09 00:40:04下载
- 积分:1
-
用java实现的自动计费小程序,大方实用,是您的好帮手哦
用java实现的自动计费小程序,大方实用,是您的好帮手哦-Used to achieve automatic billing java applets, generous and practical, is your good helper Oh
- 2022-03-11 14:27:48下载
- 积分:1
-
Multi
多移动机器人群集移动算法VC++实现源码-Multi-cluster Mobile Algorithm for Mobile Robot VC++ Realize source
- 2022-10-29 07:00:04下载
- 积分:1
-
验证码简单去背景+ORC识别
资源描述
验证码简单去背景+ORC识别
m_tesseract = new TesseractProcessor();
m_tesseract.Init(m_path, m_lang, (int)TesseractEngineMode.DEFAULT);
m_tesseract.SetVariable("tessedit_pageseg_mode", TesseractPageSegMode.PSM_AUTO.ToString());
- 2023-03-31 01:45:04下载
- 积分:1