登录
首页 » Windows开发 » vb.net编写的动态连接库,可通过该动态连接库传入传出数据,传出的数据写入指定的文件夹中...

vb.net编写的动态连接库,可通过该动态连接库传入传出数据,传出的数据写入指定的文件夹中...

于 2022-03-13 发布 文件大小:24.40 kB
0 100
下载积分: 2 下载次数: 1

代码说明:

vb.net编写的动态连接库,可通过该动态连接库传入传出数据,传出的数据写入指定的文件夹中-vb.net prepared by the dynamic link library, through the dynamic link library data came out, the reported data into a file folder

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 报表快速构建、生成平台
    本系统由Silverlight5+WCF C#编写、数据库用的是Oracle: 需要vs2012或者vs2010打开 有完整的权限管理体系 能快速构建图形、表格界面 能生成界面之间的拼接、能定义自定义功能按钮 能扩展跟系统之间的对接 有明显的分层 完美诠释快速开发平台的构建能提供学习,能直接使用,对XAML编写开发学习能提供参考
    2022-06-13 05:08:01下载
    积分:1
  • I P C机制的即“邮槽” (M a i l s l o t) 。用最简单的话来说,通过邮槽,客户机进程可将消息传送或广播给一个或多个服务器进程。在同一台计算机...
    I P C机制的即“邮槽” (M a i l s l o t) 。用最简单的话来说,通过邮槽,客户机进程可将消息传送或广播给一个或多个服务器进程。在同一台计算机的不同进 程之间,或在跨越整个网络的不同计算机的进程之间,协助进行消息的传输。用邮槽来开发应用程序是一件非常简单的事情,不要求对 T C P / I P或I P X这样的基层网络传送协议有着非常深入的了解。一种具体协议创建套接字所需的基本步骤。-In a variety of network transmission protocol, in order to provide a network programming interfaces are familiar with the U.S., should pay attention to some of the various characteristics of network protocols. This chapter will talk about a comprehensive agreement to use a specific attention should be drawn to some of the characteristics, including some of the basic principles of network connections. In addition, we will also discuss how Wi nsock inquiry procedure to protocol information, and to explore a specific protocol for the creation of the basic steps required socket.
    2023-05-14 17:00:03下载
    积分:1
  • software can be used for the compression and decompression of downloading docume...
    是常用软件 可以用于压缩及解压文件 对下载等很有帮助-software can be used for the compression and decompression of downloading documents helpful
    2022-08-18 20:47:25下载
    积分:1
  • 基于OGRE引擎的地形编辑器,在此基础上很容易出功能强大的编辑器。...
    基于OGRE引擎的地形编辑器,在此基础上很容易开发出功能强大的编辑器。-Ogre engine based on the terrain editor, on this basis is easy to develop powerful editor.
    2022-02-01 11:30:01下载
    积分:1
  • 一个关于字符串匹配的算法,已经经过编译,希望对你有帮助...
    一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
    2022-03-06 21:53:48下载
    积分:1
  • 于vb的局域网送消息的小程序,可以自动检测位于局域网的计算机...
    开发于vb的局域网发送消息的小程序,可以自动检测位于局域网的计算机-Developed in vb send a message to the local area network applet, you can automatically detect local area network computer is located
    2022-05-18 19:48:10下载
    积分:1
  • C语言版快速傅立叶变换Fast Fouier Transform(fft)
    C语言版快速傅立叶变换Fast Fouier Transform(fft)-C language version of Fast Fourier Transform Fast Fouier Transform (fft)
    2022-08-22 01:02:06下载
    积分:1
  • 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professi...
    什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专业人士,你还是要了解HTML的标识的含义。特别在Unix下的软件编译,你就不能不自己写makefile了,会不会写makefile,从一个侧面说明了一个人是否具备完成大型工程的能力。 跟我一起写 Makefile-What is a makefile? Winodws many programmers may not know this thing, because those who have Windows-IDE for you to do this work, but I think we need to make a good and professional programmers, makefile or to understand. It
    2022-03-21 17:11:40下载
    积分:1
  • com组件应用例子
    com组件应用例子-com
    2023-04-22 08:05:03下载
    积分:1
  • VS串口程序
    这是VS实现串口通信的详细代码和资料。里面有各类实现的方法。串口通信(Serial Communications)的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总长不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成,分别是地线、发送、接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其他线用于握手,但不是必须的。串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。对于两个进行通信的端口,这些参数必须匹配。
    2022-02-05 19:15:08下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载