-
图像的平面截图应用
可以做为则取图像用
图像的平面截图应用
可以做为则取图像用-Screenshot of the application of planar images can be used as the image with
- 2023-02-21 02:15:04下载
- 积分:1
-
EVC3.0 create the MDI procedures
在EVC3.0中创建MDI程序-EVC3.0 create the MDI procedures
- 2022-08-06 06:31:48下载
- 积分:1
-
LAN messaging
局域网内发送消息-LAN messaging
- 2023-06-18 14:05:03下载
- 积分:1
-
简易计算器 数据结构 栈
这个是我写的关于实现计算器功能的一个c++实现,代码中并未加入乘方运算以及单目运算,有兴趣的可以在源程序的基础上再添加一些实现其他的运算,增强计算器的能力
- 2023-05-19 03:20:03下载
- 积分:1
-
MS OCR VC程序
图形文字识别(OCR)是常用的东西。微软早在Office2003中推出了一个OCR模块,对中文有很好的支持(不亚于国内的一个品牌产品)。可能有许多人都注意到这个好东西了,但是MS_OCR在VC++上的接口和用法一直没见披露。
这里发布一个用MS_OCR做的示范程序,识别能力还不错,支持多种图形格式(bmp,jpg,tif)。
- 2022-04-13 14:00:03下载
- 积分:1
-
wince 画BEZIER曲线的演示例子,大家看看,品尝品尝
wince 画BEZIER曲线的演示例子,大家看看,品尝品尝-Jack Bezier curve drawing demonstration example, we see, taste taste
- 2022-10-20 04:10:03下载
- 积分:1
-
This a C++ code about Josephus problem, and use two
这是一个Josephus问题的C++代码,用双向链表实现.有问题题请联系ho1983xx@tom.com (2005-5-22,VC,1KB,下载0次)【向站长举报此文件和某个同类文件可能重复】-This a C++ code about Josephus problem, and use two-way chain form to realize.If you have any problem, please contact ho1983xx@tom.com
- 2022-02-02 20:43:28下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
本程序在AVL树的算法实现,包括删除,…
这个程序时avl树的所有算法的实现,包括插入删除新建排序,是数据结构学习者的极佳材料,VC实现-this procedure when all the AVL tree algorithm implementation, including delete, insert new sequencing, data structure is a very good learner materials, VC
- 2022-01-26 15:09:15下载
- 积分:1
-
Win graphic images under category code
Win下图形图像类代码-Win graphic images under category code
- 2022-03-07 01:30:44下载
- 积分:1