-
hex2dual
HEX to Dual file source code
- 2020-06-26 19:00:01下载
- 积分:1
-
sdkdemo
这篇则是面向对象技术篇,当然还是老调重提!不过我们是利用面向对象技术实现Windows的SDK开发,对于刚开始学习Win32 SDK的VcKbase的朋友们,你们一定可以在此获益!(This is the object-oriented technology, a chapter of course, the old tune again! But we are using object-oriented technology for Windows SDK development, For just started learning Win32 SDK VcKbase friends, you will be able to benefit from this!)
- 2007-05-16 16:23:28下载
- 积分: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
-
冒险岛 多开器5
079程序可以多开 懒人 组队必备 可以同时开启多个游戏窗口(079 procedures can open more lazy team, you can open more than one game window)
- 2020-09-15 07:07:56下载
- 积分:1
-
css
用JS进行arcgis二次开发用到的CSS样式组件(CSS Style Components Used in the Second Development of Argis with JS)
- 2019-06-14 11:20:38下载
- 积分:1
-
IOCP模型代码所有封装好的VC原代码
有一定的学习研究作用 大家可以下载来...
IOCP模型代码所有封装好的VC原代码
有一定的学习研究作用 大家可以下载来-IOCP model code of all the original code package good VC has a certain degree of study and research the role of U.S. can be downloaded to
- 2023-04-25 14:00:03下载
- 积分:1
-
TestDemo
这是Biolock的酒店SDK,它可以帮助您从C#Code制作RFID阅读器(This is an hotel SDK for Biolock, this can help you to make RFID Reader from C# Code)
- 2020-06-16 10:40:01下载
- 积分:1
-
一个服务器端,两个客户端:student和teacher两者权限不一,更能不一;能进行简单的选课、发送通知等功能...
一个服务器端,两个客户端:student和teacher两者权限不一,更能不一;能进行简单的选课、发送通知等功能-a server, two clients : student and teacher competence of the two different and more mixed; Can a simple classes, sent notification function
- 2022-03-10 10:50:40下载
- 积分:1
-
MODUSE
vc 动态连接库的例子(vc example of Dynamic Link Library)
- 2004-06-05 01:32:02下载
- 积分:1
-
scrdec18
scrdec18 <读取路径> <保存路径> [-cp 代码页] [-url|-html] [-v] [-d]
代码页可以是 932 - Japanese(日语)
936 - Chinese (简体)
950 - Chinese (繁体)
949 - Korean (朝鲜语)
1361- Korean (韩文)
任何其他代码页不需要指定。
使用 -url 转 Unescape xx 链接编码风格, 或
-html 转 Unescape & 网页编码风格。
额外的信息,添加 -v 参数
你可能不想使用智能HTML监控排除机制。
在这种情况下,添加 -d 参数。">
- 2015-09-04 10:21:09下载
- 积分:1