zoukankan      html  css  js  c++  java
  • Windows Live Writer PlugIn Insert Code 测试

    很好用,还可以加入行号与背景色,不错

       1:  using System;
       2:  using System.Collections.Generic;
       3:  using System.Text;
       4:  using System.Diagnostics;
       5:  namespace DebugTest
       6:  {
       7:      class Program
       8:      {
       9:          static void Main(string[] args)
      10:          {
      11:              //Trace.Listeners.Clear();
      12:              //DefaultTraceListener defaultTrac = new DefaultTraceListener();
      13:              //Trace.Listeners.Add(defaultTrac);
      14:              Debugger.Log(2, "a", "this is test");
      15:              Console.ReadLine();
      16:          }
      17:      }
      18:  }
     
    Insert Code for Windows Live Writer 下载地址
  • 相关阅读:
    Python写出LSTM-RNN的代码
    TensorFlow 实现 RNN 入门教程
    RNN与应用案例:注意力模型与机器翻译
    RNN入门
    内积(又名点积)
    词袋模型(BOW, bag of words)
    softmax
    Dropout
    随机梯度下降法
    L1范式和L2范式
  • 原文地址:https://www.cnblogs.com/forrestsun/p/757744.html
Copyright © 2011-2022 走看看