-
测试一个文件上载功能 测试一个文件上载功能
测试一个文件上载功能 测试一个文件上载功能-测试一个文件上载功能测试一个文件上载功能测试一个文件上载功能
- 2023-05-24 11:45:03下载
- 积分:1
-
Based on the WinCE operating system, SMDK2410 hardware development platform unde...
基于WinCE操作系统、SMDK2410硬件开发平台下的WIO -Based on the WinCE operating system, SMDK2410 hardware development platform under the WIO
- 2023-05-20 22:00:03下载
- 积分:1
-
日历的源代码
这是日历的 c + + 的源代码。附有验收程序,欢迎下载,试用。谢谢您的支持。
- 2022-05-29 09:00:37下载
- 积分:1
-
win2000 under the direct access to port 1, using install_giveio.bat, call loaddr...
win2000下直接访问端口
1、用install_giveio.bat,调用loaddrv.exe,安装giveio.sys 到系统中。
2、安装 port.pas后,在delphi的‘Custom‘面板中, 有一个port元件。
3、拖一个TPort到窗体上,命名为port。
4、那么就可以直接访问端口(2000下也可以),如:读 i:= port[$378] 写 port[$378]:=
5、status_giveio.sys 查看状态,remove_giveio.sys 反安装驱动。
6、tstio.exe 直接调用bios来发声,可以用来测试是否安装驱动成功。cygwin1.dll是loaddrv.exe 要调用的,因为它是用MinGw32下的gcc编译的。 -win2000 under the direct access to port 1, using install_giveio.bat, call loaddrv.exe, installed into the system giveio.sys. 2, installed after port.pas in delphi the
- 2022-07-16 02:09:50下载
- 积分:1
-
modbus服务器
该modbus服务器实际运行效果良好,达到预期目的...
modbus服务器
该modbus服务器实际运行效果良好,达到预期目的-mods3.1
- 2022-01-30 10:33:18下载
- 积分:1
-
功能简介:,帮助您轻松抓取各种资源文件中的图标,并可保存为图标和位图等格式或将其复制到系统剪切板中,以便在其它程序中粘贴时使用。...
功能简介:,帮助您轻松抓取各种资源文件中的图标,并可保存为图标和位图等格式或将其复制到系统剪切板中,以便在其它程序中粘贴时使用。-functional description : to help you easily capture resources in the document icon and preservation of the icon and bitmap formats or copies of the system Shear panel, in order to glue other programs use.
- 2023-05-14 20:15:02下载
- 积分:1
-
基于流水车间的调度程序算法,适用于一般的流水机械加工车间调度...
基于流水车间的调度程序算法,适用于一般的流水机械加工车间调度-based on the water plant scheduler algorithm, applicable to the general flow machining shop scheduling
- 2022-04-30 01:55:04下载
- 积分:1
-
后台计费系统
后台运行的计费系统-background billing system
- 2022-08-07 13:53:31下载
- 积分:1
-
流量监控代码,可以进行系统流量监视,适用于网络管理
流量监控代码,可以进行系统流量监视,适用于网络管理-flow control code can flow monitoring system, applicable to network management
- 2022-03-16 23:59:56下载
- 积分:1
-
Have you noticed the cool ghost image that Windows Explorer produces when you st...
Have you noticed the cool ghost image that Windows Explorer produces when you start dragging files/folders from it? Well, I wanted to implement this in a C# project when dragging files between it and Windows Explorer. After a lot of Googling, I found out that there are three directions to start working on, as follows:
Using a "custom" cursor created from a MemoryStream initialized from an Image, as shown in this article.
Using the ImageList_BeginDrag and related APIs, as shown in this article: Dragging tree nodes in C#.
Using the IDragSourceHelper and IDropTargetHelper interfaces.
- 2022-03-05 15:47:46下载
- 积分:1