<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:atom="http://www.w3.org/2005/Atom" 
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Interview on Hello Hugo</title>
    <link>https://junfff.github.io/categories/interview/</link>
    <description>Recent content in Interview on Hello Hugo</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>james922@163.com (James)</managingEditor>
    <webMaster>james922@163.com (James)</webMaster>
    <copyright>©2023, All Rights Reserved</copyright>
    <lastBuildDate>Tue, 29 Jun 2021 21:46:22 +0800</lastBuildDate>
    
        <atom:link href="https://junfff.github.io/categories/interview/index.xml" rel="self" type="application/rss+xml" />
    

      
      <item>
        <title>Interview unity</title>
        <link>https://junfff.github.io/posts/interview/2021-06-29-unity/</link>
        <pubDate>Tue, 29 Jun 2021 21:46:22 +0800</pubDate>
        <author>james922@163.com (James)</author>
        <atom:modified>Tue, 29 Jun 2021 21:46:22 +0800</atom:modified>
        <guid>https://junfff.github.io/posts/interview/2021-06-29-unity/</guid>
        <description>assetBundle.Unload true 和false 区别 当传入的参数为true，则不仅仅内存中的AssetBundle对象包含的资源会被销毁。根据这些资源实例化而来的游戏内的对</description>
        
        <dc:creator>James</dc:creator>
        
        
        
        
          
            
              <category>Interview</category>
            
          
        
        
          
            
              <category>Interview</category>
            
          
        
        
      </item>
      
      <item>
        <title>Interview::C&#43;&#43;虚函数-构造函数</title>
        <link>https://junfff.github.io/posts/interview/2021-06-29-c&#43;&#43;%E8%99%9A%E5%87%BD%E6%95%B0-%E6%9E%84%E9%80%A0%E5%87%BD%E6%95%B0/</link>
        <pubDate>Tue, 29 Jun 2021 21:26:22 +0800</pubDate>
        <author>james922@163.com (James)</author>
        <atom:modified>Tue, 29 Jun 2021 21:26:22 +0800</atom:modified>
        <guid>https://junfff.github.io/posts/interview/2021-06-29-c&#43;&#43;%E8%99%9A%E5%87%BD%E6%95%B0-%E6%9E%84%E9%80%A0%E5%87%BD%E6%95%B0/</guid>
        <description>Subject C++ 构造函数可以是虚函数吗？ 析构函数可以是虚函数吗？ 1.构造函数不能为虚函数 当我们将构造函数定义为虚函数时,会直接报错: 首先回忆下以前学的v</description>
        
        <dc:creator>James</dc:creator>
        
        
        
        
          
            
              <category>Interview</category>
            
          
        
        
          
            
              <category>Interview</category>
            
          
        
        
      </item>
      
      <item>
        <title>Interview::five-ball-select-two</title>
        <link>https://junfff.github.io/posts/interview/2021-06-26-five-ball-select-two/</link>
        <pubDate>Sat, 26 Jun 2021 09:01:22 +0800</pubDate>
        <author>james922@163.com (James)</author>
        <atom:modified>Sat, 26 Jun 2021 09:01:22 +0800</atom:modified>
        <guid>https://junfff.github.io/posts/interview/2021-06-26-five-ball-select-two/</guid>
        <description>Subject 从2个红球，2个黄球，1个白球中随机取出两个球，则两球颜色不同的概率是___．. 从5个球中任意取两个共有C52=10种，两球颜色相同的有2</description>
        
        <dc:creator>James</dc:creator>
        
        
        
        
          
            
              <category>Interview</category>
            
          
        
        
          
            
              <category>Interview</category>
            
          
        
        
      </item>
      
      <item>
        <title>Interview::for-for-for</title>
        <link>https://junfff.github.io/posts/interview/2021-06-26-for-for-for/</link>
        <pubDate>Sat, 26 Jun 2021 09:01:22 +0800</pubDate>
        <author>james922@163.com (James)</author>
        <atom:modified>Sat, 26 Jun 2021 09:01:22 +0800</atom:modified>
        <guid>https://junfff.github.io/posts/interview/2021-06-26-for-for-for/</guid>
        <description>Subject int a = 3; int b = 4; int c = 5; int x = 0; for (int i = 0; i &amp;lt; a; i++) { for (int j = 0; j &amp;lt; b; j++) { for (int k = 0; k &amp;lt; c; k++) { x++; } } } 任意断点 x 位置,根据 x 值 推断 i j k,求</description>
        
        <dc:creator>James</dc:creator>
        
        
        
        
          
            
              <category>Interview</category>
            
          
        
        
          
            
              <category>Interview</category>
            
          
        
        
      </item>
      

    
  </channel>
</rss>
