-
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
-
WinPcap
WinPcap中文帮助手册,网络编程必备帮助文档,包含了大量的函数。(WinPcap Chinese help manuals, network programming necessary to help document, contains a large number of functions.)
- 2009-01-10 15:39:48下载
- 积分:1
-
DLL_CALL
该源代码是我精心为朋友准备的,涵盖了各种调用方式和编译方式,花了半个月的业余时间,很高贵啊(The source code is for a friend I painstakingly prepared, covering a variety of ways and the compiler calls the way of spare time to spend half a month, a high贵啊)
- 2009-04-21 19:09:20下载
- 积分:1
-
meshsimplification
网格简化程序基于3D三角网格简化,代码简单实用,而且非常有效的节省时间(meshsimplification is a C++ library and set of utilities for input, output, and basic manipulation of 3D triangle meshes. The goals of the code are ease of use and efficiency, possibly at the expense of some generality.)
- 2015-03-01 00:49:53下载
- 积分:1
-
RdWrtIni
说明: ini文件读取和写入,基于MFC实现的。因为Wince下没有实现ini文件的读写。(ini file to read and write, based on the realization of the MFC. Wince achieve because there is no read and write ini files.)
- 2009-07-30 11:42:49下载
- 积分:1
-
Image-Processing-System
运行程序,打开程序主界面,如图1.3所示。本程序主要实现了图像处理、批量转换与处理、PSD文件管理、照片处理等,其中图像处理部分主要是对图像进行各个效果的显示,例如图像的锐化效果、浮雕效果等。批量转换与处理部分主要实现各种图像格式之间的转换,PSD文件管理部分主要是对PSD文件进行浏览和转换操作,照片处理主要用于照片的排版。(Run programs, open the main program interface, as shown in Figure 1.3. This procedure mainly realize the image processing, batch conversion and processing, the PSD file manager, photo processing, image processing part of the main image display various effects, such as image sharpening effects, such as relief effect. Batch conversion and processing some of the major conversion between various image formats the PSD document management part of the main PSD file browsing and conversion operations, photo processing is mainly used for the photo layout.)
- 2013-05-12 17:35:44下载
- 积分:1
-
SJDXSF
用VC编写的短信收发程序,支持西门子TC35模块,已经过测试.(VC prepared by the procedures SMS transceiver to support Siemens TC35 module has been tested.)
- 2007-05-19 22:31:25下载
- 积分:1
-
VCPP6.0book
通过学习VC,能够熟练地掌握VC的各种功能,熟悉编程的整体框架结构,熟悉编程。(By learning VC mastered the various functions of the VC familiar with the framework of the overall structure of the programming, familiar programming.)
- 2012-10-16 14:59:01下载
- 积分:1
-
VLCDemo
MFC调用VLC的动态库libvlc.dll实现简单播放器,支持播放、暂停、停止、进度显示和进度控制、声音控制、支持中文路径的文件名字。VC6.0环境,可直接运行。(MFC calls VLC dynamic library libvlc.dll simple player, play, pause, stop, schedule display and schedule control, sound control, support Chinese path of the file name. VC6.0 environment, can be directly run.)
- 2013-07-15 09:41:10下载
- 积分:1
-
cpplibraryfunctionmanual
里面包含了linux和c++库函数使用手册,希望对学习c++的人有帮助(Which contains linux and c++ library function manual, and I hope people learn c++ help)
- 2011-01-08 12:33:10下载
- 积分:1