登录
首页 » C,C++ » 华为部分OJ平台题

华为部分OJ平台题

于 2022-08-12 发布 文件大小:96.81 kB
0 122
下载积分: 2 下载次数: 1

代码说明:

资源描述华为OJ平台上的题 可以直接使用,可以直接把项目当中你需要的项目解压 提取出source文件然后打包上传

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

发表评论

0 个回复

  • Kinect V2 + Unity5.6 切水果游戏
    跟着视频教程做的切水果游戏,工程内的源码全部在,自己略有改动,连接上Kinect V2后可直接使用。 感谢上课的老师,拿出来和大家分享一下。
    2022-03-07 20:15:30下载
    积分:1
  • windows C#文件上传程式源码,初学者可以借鉴
    windows C#文件上传程式源码,初学者可以借鉴-windows C# file upload program source code, beginners can learn from
    2022-04-22 17:12:07下载
    积分:1
  • 使用SLE4442芯片的智能卡读取软件 cardSend-master
    说明:  使用SLE4442芯片的智能卡讀取軟件。 該軟件使用com連接實現數據連接和讀寫操作。(Smart card reading software using SLE4442 chip. This software enables data connection and read and write operations using com connection.)
    2020-06-19 04:00:01下载
    积分:1
  • C# 三层架构示例
    三层架构示例程序,可供有需要的人参考    
    2022-01-25 19:15:43下载
    积分:1
  • http_server 写的 c
    #This 是我的工作,写的 c #upto 2013.05.26 它可以由它的工作是很简单,我一定会完成它 #upto 2013.05.29 read_conf 中添加和修改
    2022-04-25 04:46:25下载
    积分:1
  • MSCOM插件
    MSCOM插件,串口通信使用的插件,微软自带注册,c++,串口编程需要,MFC插件
    2022-02-03 19:49:48下载
    积分:1
  • Visual C#通用范例开发金典书中的C#代码示例
    Visual C#通用范例开发金典书中的C#代码示例-Visual C# Developer Golden Common examples of the book C# code sample
    2023-07-10 21:45:07下载
    积分:1
  • C# SQL Server数据库连接
     【实例源码】朋友们好,该功能在测试中突然发现,通过Windows身份验证时,服务器IP与数据库值为空的时候,测试连接也会提示连接成功,这个BUG请大家给予帮助,谢谢!using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Data;using System.Data.SqlClient;namespace ConData{    public partial class ConnectionData : Form    {        public ConnectionData()        {            InitializeComponent();        }        private void btnSQLOK_Click(object sender, EventArgs e)        {            string strcon = string.Format("server={0};database={1};uid={2};pwd={3};", this.txtIP.Text.Trim(), txtDataBase.Text.Trim(), txtUser.Text.Trim(), txtPwd.Text.Trim());            try            {                using (SqlConnection con = new SqlConnection(strcon))                {                    con.Open();                    MessageBox.Show("测试成功!");                    con.Close();                }            }            catch (Exception ex)            {                MessageBox.Show(ex.Message);            }        }        private void btnWindowsOK_Click(object sender, EventArgs e)        {            string strCon = string.Format("server={0};database={1};Trusted_Connection=SSPI", txtWindowsIP.Text.Trim(), txtWindowsDB.Text.Trim());            try            {                using (SqlConnection con = new SqlConnection(strCon))                {                    con.Open();                    MessageBox.Show("测试成功!");                    con.Close();                }            }            catch (Exception ex)            {                MessageBox.Show(ex.Message);            }        }    }}
    2014-07-11下载
    积分:1
  • 截取屏幕/桌面,截图并保存图片到本机 实例完整源码下载
    截取屏幕/桌面,截图并保存图片到本机 实例完整源码下载
    2013-10-03下载
    积分:1
  • C# WPF 制作的圆形水晶按钮效果
    C# 制作的水晶按钮,运用WPF图像处理技术制作的圆形水晶按钮效果,不使用任何图片资源来修饰,纯WPF方法实现氏量的水晶按钮,且具备交互式响应效果,鼠标放在按钮上,按钮的背景色会有变化,最终效果如测试截图所示。
    2023-07-20 23:25:03下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载