搜索资源列表
太阳高度角的计算
- 完整的太阳高度角经验公式,可依据各公式编写程序,通过观测时间自动计算太阳高度角。
求解非线性问题的算法及程序
- 求解非线性问题的算法及程序,其中有如最速下降法的详细介绍和完整的理论推导过程,The algorithm for solving nonlinear problems and procedures, like the steepest descent method in which a detailed descr iption and complete the process of theoretical derivation
programmer
- 高级程序员复习资料,概括比较完整,有必要细读-Senior programmer review the information more complete summary, it is necessary to read
wcdma_simulink
- WCDMA仿真(MATLAB环境下进行)程序非常完整好用。-wcdma_simulink in MATLAB.
26710.pdf
- 非常详细地分析了linux下串口通信的程序,有具体的方法思路以及完整的源代码。-A very detailed analysis of serial communication under linux procedures. And there is a specific way of thinking, as well as complete source code.
SymbianFrameWork
- 塞班架构文档,全面的介绍完整的塞班架构文档,希望对初学塞班程序的朋友有所帮助,谢谢交流。!-Saipan framework document, a comprehensive introduction to the complete structure of the document Saipan, Saipan beginners want to help a friend program, thank you share. !
OFDMSimulinkProgramm
- OFDM仿真完整程序,文档为word版,如用matlab仿真请另存为m文件-OFDM simulation of a complete program for the word version of the document, such as the simulation using matlab please save the file as m
example7.1
- 在MATLAB环境下,用遗传算法解决TSP问题的完整程序。-tsp
Completemsmodulationanddemodulationbiterrorratesim
- 完整msk的调制解调信道误码率仿真MATLAB程序 是个文本的 解压后可以直接用-Complete msk modulation and demodulation bit error rate simulation MATLAB program
DS_CDMA
- 一个用matla编写的ds_cdma通信系统的完整仿真程序,代码为m文件.-A written ds_cdma with matla complete communication system simulation program, code m file.
ZigBee
- 完整的ZigBee开发文档,包括协议、各种应用方案、程序、原理图等,包你用的着。-Complete ZigBee development documents, including agreements, a variety of applications, procedures, schematics, etc., you use the package。
Traffic-light
- 交通红绿灯,汇编语言编写的,程序可运行,文档完整可直接查看-traffic red and green light
TCP-IP_Protocols_NO2
- 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机
can-rs232
- C语言描述的rs232转CAN的程序(完整),软件接口部分,能很好的进行通信.-C language descr iption of rs232 to CAN program (complete), the software interface part, to good communication.
OFDM-communication
- 这是一个完整的OFDM通信系统仿真代码。包括信源编码信源调制,信道编码,信道估计,峰均抑制比等。实际程序可用直接运行。-This is a complete OFDM communication system simulation code. Including the source modulation source coding, channel coding, channel estimation, peak to average ratio suppression. The actual
Encryption-Algorithm-based-on-CPP
- 分析数据加密技术中的置换算法及其加密解密思想 ,给出加密解密置换算法的程序设计方法与具体实 现步骤 ,并提供一个完整的加密解密算法的 C + + 源程序-Analysis of data encryption technology replacement algorithm and encryption and decryption of thought, given the encryption and decryption algorithms replacement program d
C++.GUI.Qt编程
- C++.GUI.Qt编程 Qt使用“一次编写,随处编译”的方式为开发跨平台的图形用户界面应用程序提供了一个完整的C++应用程序开发框架。
fiehan_v48
- 完整的图像处理课设,包含所有源代码,汽车图像,包含收发两个客户端程序,gmcalab 快速广义的形态分量分析。- Complete class-based image processing, contains all of the source code, auto image, Transceiver contains two client programs, gmcalab fast generalized form component analysis.
mungao_v69
- LDPC码的完整的编译码,对于初学者具有参考意义,计算互信息非常有用的一组程序。- Complete codec LDPC code, For beginners with a reference value, Mutual information is useful to calculate a set of procedures.
Win32 API
- Win32 API Windows系统编程常用帮助文档,作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。