资源列表
e
- 计算常数e(2.71828182845904523... )精确到小数点后任意位。用指针来实现,计算出常数e并在屏幕上显示出来-The calculation of the constant e (2.71828182845904523 ...) to the nearest arbitrary bit. Pointer to calculate the constant e and displayed on the screen
main
- 主程序不见你能够显示而且能够具有报警功能-Main program but not you be able to display and alarm function can have
zuobiaozhuanhuan
- 天文坐标系中,黄道坐标转换到银道坐标系下-Astronomical coordinate system, the the ecliptic coordinate transformation to the galactic coordinate system
AnimatedGif
- 用matlab生成的图片,采用此函数可以生成gif格式的动态图片,增强动态效果。-This function can generate dynamic pictures gif format to enhance the dynamic effects use matlab generated pictures,.
max-subrectangle
- POJ 52 —— To The Max求子矩阵的所有元素和的最大值-POJ 52- To The Max Qiuzi matrix elements and the maximum
03333
- 最佳路径问题,马车运草。怎样才能使马车运最多的草到终点。-Best path, carriage transported grass.
22
- 用 MATLAB 软件 实现了 GM(1 ,1) 预测算法并给出了源代码所建立的 GM(1 ,1) 预测效果比较好 ,验证了利用MAT 2 LAB 实现该算法的有效性和程序的正确性 ,进一步展示了MATLAB 软件的功能强大和实用性强的特点.-MATLAB software GM (1, 1) prediction algorithm and give the source code to establish the GM (1, 1) forecast better results,
KeyPAD
- 这是一个在EDA课中的点阵小程序。是LCD显示。-This is a the small lattice EDA lesson program. Is the LCD display.
UntitledSVD
- 本程序是基于BP算法的最新曲线拟合方法,计算时间短,逼近理论曲线-Curve fitting based on BP algorithm
ANJIAN
- 按键检测 c语言参考程序程序,欢迎您来下载-C language reference program key detection program, you are welcome to download
code_gold
- Gold序列用于导航中的扩频通信,由两个M序列经模二和产生-Gold sequence spread spectrum communication for navigation by two M sequences generated by mode II and
kruskal
- 求加权连通图的最小生成树的算法。kruskal算法总共选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树。-kruskal algorithm