-
嵌入式WEB服务器及远程测控应用详解
嵌入式WEB服务器及远程测控应用详解,包括服务器的移植及注意点等(Embedded WEB server and remote monitoring and control applications, including the server migration and attention points)
- 2017-10-26 09:38:10下载
- 积分:1
-
dijkstra
说明: dijkstra求最短路径,效果非常好,可以直接运行(Dijkstra can find the shortest path, which is very effective and can run directly.)
- 2019-03-25 09:20:29下载
- 积分:1
-
SetRoi
vs2010 用opencv实现自主设定ROI区域,并读取ROI进行下一步的图像处理。。(vs2010 with opencv autonomous region set ROI, ROI and read the next step of image processing. .)
- 2013-12-03 16:55:31下载
- 积分:1
-
ADF4351配置程序
ADF4351配置程序,主要是C51配置ADF5351/4350(ADF4351 configuration program, mainly the C51 configuration ADF5351/4350)
- 2020-06-26 19:20:02下载
- 积分:1
-
Design-patterns
大话设计模式源代码的电子稿,详细介绍了所有设计模式的方法与讲解。(Design patterns)
- 2013-07-11 23:57:25下载
- 积分:1
-
Starting_point
C5515 Audio DSP
- 2019-04-17 17:42:28下载
- 积分:1
-
fdshgfh
基于单片机控制的光立方显示程序,573和2803控制阳极和阴极(Control light cube display program based on 51 single chip microcomputer)
- 2017-12-22 18:57:30下载
- 积分:1
-
MFC office
BOOL CRMDTSApp::InitInstance()
{
// 如果一个运行在 Windows XP 上的应用程序清单指定要
// 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
//则需要 InitCommonControlsEx()。否则,将无法创建窗口。
INITCOMMONCONTROLSEX InitCtrls;
InitCtrls.dwSize = sizeof(InitCtrls);
// 将它设置为包括所有要在应用程序中使用的
// 公共控件类。
InitCtrls.dwICC = ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);
CWinAppEx::InitInstance();
// 初始化 OLE 库
if (!AfxOleInit())
{
AfxMessageBox(IDP_OLE_INIT_FAILED);
return FALSE;
}
AfxEnableControlContainer();
// 标准初始化
// 如果未使用这些功能并希望减小
// 最终可执行文件的大小,则应移除下列
// 不需要的特定初始化例程
// 更改用于存储设置的注册表项
// TODO: 应适当修改该字符串,
// 例如修改为公司或组织名
SetRegistryKey(_T("应用程序向导生成的本地应用程序"));
LoadStdProfileSettings(4); // 加载标准 INI 文件选项(包括 MRU)
InitContextMenuManager();
- 2023-01-16 17:45:07下载
- 积分:1
-
C#
- 2023-08-01 12:55:03下载
- 积分:1
-
CGOODButton
1. 在按钮上加入Icon,使Icon和文字同时显示
2. 显示平面按钮
3. 使按钮上的图标可变
4. 设置按钮在不同状态下的底色和文字颜色
5. 设置图标和文字的位置
6. 根据Icon的形状设置按钮的形状
7. 添加Tooltips
(1. In join Icon button, make Icon and the letter also showed 2. graphic shows three buttons. so that the button on the icon variable 4. buttons installed in different state of the color background and text 5. set up icons and the location of six characters. According to the Icon button in the shape of set-- 7. Add Tooltips)
- 2007-01-24 13:26:28下载
- 积分:1