登录
首页 » C# » C# .NET 应用实例- 即时消息系统(包含数据库部分)

C# .NET 应用实例- 即时消息系统(包含数据库部分)

于 2022-03-04 发布 文件大小:1.28 MB
0 150
下载积分: 2 下载次数: 1

代码说明:

资源描述C# .NET 应用实例- 企业QQ系统(包含数据库部分)C#是微软公司发布的一种面向对象的、运行于.NET Framework之上的高级程序设计语言。并定于在微软职业开发者论坛(PDC)上登台亮相。C#是微软公司研究员Anders Hejlsberg的最新成果。C#看起来与Java有着惊人的相似;

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

发表评论

0 个回复

  • AutoURL_3.80_Setup
    AutoURL_3.80_Setup AUTO URL SEO TOOL DOWNLOAD
    2014-08-31 13:15:41下载
    积分:1
  • Qbot资料
    说明:  巡线小车 基于pid算法 光电传感器 可以平稳运行 含有led屏(line follower with pid control)
    2019-05-25 17:25:28下载
    积分:1
  • XmlIntrospection
    xml文件编辑 有 察看 和树形现实 还有属性框(XmlIntrospection edit treeview)
    2013-07-17 17:33:09下载
    积分:1
  • wuziqi
    说明:  声明:本程序仅交流用,所以调试时用两颗棋子就可以赢(Disclaimer: This procedure only exchange with, so debugging can win with two pieces)
    2010-05-01 17:34:45下载
    积分:1
  • libiary
    图书管理系统:用户管理(用户添加,密码修改),图书管理(图书增加、图书修改、图书删除),使用sqlite数据库(Library management system: user management (users add, password changes), library management (books increased, modify books, books delete), use sqlite database)
    2014-04-17 21:24:11下载
    积分:1
  • wavelet-packet-
    小波包分解Welch平均法在焊接电弧声功率谱估计中的应用(Application of wavelet packet Welch method in the welding arc sound power spectrum estimation)
    2013-12-25 18:30:20下载
    积分:1
  • tiny-dnn-1.0.0a2
    在zedboard上运行的神经网络架构,方便移植。(Run lenet-5 on zedboard)
    2020-06-23 19:00:02下载
    积分:1
  • 9.SAD-StereoMatching
    双目立体匹配,使用SAD,SSD,NCC算法,比较多种常见算法的优劣,对其优化实现快速准确匹配。(Binocular stereo matching, the use of SAD, SSD, NCC algorithm, compare the merits of a variety of common algorithms, and its optimization to achieve fast and accurate matching)
    2016-08-30 16:13:14下载
    积分: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
  • Delphi direct X图形与游戏程序设计.pdf,带标签目录版
    Delphi direct X图形与游戏程序设计.pdf,带标签目录版-Delphi direct X graphics and game programming. Pdf, tagged version directory
    2022-03-23 19:31:47下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载