-
vc项目开发全程实录 第四个实例的源代码,书上的例子都有哦...
vc项目开发全程实录 第四个实例的源代码,书上的例子都有哦- Record vc project development throughout the source code, books, examples of both Oh ...
- 2022-05-19 11:23:36下载
- 积分:1
-
C language environment play_fair conversion algorithm under the original, multi
C语言环境下的play_fair转换算法
原创的,多指教-C language environment play_fair conversion algorithm under the original, multi-index
- 2022-10-24 00:20:03下载
- 积分:1
-
using the line drawing algorithm
采用brezar的画线算法程序-using the line drawing algorithm
- 2022-12-07 08:55:03下载
- 积分:1
-
window8风格自绘Button类
根据CButton 类派生的自绘按钮,学习了别人按钮的自绘方法,window8风格创建了我想要的按钮三种风格,鼠标悬浮,鼠标按下,鼠标离开,可以分别设置颜色字体等,有各自接口,你也可以自己创建接口
- 2022-08-26 11:16:01下载
- 积分:1
-
基于RTF的富文本框
应用背景包含控件的完整源代码和例子程序的完整C #代码,基于RTF开发的用于及时聊天的富文本编辑框,可显示图片和文字,以及其他一些效果。关键技术C #开发,多信息文本格式(RTF)是一种方便于不同的设备、系统查看的文本和图形文档格式。RTF使用美国国内标准协会(ANSI)、pc-8、Macintosh(MAC苹果),或的IBM PC
- 2023-07-02 21:35:03下载
- 积分:1
-
计算机图形学源码
计算机图形学源码,二维图形编程VC++
- 2022-01-20 23:05:07下载
- 积分:1
-
text例子
text例子-text examples
- 2022-05-25 06:33: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
-
小区移动用户定位服务,主要分析sccp协议
小区移动用户定位服务,主要分析sccp协议-Area location-based services for mobile users, the main analysis of SCCP protocol
- 2022-11-24 08:25:03下载
- 积分:1
-
功过模拟单功能流水线调度过程,掌握流水线技术,学会就算流水线的吞吐率,加速比,效率...
功过模拟单功能流水线调度过程,掌握流水线技术,学会就算流水线的吞吐率,加速比,效率-Merits and demerits of single-function simulation pipeline for the activation process, master pipeline technology, even if the pipeline throughput Institute, speedup, efficiency
- 2022-02-02 12:47:53下载
- 积分:1