资源列表
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
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
api103
- 学习过程中积累的一些api函数,这些api函数是很有用的。-Accumulated in the learning process some api function, these api functions are very useful.
list_sample
- 程序结构之链表 软件技术基础 typedef struct LIST { char name[MaxLength]; int length; struct LIST *next; }LIST; void print_list(LIST *p) /* Print all the node of the list. */ { } LIST * insert_node(LIST *head, char x[MaxLength], int k) {
xiangji
- 打开相机的程序,感觉挺有用的希望分享给大家共同学习-Open the laptop with camera, the feeling is very useful I hope to share it.
