-
第九章代码生成 编译原理 ppt 课件
第九章代码生成 编译原理 ppt 课件-Chapter IX code-generation compiler principles ppt courseware. . . . . . .
- 2022-05-30 17:31:06下载
- 积分:1
-
statistic算法
statistic算法-statistic algorithm
- 2022-06-18 05:05:16下载
- 积分:1
-
VC函数的细节
vc函数,详细说明
- 2023-05-05 18:30:04下载
- 积分:1
-
PB技巧百例.rar
PB技巧百例.rar-skills PB 100 cases. Rar
- 2022-04-30 01:13:56下载
- 积分:1
-
正则表达式是烦琐的,但是强大的,学会之后的应用会让你除了提高效率外,会给你带来绝对的成就感...
正则表达式是烦琐的,但是强大的,学会之后的应用会让你除了提高效率外,会给你带来绝对的成就感-Regular expression is cumbersome, but powerful, the Institute will let you after the application apart from improving efficiency, will give you a sense of accomplishment brought about by absolute
- 2022-02-21 09:10:37下载
- 积分:1
-
C语言面试题总汇,C程序员重要面试问题及解答,值得一看。
C语言面试题总汇,C程序员重要面试问题及解答,值得一看。-C-face questions confluence, C programmers important interview questions and answers, worth a visit.
- 2022-02-05 16:07:28下载
- 积分:1
-
嵌入式硬件开发平台,C语言开发的详细描述…
嵌入式硬件开发平台,详细介绍了C语言开发技术
- 2022-03-14 03:52:09下载
- 积分:1
-
C语言接口与实现...
相当不错的一本书.大家想好好用C的一定不能错过...
C语言接口与实现...
相当不错的一本书.大家想好好用C的一定不能错过-C Language Interface and Implementation of a pretty good ... a book. We would like to make good use of C, must not be missed
- 2022-02-28 22:52:43下载
- 积分:1
-
very interessant book for beginners
very interessant book for beginners
- 2022-07-21 19:35:56下载
- 积分:1
-
Visual C++数字图像处理技术课本后带代码第3章
应用背景Visual C++数字图像处理技术课本后带代码第3章,讲的是傅里叶变换及反变换,离散余弦变换,小波变换等,还有各种正交变换,旋转缩放镜像变换等,代码亲测可用,vs2010,2012,vc6.0均可以。关键技术
void Fourier(CplexNum * pTd, int lWidth, int lHeight, CplexNum * pFd)
void IFFT_2D(complex * pCFData, complex * pCTData, int nWidth, int nHeight)
HGLOBAL Rotate(LPSTR lpSrcDib, LPSTR lpSrcStartBits,long lWidth, long lHeight,
long lLineBytes, WORD palSize, long lDstWidth,
long lDstHeight,long lDstLineBytes,float fSina, float fCosa)
- 2022-08-08 19:30:35下载
- 积分:1