-
photo processing, prepared by the VB, functional, though not great, but the proj...
图片处理程序,用VB编写的,功能虽然不是很大,但很景致,望大家指点-photo processing, prepared by the VB, functional, though not great, but the project, we hope guidance
- 2022-02-09 18:27:03下载
- 积分:1
-
ATMEGA16
基于ATMEGA16单片机设计的ad转换程序.程序小巧简单.-ATMEGA16-based single-chip design of the conversion process of the ad. Procedures simple compact.
- 2022-01-31 23:50:46下载
- 积分:1
-
一个可以把MP3中的音乐信息读出来,并且可以对其信息进行修改保存...
一个可以把MP3中的音乐信息读出来,并且可以对其信息进行修改保存-it can read information from MP3,and it can also edit and save the iformation to it .
- 2023-07-21 23:30:04下载
- 积分:1
-
基于TCP/IP协议的服务器客户端程序
基于Windows Socket编程,c#语言编写,通俗易懂,适合初学者,文件夹分为三部分,一部分是客户端程序,一部分是服务器程序,另一部分是源程序。windows socket的初始化,创建套接字,发送,接收函数等都放在源程序的源文件中,客户端,服务器程序等对源程序里的文件进行调用
- 2023-06-08 19:20:07下载
- 积分:1
-
枚举WINDOWS所有可用端口,包含一个模块源码与一个窗体源码
枚举WINDOWS所有可用端口,包含一个模块源码与一个窗体源码-WINDOWS enumeration of all available ports, a module that contains source code form with a source
- 2022-12-24 10:30:03下载
- 积分:1
-
Function ulong OpenPort (ulong HWND, uint uMsg, ulong dwPort, ulong dwBaud, char...
Function ulong OpenPort(ulong HWND,uint uMsg,ulong dwPort,ulong dwBaud,char byByteSize, char byParity, char byStopBits) Library "comIO.dll"
subroutine ClosePort(ulong dwHandle) Library "comIO.dll"
subroutine StopIO() Library "comIO.dll"
Function ulong ReadBuffer(ulong dwHandle,ref string pBuffer,ulong dwBufferLen) Library "comIO.dll"
Function ulong WriteBuffer(ulong dwHandle,ref string pBuffer,ulong dwBufferLen) Library "comIO.dll"
//wparam 数据字节长度
//lparam 端口句柄
email:zzp0809@hotmail.com
适合PB,VB,delphi,VFP任何win窗口程序;
下载者,应用者请来一份email。
-Function ulong OpenPort (ulong HWND, uint uMsg, ulong dwPort, ulong dwBaud, char byByteSize, char byParity, char byStopBits) Library " comIO.dll" subroutine ClosePort (ulong dwHandle) Library " comIO.dll" subroutine StopIO () Library " comIO . dll " Function ulong ReadBuffer (ulong dwHandle, ref string pBuffer, ulong dwBufferLen) Library" comIO.dll " Function ulong WriteBuffer (ulong dwH
- 2022-03-17 18:08:22下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
基于隐藏的马尔可夫模型人脸识别的源代码
基于隐马尔可夫模型的人脸识别 CC++源代码-Based on Hidden Markov Model Face Recognition CC++ Source code
- 2022-07-20 16:32:19下载
- 积分:1
-
刻录快方便简单我很喜欢用可以个就啊好
刻录快方便简单我很喜欢用可以个就啊好
-ds
- 2022-08-13 19:41:49下载
- 积分:1
-
用c#和SQL2000做的一个联系人的小程序,不完善,仅供大家参考
用c#和SQL2000做的一个联系人的小程序,不完善,仅供大家参考-With c# And SQL2000 contacts to do a small procedure, imperfect, and only reference to U.S.
- 2022-06-26 04:52:05下载
- 积分:1