-
matrix.h
定义Matrix矩阵类,定义矩阵类头文件matrix.h(Matrix matrix class definition, define matrix class header file matrix.h)
- 2020-08-03 20:28:35下载
- 积分:1
-
SRTest
语音识别,通过说话转化为语音。适合开发语音软件(good it‘s so worth that you must have a look)
- 2009-09-04 10:47:25下载
- 积分:1
-
DMX512
void DMX_SendPacket(void) //发送DMX512数据
{
//配置为普通IO
pDMX_buf = 0 发送起始码 00
GPIO_Tx_Config(0) //设置发送的引脚为普通IO
PA2 = 0 //输出低电平
delay_us(150) //延时150us
PA2 = 1 //输出高电平
delay_us(13) //延时13us
GPIO_Tx_Config(1) //设置发送的引脚为复用IO
//USART1->DR = 0x0100 | TXDData[0] //第0帧前导码(DMX512 receiving procedDMX512 receiving procedure ure DMX512 receDMX512 receiving procedure iving procedure DMX512 receiving procedure )
- 2016-02-19 09:23:42下载
- 积分:1
-
getfontinfo
获得系统中所有字体信息 (Getting the information of all system fonts)
- 2001-01-01 00:00:00下载
- 积分:1
-
MFC-ATL-SDK-Socket
MFC、ATL、SDK、SOCKET 等概念的辨析,详细解读(The Concept of MFC, ATL, SOCKET, detailed interpretation)
- 2013-04-09 13:26:24下载
- 积分:1
-
jc
说明: VC++编程基础
各类模块程序,均调试通过,简单易学,适合入门使用。(VC++ programming process based on various types of modules are debugging through, easy to learn, for entry to use)
- 2009-08-13 13:46:07下载
- 积分:1
-
Lissajous
Lissajous,李萨茹曲线,
Win32 API,多窗口,其中一个窗口作为
工具条(Lissajous Curves Drawing,using
Win32 API. Muti-Windows, Multi Threads.)
- 2012-05-08 19:59:01下载
- 积分:1
-
VCMulti-Language
本程序演示了VC++界面程序多语言支持的实现方法:
1.根据用户选择的不同语言,加载不同版本的资源文件,进行切换;
2.同一个VC++界面程序据此支持多种语言。 (This program demonstrates the C++ interface, multi-language support program implementation methods:
1. Depending on the language selected by the user to load a different version of the resource file, switching
2. Same procedure whereby a VC++ interface supports multiple languages.)
- 2015-10-16 10:05:34下载
- 积分:1
-
ChatClient
基于MFC框架应用SOCKET的聊天室客户端,在VS2015上完美运行(SOCKET chat room client based on MFC framework, running perfectly on VS2015)
- 2018-08-09 11:11:28下载
- 积分:1
-
time
基于Visual C++所写,可以获取系统的时间,例如年月日小时分秒。(Written based on Visual C++, you can get the system time, such as month, day hours minutes and seconds.)
- 2011-07-31 08:58:07下载
- 积分:1