-
潮汐调和分析
说明: 利用实测潮位数据,进行潮汐调和分析,计算调和常数的振幅和迟角(Based on the measured tidal level data, tidal harmonic analysis is carried out, and the amplitude and lag angle of harmonic constant are calculated)
- 2020-11-24 10:47:39下载
- 积分:1
-
Wintab_Example
使用wintab开发的例子,VB开发环境,经过验证可以(Wintab32.dll Demo in VB6 ReadMe notes
*******************************************************
*******************************************************
A few notes on this before you play with it:
1) You cannot debug through much of the code! The reason for this is that the routine performs a Windows message hook for the window messages that normally go to the window. So when the user moves the mouse over a window, Windows generates all the messages and sends them to the window to respond. (examples are "MouseEnterWindow, MouseMove, MouseLeaveWindow"). Note these are different from the VB events which are similarly named but operate within VB, they are instead the actual messages Windows OS uses to respond. This is how windows does all of its GUI. Since a hook has been placed in the code, those messages go to the callback routine and thus get intercepted in the application. In debug, all code execution halts in the VB app. But windows keeps sending the messages to the cal)
- 2013-10-19 12:59:12下载
- 积分:1
-
addressbook-management
IT CONTAIN TABLE WITH FOLLOWING FIEDLS
create table addbook(contactid integer primary key autoincrement,contactname text,companyname text,address text,city text, state text,postalcode text,country text,phone text,email text,photo blob
- 2011-10-01 20:53:54下载
- 积分:1
-
Network-transmission-
Network transmission
- 2013-01-24 02:37:33下载
- 积分:1
-
decomsosition
基于pci2000数据采集卡的数据采集系统的界面,很好的()
- 2017-11-03 19:12:50下载
- 积分:1
-
ch1
GIS算法课件的第一章:算法设计和分析,绝对适合GIS新手(The first chapter GIS algorithm courseware: algorithm design and analysis, and is suitable for novice GIS)
- 2014-02-21 12:52:49下载
- 积分:1
-
xnc
作者:季健国 Q Q:181002208
虚拟操作系统(Author : State quarter Kin Q Q : 181002208 Virtual Operating System)
- 2006-05-19 15:19:55下载
- 积分:1
-
Shellexecute
说明: Use the ShellExecute API function to execute a file, launch the Find utility, and perform default actions
- 2019-07-11 19:25:45下载
- 积分:1
-
MonitorCreateProcessEvent
利用WMI监视进程的创建
Private Sub StartMonitorCreateProcessEvent()
Set CreateProcessEvent = New SWbemSink
Set objSWbemServices = GetObject("winmgmts:\.
ootcimv2")
objSWbemServices.ExecNotificationQueryAsync CreateProcessEvent, "SELECT * FROM __InstanceCreationEvent WITHIN 1 WHERE TargetInstance ISA Win32_Process "
End Sub(Use WMI to monitor process creation Private Sub StartMonitorCreateProcessEvent () Set CreateProcessEvent = New SWbemSink Set objSWbemServices = GetObject ( )
- 2007-09-07 09:22:06下载
- 积分:1
-
AsignaGrupos
Group asignation in checked grids
- 2018-03-01 03:48:53下载
- 积分:1