资源列表
applicationCompiler
- matlab complier in toolbox -compiler of matlab in toolbox
temperature
- 华氏温度与摄氏温度相互转换 简单的java程序编码-Fahrenheit and Celsius conversion simple java program coding
chirp-grating
- 啁啾光栅 该文档描述了用MATLAB画出色散曲线的方法-chirp grating
wujiaoxing
- OpenGL绘制 五角星 本程序段是在VC环境下通过OpenGL程序实现对五角星的绘制-OpenGL rendering Wu Jiaoxing paragraph of this procedure is adopted in the VC environment program realization of the five-pointed star OpenGL rendering
modulation-and-demodulation-
- 相对码及其反码分别和载波相乘再相加,即得到调制信号 解调 解调系统中,极性比较法和差分相干法有很多部分相同,可以用相同设计 -Relative code and its inverse code respectively and carrier multiplication and then add, get modulation signal demodulation In the demodulation system, the polarity comparison m
ex3c
- 介绍如何利用对NRF9E5进行编程实现他的串行接受功能-How to use introduction to the program implementation NRF9E5 him to accept the serial function
GARCH-FIT
- Fit a GARCH Model using any data avaliable.
tes1
- Example *.Map file for mapserver
zz
- 经常用csshtml弹出框写的遮罩-Often use pop-up box to write the mask csshtml
daima4
- 求三个字符串中最长单词的长度的程序,可以实现-Seeking the length of the longest word in the three strings program, can achieve
RegDLL
- 說明如何註冊 Windows 的檔案, DLL TLB COM Interop 等, 此為文字檔, 因上傳必須是 Zip 文件, 請解壓讀取-Explains how to register Windows files, DLL TLB COM Interop, etc., since this is text file, must be uploaded due to Zip file, please unzip and read
juzhen
- 基本思想与分治法类似,也是将待求解的问题分解为若干个子问题(阶段),按顺序求解子阶段,前一子问题的解,为后一子问题的求解提供了有用的信息。在求解任一子问题时,列出各种可能的局部解,通过决策保留那些有可能达到最优的局部解,丢弃其他局部解。依次解决各子问题,最后一个子问题就是初始问题的解。 由于动态规划解决的问题多数有重叠子问题这个特点,为减少重复计算,对每一个子问题只解一次,将其不同阶段的不同状态保存在一个二维数组中。 -The basic idea with the divide