-
Wrote it myself a very simple serial debugging tools, it is suitable for beginne...
自己写的非常简单的串口调试工具,很适于初学者学习。-Wrote it myself a very simple serial debugging tools, it is suitable for beginners to learn.
- 2022-04-28 01:14:08下载
- 积分:1
-
扫雷
要执行项目。它将用于我的科目。我想知道它如何工作。扫雷是我的项目。我想要你的帮助来做我的项目。我想研究或了解如何在扫雷艇正在使用 c#。而我也教我对它如何工作的朋友。
- 2023-01-11 14:10:04下载
- 积分: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
-
阅读文件
Read file in VS -Read file in VS aaaaaaaaaaaaaaaaaaaaaaa
- 2023-04-19 18:25: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
-
A popup menu example in visual basic
A popup menu example in visual basic
- 2022-12-22 19:20:03下载
- 积分:1
-
Triggering Table
数据库触发器是自动响应执行的过程代码
- 2022-10-29 00:15:03下载
- 积分:1
-
汽车租赁管理系统
自己练手写的,汽车租赁管理系统,java语言编写,框架Spring,数据库用的mySql。完整项目,可以运行。
- 2022-04-07 01:20:29下载
- 积分:1
-
在DBGrid中实现任意方向查找
在DBGrid中实现任意方向查找-DBGrid in achieving any direction you
- 2022-10-28 19:40:04下载
- 积分:1
-
一个非常简单的printf的源代码
一个非常简单的printf的源代码-A very simple source code of printf
- 2023-01-09 10:55:04下载
- 积分:1