资源列表

« 1 2 ... .14 .15 .16 .17 .18 65919.20 .21 .22 .23 .24 ... 66605 »

[Windows编程Habit

说明:checkBox的使用应该说在各种编程语言中都是基础的,在VC++中也不例外,对于高手来说,这个代码不用看了,主要是写给新手看的,如图所示的窗口中,有几个CheckBox复选框供选择,程序会判断出用户所选择的复选框的值,并以MessageBox的方式返回给用户结果-checkBox use should be said is based on a variety of programming languages​ ​
<apudn78> 在 2025-01-14 上传 | 大小:20kb | 下载:0

[Windows编程OutputText

说明:VC++在窗体上输出文本的实例,主要是利用DrawText方法来实现文字输出,为了更全面一些,实例中不但输出了英文字符,还输出了中文,如果您对DrawText的使用方法不熟悉,可下载本源码参考-VC++ output text in the form of examples, mainly using DrawText methods to achieve text output, in order to more fully some
<apudn79> 在 2025-01-14 上传 | 大小:18kb | 下载:0

[Windows编程SimpleTextOut

说明:VC++中简单的TextOut输出文本字符的使用实例,新手有兴趣的源码,实现过程:获取窗口设备上下文,然后在窗口客户区域指定位置输出文本-VC++ TextOut output using the simple examples of text characters, and newcomers are interested in the source code, the implementation process: Get devi
<apudn80> 在 2025-01-14 上传 | 大小:18kb | 下载:0

[其他小程序ising

说明:二维伊辛模型matlab建模Matlab programs for the Ising model-Matlab programs for the Ising model ising.m: the main file which contains a simulator for the 2D Ising model using Wolff sampling and Metropolis sampling, including
<Chao> 在 2025-01-14 上传 | 大小:6kb | 下载:0

[Windows编程Calc

说明:再次与VC++爱好者分享一款基于VC++的简单计算器源码,与Windows自带的计算器风格很相似,学习提高VC编程,就要慢慢学习一些简单的完整小程序,比如这个Calculator源代码,还有一些扫雷等的小游戏,对VC的程序开发很有帮助哦。-Again with the VC++ enthusiasts share a VC++ based simple calculator source code, and Windows calcul
<apudn81> 在 2025-01-14 上传 | 大小:29kb | 下载:0

[其他小程序DataTableCompute

说明:C#使用DataTable的源码,包括很多类型处理。-C# source code using the DataTable, including many types of treatment.
<Kevin> 在 2025-01-14 上传 | 大小:36kb | 下载:0

[其他小程序Kalman_filter-target_tracking

说明:卡尔曼滤波在雷达目标跟踪上的仿真,设置了一个仿真场景,然后进行仿真以及分析。-Kalman filter simulation on the radar target tracking
<chenqiuting> 在 2025-01-14 上传 | 大小:149kb | 下载:0

[Windows编程BmpNonClient

说明:真心不错的窗体绘制技巧,VC++使用BMP位图绘制漂亮的对话框和窗体,先看下测试截图怎么样?漂亮吧?大致说下实现的思路:绘制对话框非客户区域,计算标题栏的高度,获取窗口区域。   第一步绘制对话框的左边框,计算对话框边框的宽度;   第2步绘制对话框的左标题栏,记录左标题栏的宽度;   第3步绘制对话框的右标题栏;   第4步绘制对话框中间标题栏;   第5步绘制对话框右边框;   第6步绘制对话框第
<apudn82> 在 2025-01-14 上传 | 大小:236kb | 下载:0

[Windows编程FillRC

说明:VC图像填充选区的源码实例,实现思路:CBrush brush(RGB(255, 128, 128))定义一个颜色画刷,使用颜色填充区域,加载位图,创建位图画刷,使用位图填充区域,释放画刷对象,定义一个区域对象,绘制矩形边框,创建一个矩形选区,组合选区,获取两个选区的公共部分,将选区对象附加一个选区句柄,填充选区,释放选区句柄等-Source code examples VC image fills the constituency,
<apudn84> 在 2025-01-14 上传 | 大小:358kb | 下载:0

[Windows编程TextOnBmp

说明:VC++在BMP图片上显示文本,是一个VC++窗口绘图的例子,JPG格式图片未做测试。显示文字主要是使用TextOut方法,完整的过程是:定义位图对象,加载背景位图,获取位图信息(图像宽度和高度),获取窗口客户区域,获取窗口设备上下文,定义一个内存设备上下文,CreateCompatibleDC方法创建与pDC兼容的设备上下文,选中位图对象在窗口中绘图,设置透明的背景模式,输出文本-VC++ to display text on the
<apudn83> 在 2025-01-14 上传 | 大小:321kb | 下载:0

[其他小程序bintoforest

说明:森林转化为二叉树以及二叉树转换为森林的简单实现代码-Forest converted to binary and binary converted to forests simple codes
<tanlt> 在 2025-01-14 上传 | 大小:2kb | 下载:0

[Windows编程send

说明:广播通信发送端:局域网的距离短,并且一个网段都是归于一个小的单位所有,其保密性没有广域网要求高,所以采取广播通信。-Broadcast Communications sending end: LAN short distance, and a segment is attributed to a smaller unit at all, it is no WAN confidentiality requirements, so take
<renrong> 在 2025-01-14 上传 | 大小:194kb | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 65919.20 .21 .22 .23 .24 ... 66605 »

源码中国 www.ymcn.org