-
数码管控件.rar,有事例。
数码管控件.rar,有事例。-digital pipe controls. Rar, stories.
- 2022-02-02 15:46:32下载
- 积分:1
-
可以很容易地比较2个字符串的相似性,基于汉的汉码方法,和…
可以很容易比较两个字符串的相似度,基于汉明码的方法,效率高。-Can easily compare two string similarity, based on the Hamming code method, and high efficiency.
- 2022-02-03 11:40:16下载
- 积分: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
-
CCNET协议C++源码VS完整工程
CCNET协议C++源码,PC电脑通过串口与硬币或纸币投币器连接,用于调试硬币与纸币投币器的CCNET协议。
- 2023-05-01 11:25:03下载
- 积分:1
-
一套完整的飞机大战代码!Java开发
模仿微信游戏飞机大战,原汁原味还原该游戏程序。本包是一整套游戏代码,包括设计的图片,直接使用eclipse将该项目导入即可试玩。如果想深入学习打开Java文件即可看源码!内有备注,看到哪学到哪!
- 2022-03-05 07:50:10下载
- 积分:1
-
一套VB开发语言的指纹认证源码!或满足在VB开发语言的软件中整合应用指纹应用功能,包括指纹注册、验证等功能...
一套VB开发语言的指纹认证源码!或满足在VB开发语言的软件中整合应用指纹应用功能,包括指纹注册、验证等功能-a VB language of fingerprint authentication source! Or meet the VB language application software integration fingerprint application functions, including fingerprints registration, certification and other functions
- 2023-02-02 22:35:03下载
- 积分:1
-
很好用的学校门户网站,可以修改为企业的网站。用户名密码都在压缩包里。...
很好用的学校门户网站,可以修改为企业的网站。用户名密码都在压缩包里。-Schools with a good web portal, you can modify the site for the enterprise. User name Password bag in the compression.
- 2022-04-23 13:49:55下载
- 积分:1
-
VC图灵机示范程序
VC图灵机示范程序-VC Turing Machine model procedures
- 2022-08-14 02:27:37下载
- 积分:1
-
PCA+BP人脸识别matlab
利用PCA降维后BP神经网络,这里面做了一个GUI的界面,分4个.m文件,首先train,然后test可以在GUI里面选择一张测试一次,同时可以测试整体人脸库的识别率
- 2023-01-19 00:25:04下载
- 积分:1
-
LZARI compression algorithm to achieve the category C is a LZARI algorithm based...
实现LZARI压缩算法的C++类
这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.作者把它改写成了一个C++类,使它可以方便的压缩和解压缩。
-LZARI compression algorithm to achieve the category C is a LZARI algorithm based on the type of data compression. Haruhiko SAP in 1989, July 4 C language daily wrote realization of this algorithm. But above uses some static or global variables, using the MFC which are very convenient. Authors rewrite it become a category C, it can easily compression.
- 2023-07-11 10:25:03下载
- 积分:1