登录
首页 » C++ » variable

variable

于 2010-03-09 发布 文件大小:1KB
0 157
下载积分: 1 下载次数: 4

代码说明:

  传参数讲解入门,可变参数的用法,看后应该有个了解(Pass parameters interpretation introduction, variable parameter of usage, after watching a picture should)

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

发表评论

0 个回复

  • ATP 3.0 Files
    ATP Prototype EA. Can be use with certain pairs.
    2019-01-09 16:24:22下载
    积分:1
  • F2812-fft
    关于F2812 fft 算法源程序,产生10KHz的频率输出(about F2812 fft,Will produce 10 kHz output on T1PWM and T1PWM pins)
    2013-12-26 16:44:08下载
    积分:1
  • Fault
    We have a example of fault in a grid
    2012-05-18 15:35:29下载
    积分:1
  • P2P_UDP
    点到点通信代码,其中包括客户端程序和服务器端程序。(Code point-to-point communications, including client and server-side program.)
    2007-10-30 16:26:26下载
    积分:1
  • HTML5 WebSocket 构建实时 Web 应用 实例源码
    HTML5 WebSocket 构建实时 Web 应用 实例源码
    2016-12-31下载
    积分:1
  • 5689284
    本系统是一个非常有用的系统,本系统是用来管理自己的网站的系统,里面包括网站的 域名,物理地址等的设置等等,()
    2018-04-06 09:32:53下载
    积分:1
  • LinuxLab
    Linux基本实验,包括进程通信、多线程、进程锁等使用实例(Linux basic experiments, including interprocess communication, multi-threading, locks and other processes using examples)
    2014-04-13 01:47:01下载
    积分:1
  • loze-good
    自编小程序,希望大家多多指导 源码可以学习参考 不错的(The self-made small programs, in the hope that we can learn more direct source reference for good)
    2017-05-13 23:51:50下载
    积分:1
  • C# pop3 邮件接收
    private void Connect_Click(object sender, System.EventArgs e)        {            //将光标置为等待状态            Cursor cr = Cursor.Current;            Cursor.Current = Cursors.WaitCursor;            String a ,b,c;              //用110端口新建POP3服务器连接            Server = new TcpClient(PopServer.Text, 110);            Status.Items.Clear();             try            {                //初始化                NetStrm = Server.GetStream();                RdStrm = new StreamReader(Server.GetStream());                Status.Items.Add(RdStrm.ReadLine());                 //登录服务器过程                Data = "USER " Username.Text CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                Status.Items.Add(RdStrm.ReadLine());                 Data = "PASS " Password.Text CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                Status.Items.Add(RdStrm.ReadLine());                 //向服务器发送STAT命令,从而取得邮箱的相关信息:邮件数量和大小                Data = "STAT" CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                //Status.Items.Add(RdStrm.ReadLine());                 //改变按钮的状态                Connect.Enabled = false;                Disconnect.Enabled = true;                Retrieve.Enabled = true;                 //将光标置回原来状态                Cursor.Current = cr;             }            catch (InvalidOperationException err)            {                Status.Items.Add("Error: " err.ToString());            }        }
    2014-11-02下载
    积分:1
  • PCtoLCD2002wmb
    说明:  图片、文字转LCD点阵,已经编译好,源文件暂不开放(Pictures, text to LCD dot matrix, has been compiled, source files are not open yet)
    2020-06-21 18:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载