登录
首页 » c# » C# voidSet

C# voidSet

于 2022-07-17 发布 文件大小:31.70 kB
0 158
下载积分: 2 下载次数: 1

代码说明:

To resize the sound

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

发表评论

0 个回复

  • 旋转时钟
    利用STM32F103来开发的一款旋转时钟,已经经过验证。(The use of STM32F103 to develop a rotating clock, has been verified)
    2017-07-17 09:59:39下载
    积分:1
  • C# 使用Binding对象读取图像字段
    C# 数据库操作实例,使用Binding对象从数据库中读取图像字段,同时还演示了从SQL Server数据库读取图像,向SQL Server数据库添加图像。   向SQL Server数据库添加图像主要是在SQL Server Northwind数据库中创建图像数据表,添加图像数据参数值,从SQL Server数据库读取图像的代码如下:   private void button2_Click(object sender, EventArgs e)   {//从SQL Server数据库读取图像    var MySQL = "Select * From MyImageTable ";    var MyConnection = new System.Data.SqlClient.SqlConnection("Data Source=.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True");    var MySet = new DataSet();    var MyAdapter = new System.Data.SqlClient.SqlDataAdapter(MySQL, MyConnection);    MyAdapter.Fill(MySet);    byte[] MyBytes = (byte[])MySet.Tables[0].Rows[0]["ImageData"];    var MyStream = new System.IO.MemoryStream(MyBytes);    this.pictureBox1.Image = Image.FromStream(MyStream);   }
    2022-01-25 16:04:56下载
    积分:1
  • spatial_toolbox_2
    用于matlab的空间计量功能,集成了一系列的说明等(spatial_toolbox for matlab)
    2017-09-04 00:01:44下载
    积分:1
  • aloha
    The ALOHA protocol was one of the oldest random access protocols, invented by Norm Abramson in 1969. The first wireless network, implementing packet switching over radio, used the pure ALOHA variation, have initially established in Hawaii.
    2014-11-10 16:32:07下载
    积分:1
  • TeeChart8
    Teechart8汉化版,汉化的Teechart8控件,regsvr32后就可以在vc环境下插入。(Teechart8 finished version, finished the Teechart8 control, regsvr32 after the environment can be inserted in the vc.)
    2010-12-04 10:37:25下载
    积分:1
  • 多功能计算器的C#代码实现,附有解释和源代码,希望对大家有帮助...
    多功能计算器的C#代码实现,附有解释和源代码,希望对大家有帮助-Multi-function calculator C# Code, with explanation and source code, and they hope to help everyone
    2022-05-19 02:02:13下载
    积分:1
  • LiveWireAuto
    这是典型的图像分割Livewire算法的源码 结合OPENCV,配置一下就可以用了(This is a typical source image segmentation algorithm Livewire combination OPENCV, can be used to configure what)
    2020-12-31 14:58:59下载
    积分:1
  • office-sql-vc
    说明:  vc+sql企业办公系统,企业办公系统,功能比较全,可以适当修改为己所用(vc+ sql enterprise office systems, full-function, appropriate changes can be used for its own)
    2009-07-27 23:31:34下载
    积分:1
  • MySolarsys
    说明:  地球 水星 月球 及其它行星 相互运动的3D图(Earth s moon and other planets Mercury mutual movement 3D map)
    2008-11-22 22:13:19下载
    积分:1
  • MPC860_SMC2_INIT
    微处理器MPC860的相关C程序(MPC860 microprocessor procedures related C)
    2007-12-13 22:53:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载