-
gprs串口运行的驱动程序,主要与s3c2410的芯片通信
gprs串口运行的驱动程序,主要与s3c2410的芯片通信-gprs serial driver running, mainly with the S3C2410 chip communication
- 2022-03-17 10:50:40下载
- 积分:1
-
the electronic version of the edited content from Qinghua University Press publi...
本电子版所编辑的内容来自于清华大学出版社出版的《C程序设计》第二版,是由著名教授谭浩强主编,该书浅显易懂,深受参加全国计算机等级考试三级、四级的C语言考生欢迎,不少地方考生反应此书难买,网上出现过word版,供下载,但翻看不便,为此,特制定电子版。
值得注意的是,由于第一章节介绍TC编程环境部分使用图片,电子版不支持,因此,图片部分出现空格,不过不影响本书的内容,大家知道就行了。-the electronic version of the edited content from Qinghua University Press published in the "C Programming" second edition, it is by the famous Professor Tan-editor of the book simple words, popular participation in the National Computer Rank Examination 3. four of the candidates welcome the C language, and many local candidates reaction difficulties involved in acquiring the book, the word appeared online version, available for downloading, but look at the inconvenience, this specially formulated electronic version. It is noteworthy, because the first chapter on the part of TC programming environment using pictures, the electronic version does not support, therefore, Photo portion of space, but does not affect the contents of the book, we know that"s it.
- 2022-12-21 19:45:03下载
- 积分:1
-
API函数的USB电话
API Functions USB Calls
- 2022-12-31 03:20:03下载
- 积分:1
-
:介绍了扩展卡尔曼滤波算法和无迹变换(…
:介绍了扩展卡尔曼滤波算法和无迹变换(unscented transformation,UT)算法,并对扩展卡尔曼滤波算法(EKF)和无
迹卡尔曼滤波算法(UKF)进行比较,阐明了UKF优于EKF。在此基础上,提出了一种基于Unscented变换(uT)的高斯和滤
波算法,该算法首先通过合并准则得到适当个数的混合高斯模型,逼近系统中非高斯噪声的概率密度-: Introduction of the extended Kalman filter algorithm and unscented transform (unscented transformation, UT) algorithm, the extended Kalman filter algorithm (EKF) and unscented Kalman filter (UKF) for comparison to clarify the UKF is superior to EKF. On this basis, we propose an approach based on Unscented Transform (uT) and the Gaussian filtering algorithm, which first of all, by merging the appropriate number of criteria to be a mixture of Gaussian model, which was close to the system of the Central African Gaussian noise probability density
- 2022-01-31 06:34:00下载
- 积分:1
-
Sequence Monte Carlo, introduced the basic concepts and principles as well as in...
介绍Sequence Monte Carlo的基本概念和原理以及在科学计算中的应用的一本书,希望对研究Monte Carlo的朋友有所帮助-Sequence Monte Carlo, introduced the basic concepts and principles as well as in scientific computing applications in a book, and hope that the study of Monte Carlo" s friends help
- 2022-02-02 13:18:03下载
- 积分:1
-
西北工业大学altera竞赛培训资料,内容包括整个altera niosii 的软硬件开发流程和详细实例,是学习sopc不可多的好资料...
西北工业大学altera竞赛培训资料,内容包括整个altera niosii 的软硬件开发流程和详细实例,是学习sopc不可多的好资料-Northwest Industrial University ALTERA race training materials, contents include the entire ALTERA niosii the hardware and software development processes and detailed examples, is it not better to learn sopc good information
- 2022-11-13 18:55:04下载
- 积分:1
-
Linux C function () reference manual to Linux lovers : Hello! I have been fortun...
Linux C
function()
参考手册
各位Linux爱好者:
你好!本人有幸在坊间得到一名为“Linux C 函数参考”的文本文件,并在此基础重新排版并制成html文件以方便广大爱好者阅读,我感到无比的荣幸。在此多谢各位的鼎力支持,以及日益完善此文件,希望有朝一日能成为Linux编程爱好者必备的参考文件。在此再次多谢编写“Linux C 函数参考”的朋友。
声明:本人不拥有文章所有权。本人会对本文件文章内排版出现的错误或遗漏内容以及日后提出的相关请求作出最大限度修改,有问题可e-mail:pennyhot@21cn.com,别炸我的邮箱:-)
PennyHot
2003.06.06
-Linux C function () reference manual to Linux lovers : Hello! I have been fortunate in the community to get a "C Function Reference Linux" text files, and on the basis of this re-typeset and produced a html document for the convenience of the vast number of enthusiasts reading, I feel immensely privileged. Thank you for the tremendous support and the growing perfect document, I hope that one day could become Linux programming enthusiasts essential reference document. Here again thank prepared "Linux C Function Reference" friends. Statement : I do not have the article title. I would like this document article appeared typesetting erro
- 2022-05-13 16:22:59下载
- 积分:1
-
该书系统介绍了电子海图显示与信息系统的开发与设计原理及环境。...
该书系统介绍了电子海图显示与信息系统的开发与设计原理及环境。-book system introduced an electronic chart display and information system development and design principles and the environment.
- 2022-04-23 23:04:13下载
- 积分: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
-
74芯片大全,了利用此其安全的完成电路板的设计与制作,是开发电路板的好帮手。...
74芯片大全,了利用此其安全的完成电路板的设计与制作,是开发电路板的好帮手。-the pcb is a good messege for alarge engineer,
- 2022-04-11 14:08:52下载
- 积分:1