资源列表
MenuOfDlg
- 在VC++6.0环境下基于对话框的MFC进行编程实现四个数的求和与求平均值-In VC++6.0 environment programming MFC-based dialog to achieve four number sums and averages
CListCtrlTest4
- VC6实现的一个彩色列表框效果的例子,可直接拿来应用,比较少见哦!-VC6 achieve a color list box effect of examples, can be used directly, relatively rare!
s_t
- Stockwell提出的S变换管饭用于各个领域的信号分析,起源于小波变换。在语音信号处理当中等到了较为广泛的运用。- Returns the Stockwell Transform of the timeseries. Reference is Localization of the Complex Spectrum: The S Transform IEEE Transactions on Signal Processing, vol. 44., number 4, April 1996
TextboxGood
- 完全自绘的文本框,支持背景全透明,可随意DIY-Very good Textbox control , has transparent mode.
temperature-control
- 用Labview和PID开发的温度控制系统,可以实现温度的精确控制。-With the temperature control system developed by Labview and PID, the temperature can be precisely controlled.
111
- 基于DS1302,LCD1602,DS18B20的数字时钟的设计-Design of Digital Clock Based on DS1302, LCD1602 and DS18B20
1234
- 利用遗传算法,实现机器人轨迹规划,从而便于控制机器人-robot trajectory planing
EditKeyTest
- 演示,如何继承CEdit,然后添加按键的控制。 本例中,可以直接按上下键,或数字键来改变内容。-show how to inherent class CEdit. and response key press events
SISTEMA DE CADASRO D ETELEFONE
- SISTEMA DE CADASTRO DE NUMERO DE TELEFONE NO ACCES
tkinter
- 适用tkinter实现的窗口透明悬浮图标效果-Window transparent icons suspension effect applicable tkinter implemented
DSPClass
- Visual C++을 통 해 서 , 어 려 웠 던 DSP를 파 악 하 자 !-Visual C++을 통 해 서 , 어 려 웠 던 DSP를 파 악 하 자 !
TestLongLatCtrl(V1.1)
- 在于GIS相关的软件中经常要输入经纬度数值,而基于MFC Edit控件的经纬度输入控件需 要创建三个Edit编辑框,来分别输入度、分、秒数值,并且需要分别进行输入范围和有效 性的检验。该基于BCGControlBar的经纬度输入控件实现了在一个输入窗口中分别按照度 、分、秒三个值域来输入经纬度数值,并同时进行了输入分有效性和输入范围的检验。经纬度中的度、分、秒字段均通过数字键盘直接输入数值,也可通过微调按钮或者键盘的上下键进行数字的增减,你可以通过左右键进行度、分、秒输入域的切换。该