-
可以察看windows 下面的动态内存的各种信息
可以察看windows 下面的动态内存的各种信息-windows can look below the dynamic information of various memory
- 2023-07-24 10:45:03下载
- 积分:1
-
实现计算机串口通信,用vb编写,可以实现很好的功能
VB串口通讯,可以帮助一些学习VB串口通讯的同学一些学习参考
- 2023-03-16 11:35:03下载
- 积分:1
-
分割midi音符test1split1str1.cpp
// test1split1str1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*
File : split1.cpp
Author : Mike
E-Mail : Mike_Zhang@live.com
*/
#include
#include
#include
#include
#include
using namespace std;
//字符串分割函数
std::vector split(std::string str,std::string pattern)
{
std::string::size_type pos;
std::vector result;
str+=pattern;//扩展字符串以方便操作
int size=str.size();
for(int i=0; i
- 2022-03-22 16:35:52下载
- 积分:1
-
利用HOOK API技术替换wsock32.dll中的connect函数,达到类似sockscap的功能...
利用HOOK API技术替换wsock32.dll中的connect函数,达到类似sockscap的功能-HOOK API using technology to replace wsock32.dll in the connect function, to achieve similar functionality SocksCap
- 2023-03-03 14:55:04下载
- 积分:1
-
分形 visual c + +
此程序是一个分形程序,此程序必须工作在 visual c + + 中与 windows 98 和 xp 和不工作由赢 7
- 2022-01-27 15:37:24下载
- 积分:1
-
VC++ 2005入门经典的源代码,Visual Studio .NET 2005 VC++环境。
vc++2005入门经典 源代码 visual studio.net 2005 vc++的经典入门书籍源代码-vc++ 2005 Introduction to the classic source code visual studio.net 2005 vc++ classic book Introduction to source code
- 2022-05-24 13:42:45下载
- 积分:1
-
用vc写的宾馆管理系统。共初学者学习
用vc写的宾馆管理系统。共初学者学习-Written by vc hotel management system. Total beginner to learn
- 2023-08-21 19:15:03下载
- 积分:1
-
爱立信R380s模拟器.
爱立信R380s模拟器.-Ericsson R380s simulator.
- 2022-01-24 15:56:15下载
- 积分:1
-
Of GPS data to RINEX format deal!
可对GPS数据的RINEX格式文件进行处理!-Of GPS data to RINEX format deal!
- 2022-02-07 20:26:16下载
- 积分:1
-
我的 OPC 客户端
我的 OPC 客户端是用于访问 OPC 服务器应用程序。此应用程序的功能:1.列出活动的 OPC 服务器,在本地和远程计算机。2.连接到本地和远程的 OPC 服务器。3.浏览 OPC 项目。4.监测的 OPC 项目的值。5.可以将值写入 OPC 项目。
- 2022-05-06 09:14:09下载
- 积分:1