-
Shows XY view:
OnDraw() sets the text color to Gray Color.
and draws a text...
Shows XY view:
OnDraw() sets the text color to Gray Color.
and draws a text in current font.
DrawLine() draws a line.
- 2022-01-26 02:11:07下载
- 积分:1
-
通讯功能 通讯功能
通讯功能 通讯功能 -Communication communication communication
- 2022-03-25 01:23:31下载
- 积分:1
-
详细设计的目的就是指导编码,明确的说,就是将你的设计拿给不同的人去写编码,写出来的程序处理流程相同.后续的评审或者是有人接替你的工作,只要查看详细设计,就能清楚...
详细设计的目的就是指导编码,明确的说,就是将你的设计拿给不同的人去写编码,写出来的程序处理流程相同.后续的评审或者是有人接替你的工作,只要查看详细设计,就能清楚你当时是怎样设计这些流程的。-The purpose is to guide the detailed design codes, specifically, is that your design showed that different people to write code, written procedures for processing the same. Follow-up assessment or someone to replace your job, as long as View the detailed design, we can clearly understand how did you design these processes.
- 2023-06-15 03:20:03下载
- 积分:1
-
登录界面,验证密码和用户名,然后进入主界面,否则出错,退出....
登录界面,验证密码和用户名,然后进入主界面,否则出错,退出.-Login screen, verify your password and user name, and then enter the main interface, or, exit.
- 2022-02-05 11:58:52下载
- 积分:1
-
NFC刷卡封装dll库
NFC刷卡系统上位机驱动程序,封装成dll动态链接库,方便PB、vb等程序直接调用dll提供的借口,实现对NFC的读卡操作。已编译通过,测试可行。
- 2022-05-16 03:30:20下载
- 积分:1
-
这是一个wxWidgets为最新版本的2.8.10 Windwos平台,这是技术。
这是wxWidgets for Windwos Platform的最新版本2.8.10,即通常的wxMSW2.8.10。-This is a wxWidgets for Windwos Platform of the latest version 2.8.10, that is the usual wxMSW2.8.10.
- 2022-02-25 16:33:15下载
- 积分:1
-
the exception class holding the call stack s information
保存调用堆栈信息的异常类
- 2022-07-01 20:07:54下载
- 积分:1
-
实现算数的运算,包括加减乘除,2,3次开方,以及求平方差等功能。...
实现算数的运算,包括加减乘除,2,3次开方,以及求平方差等功能。-Computing to achieve counts, including the calculation, prescribing 2,3 times, and poor function of the square for.
- 2022-03-15 14:59:54下载
- 积分:1
-
用vc6.0写的一个dll,可以在vb中方便的使用一些数据类型变换的函数。...
用vc6.0写的一个dll,可以在vb中方便的使用一些数据类型变换的函数。-with vc6.0 write a dll, vb can easily use the data types transform function.
- 2022-03-22 15:33:53下载
- 积分:1
-
VC实现的分水岭算法
算法内容:首先将二维灰度图像抽象为三维地形,横纵坐标表示经纬度,灰度表示高度,这样就产生了一个地形图,地形中有高山有盆地,我们的任务就是找到盆地并且给盆地划定地盘。
算法过程,将最低点(灰度)作为起始点,开始从下注水,想泉水一样,水位逐渐上升,所有点都是上下透水的,但不会横向流动,每产生一个新的积水盆地时标记这个盆地使之与原有盆地区别开,当两个盆地内的水要汇集的时候,在此点建立一个水坝,将水分开,此水坝无限高,水永远不会溢出,依次建立所有水坝,最后的水坝就是所谓的分水岭或分水线,也就是得到的分割线。
- 2022-03-20 10:50:29下载
- 积分:1