-
2010_micromouse
对电脑鼠的介绍以及阐述,从最简单到如梦,为介绍性材料(The introduction of the computer mouse and to describe, from the most simple to the dream, the introductory material)
- 2013-03-26 19:20:08下载
- 积分:1
-
introduced some of the features and the use of C# client visit Hotmail process....
介绍HTTPMail的一些特点以及利用C#客户程序访问Hotmail的过程。本文的示例程序利用COM互操作将XMLHTTP用作一种传输服务。-introduced some of the features and the use of C# client visit Hotmail process. Examples of this procedure using COM interoperability will XMLHTTP used as a transmission service.
- 2023-03-01 15:00:03下载
- 积分:1
-
F107+83848--TCP服务器收发数据
基于STM32F107和DP83848芯片的TCP服务器收发数据(TCP server send and receive data)
- 2018-03-22 20:57:40下载
- 积分:1
-
cAPI
C语言参考手册 可以帮助你较快的掌握C语言的基本要领(C language reference manual to help you quickly grasp the basic essentials of C language)
- 2010-10-16 08:34:28下载
- 积分:1
-
tunning-PID-by-PSO
粒子群优化PID的典型例子,调试过了,非常好用(Particle Swarm Optimization typical example of the PID, debugging, and very easy to use)
- 2020-06-30 01:20:01下载
- 积分:1
-
keil generic keygen(keil注册机)V5.0 最新免费版
说明: MDK 5xx注册机生产激活码注册机,很好用的激活工具(MDK 5xx register machine produces activation code register machine)
- 2020-02-12 15:10:28下载
- 积分:1
-
mfc 串口通信demo
是一个较为完整的vs2008基于mfc建立的工程,能够实现多个波特率的串口通信,并且可以查看可用的串口端口,实时传输,并通过将信息封装起来,便于通信端口信息的解析和读取,非常方便,经过测试无任何问题,并且可以release出来再没有安装mfc的库的电脑中运行无误。
- 2022-04-08 06:55:32下载
- 积分:1
-
POQLALC
说明: C语言程序设计教程电子教案的源代码,很好用,可以用(C language programming course electronic teaching plan of the source code, very easy to use, can use)
- 2018-12-25 21:01:24下载
- 积分: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
-
valve
一个在fluent udf中使用Compute_Force_and_Moment函数计算力的算例(An Example of Compute_Force_and_Moment Function in Fluent UDF)
- 2020-06-19 14:14:38下载
- 积分:1