搜索资源列表
随机过程
- 随机过程第五版(刘次华)第四章课后题4.2,4.6,4.7,4.8,其中关于24个季度的销售记录的转移概率等(The fifth edition of the random process (Liu Cihua) Chapter 4 after class questions 4.2, 4.6, 4.7, 4.8, including the transfer probability of sales records for 24 quarters, etc.)
VB6.0 打字 指法练习小程序源代码
- VB6.0 编写的一个挺简单的指法练习源代码,随机显示练习题的内容,捕获 keypresses,计算打字练习时间,计算每分钟多少字,计算争取率,每分钟单词数计时器。一些相关的源代码: Private Sub Timer1_Timer() '每分钟单词数计时器 WordsPerMin = 0 PrgressBar1.Value = Val(Len(Lbl_Input.Caption) * 100 / Len(Txt_Article.Text)) '计算打字练习