搜索资源列表
ce_crtdbg
- This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory
ucGUI_example
- ucGUI 入门例子,可以在VC++6.0平台下模拟ucGUI,让你在没有硬件基础上学习ucGUI .-Getting Started ucGUI example, you can VC++ 6.0 platform simulation ucGUI, let you in the absence of hardware based on the learning ucGUI.
DSP
- A/D转换的VC代码,用于DSP编程。可以参考一下。-A/D conversion of the VC code for DSP programming. For reference.
daq_vc
- vc进行NI daq卡的模拟数据采集,只处理了单点单通道的过程。结果保存在DATA\下面。 前提:可能需要机器上装有daq卡,或模拟daq卡。-NI daq card vc for analog data acquisition, only single-point single-channel process. The results stored in the DATA \ below. Premise: the machine may be needed with daq card,
73462700CSCallCDll
- 这是本人写的一个小程序,在.net下调用vc写的d-This is a small program I wrote in. Net written dll under vc call
AD
- vc串口控制单片机实现A/D转换和温度测量-vc serial control MCU A/D conversion and temperature measurement
DSP
- 用VC实现DSP的完整程序,可以进行快速傅里叶变换及反变换-DSP with the VC to achieve a complete program that allows fast Fourier transform and inverse transform, etc.
Source-Code
- ADuC7060/ADuC7061 fully integrated, 24-bit A/D Microcontroller (3-Wire RTD Example Project) USB Based Temperature Monitor Using the ADuC7061 Precision Analog Microcontroller and an External RTD Link.... http://www.analog.com/en/
WXMKTEST.C
- 摘要:VC/C++源码,系统相关,无线遥控 单片机无线遥控接收模块C程序源码: void main(void) { P2_7=0 //开数码管显示 选通左右侧的数码管 P0=0xc0 //初始显示数字0 while(1){ P1=0xff //P1口设置为输入状态 先全部写1 i=P1 //赋值给临时存贮变量 i=i&0x0f //和0x0f相与 屏蔽高四位,读取无线
dlp-d-vc-v10
- FTDI公司芯片基本操作,驱动调用例子。(FTDI chip basic operations, the driver call example.)