-
根据协议中的原则,对每个字节进行分析,…
能够根据bbs的协议原则,对每个字节进行分析,同时也能够同时显示中文和英文-According to the agreement in principle with each other, for each byte analysis, but also can display Chinese and English
- 2022-06-22 01:52:42下载
- 积分:1
-
win2000/XP Serial operating under the control source code
win2000/XP下对串口操作控件源代码-win2000/XP Serial operating under the control source code
- 2022-02-05 08:54:31下载
- 积分:1
-
一个小型的rtos(avr平台)
一个小型的rtos(avr平台)-a small Byelorussian (avr platform)
- 2022-10-11 18:10:03下载
- 积分:1
-
一款很好的水污染监测系统,用VC++实现,具有很高的学习价值...
一款很好的水污染监测系统,用VC++实现,具有很高的学习价值-A very good water pollution monitoring system, using VC++ Realize, have a high learning value
- 2022-02-12 14:50:24下载
- 积分:1
-
inteligencia人工
#包括;
- 2022-04-24 20:41:07下载
- 积分:1
-
短信停送电后台服务程序(自动发送短信oracle数据平台)
短信停送电后台服务程序(自动发送短信oracle数据平台)
- 2022-04-27 15:08:53下载
- 积分:1
-
pic8680外阔RAM的c程序,经调试可以使用
pic8680外阔RAM的c程序,经调试可以使用-RAM width pic8680 outside the c procedures can be used by the debugger
- 2022-07-01 07:27:17下载
- 积分:1
-
- 2022-05-19 01:22:10下载
- 积分:1
-
该文件介绍IP电话的开发,使用的语言是DELPHI ,还有帮助,希望对大家有所帮助。...
该文件介绍IP电话的开发,使用的语言是DELPHI ,还有帮助,希望对大家有所帮助。-The paper presents the development of IP telephony, the use of language is Delphi, help, we want to help.
- 2022-05-29 23:01:50下载
- 积分: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