资源列表
typeGame
- vb自己做的打字小游戏,对初学者学习很有帮助!-vb own typing game, very helpful for beginners!
gz
- 用javascr ipt实现的svg拖动功能-Svg implemented with javascr ipt drag function
Battlecruiser.v1
- 清华大学智能体大赛AI 动态规划来做的 预判对方策略-Agent Competition, Tsinghua University AI
ha
- 求哈弗曼编码,输入结点数,权值,求出哈夫曼编码-哈弗曼for encoding, input nodes, the right value, calculated Huffman
InternetRadio
- 小巧实用的网络收音机,因为它没有具体的操作界面,只是在系统托盘处显示图标,点右键可以直接选择电台列表,因此这决定了程序的小巧。程序基于DirectShow技术,电台列表在外部的ini文件中,如果电台地址不能播放的话,你可以自己更改一下。-Compact utility network radio, because it does not have a specific interface, but display in the system tray icon, right-points can
BPSK_Fading_Freq_Selective
- 利用Channel Equalizer公式與附件main.m等程式,並選擇Flat=0之模式(該模式為Frequency Selective Fading)及產生Doppler = 500 Hz之Rayleigh fading Channel,利用已知Channel Parameters (rcos, rsin) 增修接收機之Channel Equalizer程式-Channel Equalizer using the formula and accessories main.m other p
tp
- 国外某大牛蛋疼写的小模块,使用vc++开发,可将任意窗口隐藏并显示于托盘,该模块可直接使用,编程思路值得学习.-Daniel eggs hurt a foreign small module written using vc++ development, any window can be hidden and displayed on the tray, the module can be used directly, programming ideas worth learning.
hengpei
- 高斯白噪声的生成程序,关于超声波倒车雷达测距的,能量谱分析计算。- Gaussian white noise generator, About ultrasonic parking radar ranging, Energy spectrum analysis and calculation.
peijie_v66
- 数据模型归一化,模态振动,实现六自由度运动学逆解算法,用平面波展开法计算二维声子晶体带隙。- Normalized data model, modal vibration, Six degrees of freedom to achieve inverse kinematics algorithm, Computation Method D phononic bandgap plane wave.
Isen
- 输入一个班全体学生的成绩,把不及格的学生成绩输出,并求及格学生的平均成绩。-Enter the achievement of all students in a class, output fail student achievement, and beg passing students grade point average.
ansysapdl
- Ansys分析平行版电容器之间的磁场,此磁场为平板之间的传导和位移电流诱导所得。-This problem demonstrates the calculation of the magnetic field induced by both the conduction and displacement currents in a parallel plate capacitor filled with a lossy dielectric.
attach_20120629133131
- 捕获数学函数异常 假如我们要用一个数学函数,比如反正弦函数asin(x),如果变元x的值是由用户提供或某个中间结果,则在调用时必须判断其取值范围是合理,是否满|x|<=1?即 view sourceprint? 1.if(fabs(x)<=1) 2. y=asin(x) 3.else 4. y=… 对数函数也可作类似的处理。但是如果遇到幂函数pow(x,y)时,问题就不那么简单了。仔细分析将发现: y x 负小数