-
股票市场分析仪
带着一种暖昧的分析 !使用 Equitymaster 的比较公司工具进行了详细的比较,两家公司并决定哪个一定是更好地为您服务 !,当然,我们比较公司工具太带有图形查看选项 !开始比较现在......
- 2022-07-23 14:09:09下载
- 积分:1
-
VC中常用的CListCtrl控件,该代码的功能主要是实现查询,功能不是很强,但代码的思想具有很强的参考,很有实用价值....
VC中常用的CListCtrl控件,该代码的功能主要是实现查询,功能不是很强,但代码的思想具有很强的参考,很有实用价值.-VC common CListCtrl Control, the main function of the code is to achieve inquiries function is not very strong, but the code has a strong ideological reference for the very practical value.
- 2023-02-23 11:25:04下载
- 积分:1
-
Control Positioner (Control Poser)
Control Positioner (Control Poser) - This is a small class for control repositioning-Control Positioner (Control Poser)- This is a small class for control repositioning
- 2022-07-02 13:51:27下载
- 积分:1
-
Themselves on the basis of a swing
自己根据网上荡的一个程序进行的改编,我一般用来截图,不过界面很不错。包括系统设置和窗口透明度等,值得一看-Themselves on the basis of a swing-line adaptation procedure, I am generally used to capture, but the interface is pretty good. Including system settings and window transparency and so on, worth a visit
- 2022-03-01 09:39:26下载
- 积分:1
-
映射标题栏按钮
提供绘制标题栏按钮的示例,您可以绘制各种自我绘制按钮所需的标题栏上。-这种情况下提供映射标题栏按钮,需要制定各种在来自该按钮。
- 2022-02-11 22:26:43下载
- 积分:1
-
Duilib窗体增加阴影效果
应用背景用于在Duilib界面库产生的窗体周围添加阴影效果关键技术1. 在要添加阴影效果的窗体类中包含WndShadow的头文件,并创建对应类型的成员变量m_WndShadow。
2. 在WinMain处添加初始化
// Initiation of the shadow
CWndShadow::Initialize(hInstance);
3. 窗体OnCreate中设置
LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
{
LONG styleValue = ::GetWindowLong(*this, GWL_STYLE);
styleValue &= ~WS_CAPTION;
::SetWindowLong(*this, GWL_STYLE, styleValue | WS_CLIPSIBLINGS | WS_CLIPCHILDREN);
m_WndShadow.Create(m_hWnd);
m_WndShadow.SetSize(4);
m_WndShadow.SetPosition(0, 0);
//blablabla....
return 0;
}
说明:此处为了更清除的看到窗体边框阴影效果,我将调用的地方原来的m_WndShadow.SetSize(4);改为
了m_WndShadow.SetSize(15);正常情况下,Size设置为4的效果即可。
- 2022-06-18 09:40:40下载
- 积分:1
-
下面是我编的用matlabe语言编的qpsk调制解调的程序
下面是我编的用matlabe语言编的qpsk调制解调的程序
-Below is Part I of the language used matlabe series keying modulation and demodulation proce
- 2023-05-17 13:50:03下载
- 积分:1
-
本程序使用ADO访问Access2000的数据库。请适当修改stdafx.h中
#import "g:program filescommon filessy...
本程序使用ADO访问Access2000的数据库。请适当修改stdafx.h中
#import "g:program filescommon filessystemadomsado15.dll" no_namespace rename("EOF","adoEOF")
msado15.dll的路径-The program uses ADO to visit ACCESS2000 database. Please modify stdafx.h appropriate in# Import
- 2022-07-01 21:22:59下载
- 积分:1
-
GetColor 工具
拾取桌面的风格颜色颜色代码 用于仿制人家的界面,可以取到RGB的颜色数值, 用来画自己的界面程序
- 2022-11-21 08:50:04下载
- 积分:1
-
学生课绩管理系统(升级版) 《学生课绩管理系统》的升级版,采用了sertlet+jsp+javabean+sqlserver,并且做了许多修改! 说明: 数据库...
学生课绩管理系统(升级版) 《学生课绩管理系统》的升级版,采用了sertlet+jsp+javabean+sqlserver,并且做了许多修改! 说明: 数据库连接 在classes目录下的 sqlbean.java中 默认的用户名:1 密码: 1 -courses and scores Management System (upgrade version), "student class performance management systems," an updated version using the sertlet jsp javabean SQLServer, and made many changes! Description : Database Connection classes in the directory sqlbean.java default user name : a password : 1
- 2022-09-17 01:20:03下载
- 积分:1