-
1097317117
大理石晶化作業流程改善與標準工時量測
改善工作流程,並訂定標準工時(Marble crystallization processes to improve the measurement and standard working hours to improve the work flow, and set the standard working hours)
- 2010-11-03 09:06:18下载
- 积分:1
-
76676989
实现钩子,VC++精选编程学习源码,很好的参考资料。(Hook, VC++ select learning programming source code, a good reference.)
- 2013-11-28 10:49:43下载
- 积分: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
-
xtremetoolkitPro15.3.1
大名鼎鼎的界面库Toolkit.Pro.v15.3.1完整源代码(SHELL PROGRAMMING Toolkit.Pro.v15.3.1)
- 2018-08-04 20:08:21下载
- 积分:1
-
59564360geocom-ROBOT
说明: 徕卡全站仪开发源码,visual basic语言编制。(Leica total station development source code)
- 2019-12-30 18:56:55下载
- 积分:1
-
GetData20160516Up
使用研华数据采集卡,采集电压电流数据,生成报表,生成波形图并储存起来,使用其程序,需要安装研华驱动(Using Yanhua data acquisition card, collect voltage and current data, generate report forms, generate waveform diagrams and store them.)
- 2018-08-13 20:03:07下载
- 积分:1
-
mfc42d
MFC42d.DLL
在使用VISUAL C++软件时,必须安装在系统中使用的。。。(When MFC42d.DLL in using VISUAL C++ software must be installed in the system. . .)
- 2012-11-29 20:58:31下载
- 积分:1
-
vc++专家门诊
说明: vc++专家门诊,很实用,适于初学者(vc++ expert,very practical,be fit for beginner!)
- 2005-10-10 11:41:40下载
- 积分:1
-
fileOperate
这个例子主要是vb.net对excel表格进行读操作和写操作,读操作的代码有点问题,请将代码 xlBook.Close()
xlApp = Nothing 交还控制给Excel
xlBook = Nothing
xlSheet = Nothing
更改为
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing(This example mainly describes vb.net operates excel spreadsheet for reading and writing,writing codes have some errors
please change
xlBook.Close()
xlApp = Nothing
xlBook = Nothing
xlSheet = Nothing
into
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing)
- 2015-04-22 15:09:56下载
- 积分:1
-
VDAS
本程序主要包括振动信号采集,时域分析和频域分析等功能。(This program includes a vibration signal acquisition, time domain analysis and frequency domain analysis.)
- 2014-11-11 22:00:11下载
- 积分:1