-
RollingWheel
VC++应用实例,使用message 传递机制,以实现圆形滚动的动画效果,(VC++ application example of using message passing mechanism in order to achieve a circular scrolling animation effects,)
- 2014-03-02 22:18:45下载
- 积分: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
-
edgedectetion
图像的边缘检测程序,用vc++开发的,给大家参考了(Image edge detection procedure, using vc++ development, for your reference the)
- 2009-06-04 17:43:03下载
- 积分:1
-
TreeView
期刊名称、期刊年代、卷、期数、载文量、录入量、录入员
2 来源信息录入:中文篇名、英文篇名、文章类型、页码、基金项目、分类号、关键词
3 涞源作者录入:作者姓名、作者发文排名、英文名、作者机构、部门名称、机构类别、作者地区、通讯地址、邮编
4 引文信息录入:引文形式、引文类型、引文文种、被引文作者、被引文译者、被引篇名、被引书名(刊名)、卷册序号、被引文出版地、被引文出版者、出版年代、卷期、页码
- 2010-12-24 12:52:36下载
- 积分:1
-
L25__2901__64i
Linux下,minigui串口口通讯界面编程与开发,实现收发控制
(Under Linux, minigui serial port communication interface programming and development, the transmitting and receiving control)
- 2012-07-27 15:40:57下载
- 积分:1
-
RN8209
rn8209的驱动程序 rn8209的驱动程序(rn8209 the driver rn8209 the driver)
- 2012-03-26 15:00:46下载
- 积分:1
-
CSmtp
使用Base64编码实现的相应的邮件的发送的程序,// Original class CFastSmtp written by
// christopher w. backen <immortal@cox.net>
// More details at: http://www.codeproject.com/KB/IP/zsmtp.aspx(Achieved using the Base64 encoding to send the message corresponding procedures,// Original class CFastSmtp written by// christopher w. backen <immortal@cox.net>// More details at: http://www.codeproject.com/KB/IP/zsmtp.aspx)
- 2010-05-26 13:06:49下载
- 积分:1
-
生成colorbar
实现生成colorbar的程序源代码,里面包含多种颜色,还有热度图(achieve the generation of Colorbar source code)
- 2020-07-06 14:48:58下载
- 积分:1
-
DAG
绘制前驱图,主要功能有绘制结点,删除结点以及与结点相连的边,保存前驱图(failed to translate)
- 2021-01-12 22:08:49下载
- 积分:1
-
code
在给定字符串中找出单词( “单词”由小写字母字符大写字母和构成,其他非字母字符视为单词的间隔,
如、问空格号、数字等等;另外单个字母不算单词);找到单词后,按照长度进行降序排序,
(排序时如果长度相同,则按出现的顺序进行排列),然后输出到一个新的字符串中;如果某个单词重复出现多次,
则只输出一次;如果整个输入的字符串中没有找到单词,请输出空串。输出的单词之间使用一个“空格”隔开,
最后一个单词后不加空格。(Identify the word (" word" character from the uppercase and lowercase letters constituted, other non-alphabetic characters as word spacing, such as asking a space number, number, etc. another is not a single letter word) in a given string find words after descending order according to length, (if the same length, the order stated that appears when sorting arranged), and then output to a new string If a word is repeated several times, only output once If the entire input string is not found in word, outputs an empty string. Used between the output of a word " space" separated, no spaces after the last word.)
- 2014-02-23 00:19:04下载
- 积分:1