-
在论坛上创建一个彩虹文本
Create a rainbow text on forum
- 2022-02-12 17:20:55下载
- 积分:1
-
树形控件简单自绘
属性控件简单自绘制,增加树形控件背景,树形控件根节点、子节点加载图标,响应鼠标操作
- 2022-07-25 01:58:24下载
- 积分:1
-
整数数字
整数数字-英文转换器
输入整数数字正负皆可,转换成相应的英文
例如:输入123, 返回 one hundred twenty thr-Integer number of- English converter input integer number of positive and negative can be, converted into the corresponding English example: enter 123, the return of one hundred twenty thr
- 2022-01-24 17:40:37下载
- 积分:1
-
vb编写,聊天室程序,CS架构,服务器和客户端分开
vb编写,聊天室程序,CS架构,服务器和客户端分开-vb write, chat room programs, C S architecture, the server and client separation
- 2022-06-26 05:36:33下载
- 积分:1
-
与书市配套的,挺不错的,很详细,各个部分都讲解的很清楚。
与书市配套的,挺不错的,很详细,各个部分都讲解的很清楚。-Associated with the book, very good, very detailed and explain all parts of it clearly.
- 2022-04-01 00:06:06下载
- 积分:1
-
这是自己开发的一个网站,大家可以看看,一个具有交易功能的商业网站...
这是自己开发的一个网站,大家可以看看,一个具有交易功能的商业网站-This is their development of a website, everyone can see that a transaction function of commercial websites
- 2022-01-26 05:37:55下载
- 积分:1
-
本书详细阐述了在编写C++程序的过程中应该注意什么尽量不要做什么,通读此书会对C++编程有更加使用的认识。...
本书详细阐述了在编写C++程序的过程中应该注意什么尽量不要做什么,通读此书会对C++编程有更加使用的认识。-This book describes in detail the preparation of C++ programs should pay attention to what the process try not to do, read the book will have a more C++ programming knowledge to use
- 2022-02-26 13:40:06下载
- 积分:1
-
在Visual C++ 2005环境下,利用OpenCV函数库来开发人脸检测程序的方法,简单、方便,并具有较强的实用价值。...
在Visual C++ 2005环境下,利用OpenCV函数库来开发人脸检测程序的方法,简单、方便,并具有较强的实用价值。-In Visual C++ 2005 environment, using OpenCV library to develop procedures for human face detection method, a simple and convenient, and has a strong practical value.
- 2022-04-15 03:22:07下载
- 积分:1
-
可以监视文件目录被修改情况的小软件,vc编程
可以监视文件目录被修改情况的小软件,vc编程-surveillance directory can be small revision of the software, vc Programming
- 2022-11-02 14: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