-
用MFC写的一个猜数字的小程序,可以存档,就是在填写数字的时候稍稍有些麻烦。...
用MFC写的一个猜数字的小程序,可以存档,就是在填写数字的时候稍稍有些麻烦。-with MFC wrote a small viewing the procedure can be archived, is filling in the figures slightly some trouble.
- 2022-07-24 19:20:49下载
- 积分:1
-
Pansharp融合方法matlab实现
本代码基于Matlab,实现对遥感全色和多光谱影像的融合。Pansharp分类方法是目前效果相对较好的针对高分遥感影像的分类方法,本代码在Matlab中可成功运行并使用。
- 2022-04-28 17:26:51下载
- 积分:1
-
大气外贸灯具网站PHP源码
大气外贸灯具网站PHP源码。安装请先删除Home 文件下的install.lock 填上自己的服务器就可以安装了
- 2022-02-22 04:27:05下载
- 积分:1
-
下一代编程与开发 Whidbey
下一代编程与开发 Whidbey-programming and the development of the next generation Whidbey
- 2022-07-10 08:29:12下载
- 积分:1
-
VB找图找色
VB模仿大漠 实现简单快速的找图找色, 对初学找图找色的新手有较大的帮助。
- 2022-01-23 10:58:35下载
- 积分:1
-
it has been a crazy magic known as the "Game of Life" small games, thi...
人们曾疯魔一种被称作“生命游戏”的小游戏,这种游戏相当简单。假设有一个像棋盘一样的方格网,每个方格中放置一个
生命细胞,生命细胞只有两种状态:“生”或“死-it has been a crazy magic known as the "Game of Life" small games, this game is quite simple. Suppose a chessboard like the same square grid, each box had placed a living cell, cell life only two states : "Health" or "dead
- 2022-03-13 14:59:49下载
- 积分: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
-
数据结构,二叉树的基本操作和哈夫曼树进行编码和译码系统
数据结构与算法,二叉树的基本操作,包括创建二叉树,插入,删除,深度,叶子结点,并且有一个哈夫曼树的编码译码系统,比如为某一字符串进行编码,或者输入一段字符串进行译码操作
- 2023-01-20 06:05:03下载
- 积分:1
-
Computer Level II exams can be used C language, C language beginners can also us...
计算机二级C言语等级考试可用,C言语初学者也可以使用-Computer Level II exams can be used C language, C language beginners can also use the
- 2022-02-02 04:32:23下载
- 积分:1
-
串口转TCP/IP 实用程序
串口转TCP/IP 实用程序
程序的整体结构:
程序功能实现如下:
客户端 (CTcpSocket)转接程序(CSerialPort) 串口设备
对于每个CTcpSocket和CSerialPort对用一个CItem的结构进行管理,可以在配置文件里配置多个连接转发对。
程序中主要的类有:CSerialPort、CTcpSocket、CItem。可以把从串口收到的数据转发向数据套接字和调试套接字,而且可以写入日志文档。
程序配置文件(config.ini)说明:
1.
[item1] #连接名称
2.
TcpDataPort=9990 #数据端口
3.
TcpDebugPort=9991 #调试端口
- 2022-06-27 02:04:58下载
- 积分:1