资源列表
C# 播放mp3
- 可以不引用外部控件,直接在C# 播放mp3的代码.
c2
- 和计算机玩“石头剪子布”游戏,你可以任选石头剪子布中的一种,计算机也随机产生3种物件之一,根据“石头赢剪子,剪子赢布,布赢石头”的规则判定胜负。思考:怎样增加“三局两胜”的游戏规则?width设置set和get函数。set函数应验证length和width均为0.0到20.0之间的浮点数。- play with a computer to decide who wins
stack_queue
- 两栈模拟队列 采用两个反面增长的栈来模拟队列。 // 1、入队:将元素压入s2栈;当s2满时,将s2中所有元素依次弹出并逐个压入s1,再将元素压入s2。 // 2、出队:栈s1非空,则弹出s1中的元素;栈s1为空,则将s2中的元素依次弹出并逐个压入s1,再 // 弹出s1中的元素。 // 3、判断是否为空:若栈s1、s2均为空,则该队列为空。-anology queue by stack
sql
- .net 使用参数读取数据库函数。1.声明一个数组。2.sql参数使用@p1格式-. Net to read database function with parameters
Pieprint
- 用C#写的用于画饼图的一段代码,在ASP.NET的网页设计中显示各组件成分。-this code is used for Pieprint
430.zip
- 430 的串口通信源码,万鹏叫你如何玩430单片机,430 serial communication source, Wanpeng told you how to play 430 microcontroller
2013011501
- 遗传算法在matlab上实现,执行后效果不错,建议想研究的下载,-Genetic algorithm in matlab achieved after the implementation of good results, it is recommended that want to study the Download
nakagMGF
- MPSK modulation performance over nakagomi channel using by momment generating functions(MGF)
downlaoder-clean
- explain urlmon and how to download file internet -explain urlmon and how to download file internet
DRM-bit-interleave
- 数字音频广播系统中比特流交织的C代码实现。-DRM bit interleaving
ktail
- 很多情况下,我们需要对信息进行加密。特别是随着Internet的飞速发展,加密技术就显得尤为重要。 目前比较流行的编码规则称为RSA,是由美国麻省理工学院的三位教授发明的。这种编码规则是基于一种求密去模算法的:对于给出的三个正整数a,b,c,计算a的b次方除以c的余数。 你的任务是编写一个程序计算a^b mod c, 并且1≤a,b< c≤32768。-top secret
api103
- 学习过程中积累的一些api函数,这些api函数是很有用的。-Accumulated in the learning process some api function, these api functions are very useful.