登录
首页 » c++ » 简单的c++输出

简单的c++输出

于 2022-02-02 发布 文件大小:35.68 kB
0 85
下载积分: 2 下载次数: 1

代码说明:

#include using namespace std; int main { cout

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

发表评论

0 个回复

  • sha-256
    sha256的签名算法,纯C实现,已验证正确,在控制台上直接运行即可,(sha256 signature algorithm, pure C implementation ,has been verified properly and can be run directly on the console.)
    2021-04-28 16:08:43下载
    积分:1
  • 跨平台 json解析库
    一个非常强大的json解析库,只需上传一个url路径或者本地json路径就可以解析。
    2023-08-13 05:40:02下载
    积分:1
  • 鍏冭優鑷姩鏈_cpp
    说明:  元胞自动机疏散规划。。。。。。。。。。。(Evacuation Planning of Cellular Automata)
    2019-01-28 13:34:01下载
    积分:1
  • XML学习
     public Turntable()        {            InitializeComponent();            int angle = 5029;            for (int i = 0; i < 16; i )            {                angle = 22;                _ListAngle.Add(angle);            }        }        ///         /// 保存八个角度        ///         List _ListAngle = new List();        ///         /// 产生随机数        ///         Random _Random = new Random();        int _Index = 0;        int _OldAngle = 0;        private void btnStartTurntable_Click(object sender, RoutedEventArgs e)        {            btnStartTurntable.IsEnabled = false;            _Index = _Random.Next(0, 16);            //_Index = 2;            Storyboard sb = (Storyboard)this.FindResource("zhuandong");            sb.Completed -= this.sb_Completed;            sb.Completed = new EventHandler(sb_Completed);            ((SplineDoubleKeyFrame)((DoubleAnimationUsingKeyFrames)sb.Children[0]).KeyFrames[0]).Value = _OldAngle;            ((SplineDoubleKeyFrame)((DoubleAnimationUsingKeyFrames)sb.Children[0]).KeyFrames[3]).Value = _ListAngle[_Index];            //((SplineDoubleKeyFrame)((DoubleAnimationUsingKeyFrames)sb.Children[0]).KeyFrames[3]).Value = 5218;            sb.Begin();        }        void sb_Completed(object sender, EventArgs e)        {            DispatcherTimer dt = new DispatcherTimer();            dt.Interval = TimeSpan.FromSeconds(0.3);            dt.Tick = delegate             {                dt.Stop();                _OldAngle = (_ListAngle[_Index] % 360);                btnStartTurntable.IsEnabled = true;                AwardProcess(GetAward(_ListAngle[_Index]));            };            dt.Start();        }        public delegate void AwardDelegate(Award award);        ///         /// 返回转到的奖项信息        ///         public event AwardDelegate AwardProcess;        private Award GetAward(int angle)        {
    2014-08-01下载
    积分:1
  • MSP430F5529
    msp430 program for flash read write and copy from ram to flash
    2013-09-06 21:59:09下载
    积分:1
  • CutImage
    说明:  C#照片裁剪,用于图形图像处理的系统中。(about C# the photo with cut for images.)
    2020-11-03 22:39:52下载
    积分:1
  • LCD的应用
    这里有LCD的深入应用,程序源码文件中添加有各段代码的注释,能够使更多人读懂,更多亮点,自己下载寻找。
    2022-03-28 13:09:39下载
    积分:1
  • disklock-pswd
    磁盘锁工具,保护电脑非法登陆。当非法开机时,电脑提示输入密码,正确后可继续引导。(Disk lock tool to protect the computer illegal landing.When illegal boot, the computer prompts to enter the password, you can continue to guide the correct.)
    2016-11-10 21:29:55下载
    积分:1
  • 我这里有一个基于C/C++环境下的模糊神经网络源程序,用于训练神经网络并可更改样本实现你所需的功能,希望和大家一起分享...
    我这里有一个基于C/C++环境下的模糊神经网络源程序,用于训练神经网络并可更改样本实现你所需的功能,希望和大家一起分享-I have here on a C/C under the FNN source, used to train the neural network may vary sample implementation of the function you need, and hope to share with everyone
    2022-01-23 10:09:20下载
    积分:1
  • mvc5 单元的工作示例
    工作单位+库模式和Web API 2 MVC5流利NHibernate和Ninject
    2022-01-31 00:07:38下载
    积分:1
  • 696518资源总数
  • 105895会员总数
  • 18今日下载