-
an output of the assembler language ASCII characters in the small program, but a...
一个关于汇编语言输出ASCII码字符的小程序,但从中可体会到汇编的入门-an output of the assembler language ASCII characters in the small program, but a compilation of the crux of the entry
- 2022-01-31 15:22:47下载
- 积分: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
-
功能全的班级网站,需要的可以下载修改的,当然了,不是我的作品,...
功能全的班级网站,需要的可以下载修改的,当然了,不是我的作品,-Class full-featured website, needed changes can be downloaded, of course, is not my work,
- 2022-08-18 23:51:31下载
- 积分:1
-
以前用的,各个窗口控件使用的一一展示,是一个演示窗口控件使用帮助学习VC++的小软件。仅适用版本是VC++ 6.0 ,经本人测试验证,在VC 2005下无法加载...
以前用的,各个窗口控件使用的一一展示,是一个演示窗口控件使用帮助学习VC++的小软件。仅适用版本是VC++ 6.0 ,经本人测试验证,在VC 2005下无法加载,(见谅~_~)!适合初中学者使用(谁敢说自己是高级经验者,哈哈!)奉献大家,希望有好评!-Previously used in various window controls used to display 11, is a demonstration of the window to help control the use of learning VC++ Small software. Applies only to version VC++ 6.0, as I test verification, in VC 2005 can not load, (~_~)! apologize for the use of junior scholars (Who can say that he is a senior experience, ha ha!) Dedication everyone, hope has received!
- 2022-03-21 08:27:16下载
- 积分:1
-
the c++ programming英文版
the c++ programming英文版-the c++ programming in English
- 2022-06-28 11:29:48下载
- 积分:1
-
VC编写的card类ActiveX控件,简单易用使用方便。
VC编写的card类ActiveX控件,简单易用使用方便。-A game of Card ActiveX Used VC program
- 2023-02-11 01:55:04下载
- 积分:1
-
一个可让你轻易就能实现在视图下显示,操作地图的控件
一个可让你轻易就能实现在视图下显示,操作地图的控件-This an easy method for displaying, operating map, strongly recommended
- 2022-02-12 11:26:22下载
- 积分:1
-
Handwriting test procedures, a very good small EVC procedures, hope that we can...
测试手写程序,一个很好的EVC小程序,希望大家能够交流学习-Handwriting test procedures, a very good small EVC procedures, hope that we can learn
- 2022-05-13 22:10:51下载
- 积分:1
-
一个行列式计算的程序.zip
一个行列式计算的程序.zip-a determinant calculation procedures. Zip
- 2023-03-24 11:20:04下载
- 积分:1
-
贪吃蛇游戏
贪吃蛇游戏 win32项目编译 非MFC程序
*游戏制作思想:
*通过一个二维数组来描述画面,
*-2代表墙,0代表空白,0以上代表蛇
*例以1,2,3,4表示蛇(4为蛇头)
*其移动时,数字依次减一,
*并在将要去的位置设为4,
*则完成了蛇的移动
*同时利用多线程获取按键事件,
*使屏幕绘制与按键监听同时进行
*/
- 2022-01-27 17:14:38下载
- 积分:1