-
island_threshold
该程序实现了去除图像中小于阈值的部分的代码。(The program has removed the image is less than the threshold part of the code.)
- 2009-05-06 20:14:52下载
- 积分:1
-
反编译软件,可以译出源程序,便于一些应用性的操作
反编译软件,可以译出源程序,便于一些应用性的操作-anti-compiler software, source code can be translated to facilitate the application of operation
- 2022-04-02 08:54:34下载
- 积分:1
-
AN2646
说明: STM的基本入门函数,功能定义,一些基本的编程应用。(AN2646SmartCardInterface withSTM8)
- 2010-04-19 13:34:22下载
- 积分:1
-
2019..4.7小车程序
说明: 基于51单片机最小系统开发板的寻迹小车寻迹代码。(Tracking car tracking code.)
- 2020-06-22 02:20:01下载
- 积分:1
-
一个简单邮件发送和接受的编程源码
一个简单邮件发送和接受的编程源码-a simple mail sending and receiving programming FOSS
- 2022-02-14 22:10:54下载
- 积分:1
-
Brute force attack. The whole zero
穷举法。整钱零找的算法 例如100元可以换出几个10元 几个20元 几个5元-Brute force attack. The whole zero-finding algorithm such as money, 100 yuan to 10 yuan for a few number of 20 yuan a few 5 yuan
- 2022-03-06 06:27:37下载
- 积分:1
-
实例86 判断网址是否有效.rar,意思很明白不用多说,下8
实例86 判断网址是否有效.rar,意思很明白不用多说,下8-86 examples of effective judgment website. Rar, meaning understand Needless to say, the next 8
- 2023-08-04 21:50:03下载
- 积分:1
-
CommTest485
测试com口程序Private Sub Form_Load()
Dim I As Integer
Dim Msg As String
Me.Enabled = False
Msg = 串行端口通讯测试 V & App.Major & . & App.Minor & App.Revision
cboCommSettings.Text = GetSetting(App.EXEName, frmCommTest , CommSettings , 2400,N,8,1 )
Me.Show
Me.Refresh
With MSComm1
For I = 1 To 16
Me.Caption = Msg & - 测试通讯端口:COM & I & ...
Me.Refresh
Delay 100
On Error Resume Next
.CommPort = I
.Settings = 2400,N,8,1
.PortOpen = True
.PortOpen = False
If Err = 0 Then cboCommPort.AddItem COM & Trim(I)
Next I
End With
cboCommPort.ListIndex = 0
optCommData(0).Value = True
Me.Caption = Msg & (Programming by WJY)
Me.Refresh
If cboCommPort.ListCount = 0 Then MsgBox 程序检测不到可用的串行端口!
Me.Enabled = True
End Sub
(test com port)
- 2015-07-23 10:40:18下载
- 积分:1
-
Lazy_Grab_cut
grab_cut,graph gut的进阶版,运用了lazy snapping(There are advanced segmentation algorithms in the literature which extends the concepts of graph cuts. Most prominent of them are Graph cuts and Lazy Snapping. Lazy napping is an interactive image cut out tool. Lazy Snapping separates coarse and fine scale processing, making object specification and detailed adjustment easy.)
- 2016-01-15 14:51:56下载
- 积分:1
-
C++ShiyanYuShiXunSorceCode
书籍《C++程序设计实验指导与实训》的原版配套代码(Books C++ Program design experimental guidance and Training in the original package code)
- 2008-06-26 11:27:19下载
- 积分:1