资源列表
DOS3DAnimation
- DOS 3D动画 代码很简短,但很精彩的一段3d动画,解压后可以直接运行start.bat批处理文件,也可以直接“开始”——“运行”——输入“cmd”(打开控制台)——将路径定位到x.txt所在的目录(如x.txt在E盘下,在控制台中输入“E:”回车,则路径定位到e盘根目录)——输入“debug<x.txt”,回车,就可以看到这段动画了-DOS 3D animation code is very short, but very exciting period of 3d anim
MagicLine
- 基于jQuery的横向动感魔术菜单,IE6下好像有兼容性问题,本菜单的效果是:鼠标移过某菜单项时,菜单项底部会有一根红线由菜单最开始处滑过来,你的鼠标移到哪它就跟到哪儿,充满魔幻效果,因此有人把它叫做MagicLine Menu,这是比较形象的。-JQuery magic on the horizontal dynamic menu, IE6 seems to have compatibility issues under the effect of the menu: mouse over a
dcpwm1
- 通过pwm控制DC电动机的定子电压的Matlab仿真- PWM EXCITATION DC motor
wbjmq
- 可以对文本文件加密的工具,效果不错,具体算法大家参考源码-good ascii jiami please download
laohai
- 验证可用,可实现对二维数据的聚类,是国外的成品模型。- Verification is available, Can realize the two-dimensional data clustering, Foreign model is finished.
leimiu_v66
- 利用最小二乘算法实现对三维平面的拟合,利用最小二乘法进行拟合多元非线性方程,课程设计时编写的matlab程序代码。- Least-squares algorithm to fit a three-dimensional plane, Multivariate least squares fitting method of nonlinear equations, Course designed to prepare the matlab program code.
tenting_v32
- MIT人工智能实验室的目标识别的源码,ofdm系统仿真 含16qam调制 fft 加窗 加cp等模块,插值与拟合的matlab实现。- MIT Artificial Intelligence Laboratory identification of the target source, ofdm system simulation including 16qam modulation fft windowing modules plus cp, Interpolation and fitting
haffman-code
- huffman coding relese
The-full-bridge-rectifier
- 单相桥式全控整流电路仿真,适合教师讲学,结合课本做的-The single-phase full bridge rectifier circuit simulation, suitable for teachers lectures, combined with textbooks
guimui_v75
- 包括数据分析、绘图等等,对HARQ系统的吞吐量分析,可以广泛的应用于数据预测及数据分析。- Data analysis, plotting, etc., HARQ throughput analysis of the system, Can be widely used in data analysis and forecast data.
yichuansuanfa
- 最优化学习中的遗传算法,总结了重要的基础程序。-Optimal learning basic materials, summarizes the important basic program
find-the-date
- 题目:输入某年某月某日,判断这一天是这一年的第几天? 1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊 情况,闰年且输入月份大于3时需考虑多加一天。 2.程序源代码:-find the date