-
AnimateWindow
AnimateWindow实现动画窗口,可参考实现各种窗口出现方式,适合VC初学者(AnimateWindow animation window, can refer to the realization of a variety of window mode, suitable for VC beginners)
- 2016-03-05 15:18:16下载
- 积分:1
-
bpnnet_156
在实际应用中,原始的BP算法很难胜任,因此出现了很多的改进算法。BP算法的改进主要有两种途径,一种是采用启发式学习方法,另一种则是采用更有效的优化算法。本例采用动量BP算法,来实现对网络的训练过程,动量法降低了网络对于误差曲面局部细节的敏感性,有效地抑制网络陷于局部极小。
(In practical applications, the original BP algorithm very difficult to do, so there were a lot of the improved algorithm. BP Algorithm There are two main channels, a heuristic learning method is adopted, another is the introduction of more efficient optimization algorithm. In this case the use of momentum BP algorithm to realize the network training process, momentum method to reduce the network error surface for the local details of the sensitivity of the network effectively inhibited in a local minimum.)
- 2008-06-16 20:29:09下载
- 积分:1
-
RTFPrintPreview
基于VB的RTF文本打印预览类及示例源代码(VB-based RTF text print preview class and sample source code)
- 2013-08-09 11:40:10下载
- 积分:1
-
snecificationencapsulationallocate
Windows API函数在Visual Basic中的应用实例(Application of Windows API function in Visual Basic)
- 2018-12-04 00:43:05下载
- 积分:1
-
ADOgridComplete
说明: 一个在VB中使用 数据库绑定控件DataGrid的实例(An example of using the database binding control DataGrid in VB)
- 2020-06-16 16:58:00下载
- 积分:1
-
DesktopSecuritySet1
自己做的ActiveX系统配置控件,单击按钮打开桌面安全设置1对话框,实现:
从活动桌面上删除Web内容;
强制从睡眠或挂起状态恢复时输入密码;
允许使用活动桌面;
禁止调整桌面工具栏长度;
禁止交互用户通过Windows窃听其它用户会话;
允许使用“桌面清理向导”;
禁止使用活动桌面的所有设置项目;
启用“开始”菜单常用程序组;
禁止控制面板和打印机文件夹;
禁止使用任务栏快捷方式菜单;
禁止使用“开始”菜单的“关闭系统”命令;
禁止使用“开始”菜单的“我的文档”命令;
禁止在桌面上运行任何程序;
隐藏桌面上的网上邻居以及所有图标;
隐藏“网络快捷方式”菜单、任务栏;
可以部署在服务器上,适合在公共电脑等不方便带文件的场合进行快速系统配置,也适合嵌入到其它程序中,进行快速开发。
(Make its own system configuration of ActiveX controls, click the Security Settings button to open the Desktop dialog box 1, to achieve:
Events delete from the desktop Web content
Mandatory from the state of sleep or hang password recovery
Permit the use of Active Desktop
Deskbar prohibited adjust length
Interactive users to prohibit other users through the Windows bugging conversations
Permit the use of the "Desktop Cleanup Wizard"
Prohibition of the Use of Active Desktop items all the settings
Opening of the "Start" menu common program group
Prohibition of the control panel and printers folder
Prohibit the use of the taskbar shortcut menu
Prohibit the use of "Start" menu s "closed system" command
Prohibit the use of "Start" menu s "My Documents" command
Prohibit the operation of any program on your desktop
Hide My Network Places on the desktop and all icons
Hide "Network Shortcuts" menu, task bar
Can be deployed on the server for computer)
- 2009-02-12 11:57:48下载
- 积分:1
-
对比度拉伸
说明: Visual c++数字图像处理对比度拉伸算法(Visual c ++ digital image processing contrast stretching algorithm)
- 2020-05-06 10:28:21下载
- 积分:1
-
book
自己编写的一款利用C++MFC制作的通讯录。不怎么完善。。见谅。(I have written a book produced by the use of C++MFC. Not very perfect. . Forgive me.)
- 2013-06-08 15:17:00下载
- 积分:1
-
LSGEB
这是一个吃豆子游戏小程序,费了一番功夫,鼓励一下(This is a small game to eat beans procedures, costs a lot of effort to encourage you)
- 2009-06-23 22:25:46下载
- 积分: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