-
Kid编写的线型图源代码(C#),很好的学习图表制作的代码
Kid编写的线型图源代码(C#),很好的学习图表制作的代码-Kid linear map prepared by the source code (C#), a good learning charts produced by the code
- 2022-02-03 10:40:35下载
- 积分:1
-
地图Shp文件的显示
地图Shp文件的显示 包括图层的添加 放大缩小 移动 以及图层管理是一个很好的shp文件加载显示的源代码程序 一个有用的程序框架
vc6.0 环境下编译通过
- 2022-03-14 16:37:01下载
- 积分:1
-
基于C#的串口实现
基于C#的串口实现,适合学习,Windows窗体应用程序,也可以适当修改用于工程应用
- 2023-01-01 13:45:07下载
- 积分:1
-
no not met, and archived
搜索窗口不符合,已存档
- 2022-03-17 23:48:23下载
- 积分:1
-
定时器小闹钟可播放影音文件
定时器小闹钟可播放影音文件-small alarm clock timer can play audio files
- 2023-04-25 18:45:04下载
- 积分:1
-
In the demo project, I create a simple graph with four series of data. It demons...
In the demo project, I create a simple graph with four series of data. It demonstrates different options of marker, such as shapes, colors, etc. When the cursor hits a marker, the background data value will be displayed by tool tip. Some API functions, such as CRgn::PtInRegion(), in HitTest() work best in device coordinates. It may be a good practice to convert the test-point into device coordinates. In the demo, I create one marker for each data series. If you want to use different marker option within one data series, you have to create one marker for each data point.
- 2022-01-20 22:34:40下载
- 积分:1
-
它是一种新的方式来旋转图像,通过使用剪切它的有用的电荷
It is a new way to Rotating the images by using shear it s useful to charge it
- 2022-02-06 09:54:59下载
- 积分:1
-
托盘程序
LRESULT CSystemTray::OnTrayNotification(UINT wParam, LONG lParam)
{
// is it for us ?
if (wParam != m_NotifyIconData.uID)
return 0L;
CWnd *pMainWnd = AfxGetMainWnd();
switch(LOWORD(lParam))
{
case WM_RBUTTONUP:
{
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-26 03:26:49下载
- 积分:1
-
讲dos命令的使用的一个文档,比较详细,有各种命令,,个ghost
讲dos命令的使用的一个文档,比较详细,有各种命令,,个ghost -stresses the use of a document, more detailed, there are various orders, 000 ghost
- 2022-03-07 04:33:22下载
- 积分:1
-
简介
Introduction
Do you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps.
Features
Transparency effect for both channel and thumb.
Customize size of the thumb.
Flicker free.
It uses CMemDC from Keith Rule s article to implement double buffering, and uses functions from Raja Segar s article to display transparent bitmap. -IntroductionDo you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps. Features Transparency effect for both channel and thumb. Customize size of the thumb. Flicker free. It uses CMemDC from Keith Rule s article to implement double buffering, and uses functions from Raja Segar s article to display transparent bitmap.
- 2022-03-12 12:19:31下载
- 积分:1