登录
首页 » C# » 基于visual C#平台,编写的俄罗斯方块程序

基于visual C#平台,编写的俄罗斯方块程序

于 2022-01-25 发布 文件大小:167.86 kB
0 83
下载积分: 2 下载次数: 1

代码说明:

基于visual C#平台,编写的俄罗斯方块程序-Based on visual C# Platform, prepared by the Russian box procedures

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 串口+DMA(1.0)
    说明:  在串口中使用DMA来实现数据的快速收发,源码都有,程序编译通过。(The use of DMA in the serial port to achieve rapid data transceiver, source code, program compilation through.)
    2019-04-17 14:39:33下载
    积分:1
  • ZrchitectureGSMversion
    GSM的架构说明,PPT,英文版,大学讲稿(GSM Architecture description, English version, university lecture notes)
    2018-09-22 03:08:40下载
    积分:1
  • jiqirenbisai
    说明:  fira 5v5 足球机器人比赛程序,用C++编程,可以运行,结果较好(fira 5v5 soccer robot competition program, using C++ programming, you can run with satisfactory results)
    2020-12-04 18:09:23下载
    积分:1
  • proceduqe-tuple
    逻辑中指定字符串转换为等效的布尔值,不错(It is good to specify that a string is converted to an equivalent Boolean value in the logic)
    2019-05-13 12:42:09下载
    积分:1
  • C# 通过SqlReader HasRows判断指定表中是否有数据
    本例主要是判断指定的数据库数据表中是否有数据,这里使用了通过判断HasRows的返回值来判断,若返回值为真,则有数据,反之则无数据,最后用MessageBox.Show显示判断结果,完整的过程:   //实例化SqlConnection变量conn   SqlConnection conn = new SqlConnection("server=.;database=db_14;uid=sa;pwd=");   conn.Open();//打开连接   //创建一个SqlCommand对象   SqlCommand cmd = new SqlCommand("select * from " + textBox1.Text.Trim(), conn);   //使用ExecuteReade方法创建SqlDataReader对象   SqlDataReader sdr = cmd.ExecuteReader();   sdr.Read();//调用Read方法读取SqlDataReade   if (sdr.HasRows)//使用HasRows属性判断结果中是否有数据   {    MessageBox.Show("数据表中有值");//弹出提示信息   }   else   {    MessageBox.Show("数据表中没有任何数据");   }
    2022-02-07 01:03:03下载
    积分:1
  • 计算器域代码
    能够简单进行一些计算,比如,1,,,,,+100可以很快计算出来,十分方便。实用性很强。占用内存比较小,运行速率快,效率高,深受广大程序员喜爱,移植性好。
    2022-08-23 20:18:38下载
    积分:1
  • hilbert
    hilbert变换的程序,输入一个时间序列,既可以得到希尔伯特变换之后的复信号,输出结果是复信号(hilbert transformation)
    2013-05-15 11:09:02下载
    积分:1
  • 180度舵机
    说明:  180度舵机可以由按键控制,缓慢转180度(The 180 degree steering gear can be controlled by keys and rotates 180 degrees slowly)
    2020-06-19 10:40:02下载
    积分:1
  • asp.net 多张图片上传例子源码下载(flash)
    c# asp.net 多图上传例子源码
    2014-12-23下载
    积分:1
  • SVPWM
    为了避免复杂的三角函数和求根运算,便于数字信号处理器的实时运算,提出一种新 的SVPWM算法。采用SPWM中调制波与载波相比较的规则采样思路,通过在静止坐标系下直接 计算每个参考电压矢量所对应的三相调制波的函数值,进而得到每相电压在一个PWM周期中的 占空比.该算法的主要特点是计算简单,只需要普通的四则运算,适用于数字化系统。在扇区划 分和占空比饱和的处理上较传统SVPWM算法更简便,且过调制范围也略有拓展,具有很大的实 用性。仿真和实验结果证实了该算法的有效性。(In order to avoid complex trigonometric and root operation, ease of operation, real-time digital signal processor, propose a new SVPWM algorithm. Using SPWM modulation wave in comparison with the carrier' s regular sampling ideas, through the stationary coordinate system directly calculated for each reference voltage vector corresponding to the phase modulation wave function value, and then get each phase voltage in a PWM period accounted for air ratio. The main features of the algorithm is to calculate simple and requires only ordinary arithmetic for digital systems. Saturation in the sector division and duty cycle of the treatment more convenient than traditional SVPWM algorithm, and also a slight over-modulation range expansion, with great practicality. Simulation and experimental results confirm the effectiveness of the algorithm.)
    2013-07-15 14:33:57下载
    积分:1
  • 696518资源总数
  • 105895会员总数
  • 18今日下载