搜索资源列表
1632
- 牛人做的纯《C windows API》编程 中文LIB文件格式。 1.实现文字滚屏。 2.为了避免闪屏而采用的二级缓存重绘技术。 3.屏幕的震动实现.(计时器) 4.自定义菜单,自定义列表框,填充颜色. ... 描述:这是一个词典库,解压到WinMain.h,WinMain.c同一个目录下 sparkLIB 附件: 1632.rar (379 K) 下载次数:130
EditDemo
- 一个平面的Edit类,非常漂亮,使用很简单,只要将你代码中的所有CEdit换成CXPEdit,并包函头文件#include \"XPEdit.h\"即可。-a flat Edit type, very beautiful and very simple to use, as long as your code all CEdit CXPEdit replaced, and the first document 9.1.2 # include "XPEdit.h" can.
11
- empirical formula with kaiser clc clear all fs=1000 fc=250 df=50 r=0.001 f=fc/fs dw=2*pi*(df/fs) a=-20*log(r) n=floor(((a-8)/(2.285*dw))+1) if a>50 b=0.1102*(a-8.7) elseif a>=21 && a<=50 b=0.5842*((a-
