小程序画布(二维地图线)

news2024/10/6 2:22:49

 首先开始是想用小程序兼容openlayers的,但是了解到用不了,那就用画布来解决

 实际效果如下

wxml中代码

<canvas 
     id="trackDesignCanvas"     //指定 id 的 Canvas 组件
     class="orbit-canvas-main" 
     type="2d"                  //指定 canvas 类型,支持 2d (2.9.0) 和 webgl (2.7.0)
     bindtap="ampliferImg"      //画布的点击事件
/>

 scss代码

 
.orbit-canvas-main {            //横屏
  width: 100%;
  height: 375.6649rpx;
	box-sizing: border-box;
}

js中代码

Page({
 
  data: {
    imgBaseUrl:"https://mpapi.sstlab.cn/pimg/orb_bg_10.jpg" ,//画布背景,
    tabelDate:[[0.3084,-0.1185],[0.0644,1.1531],[-0.1797,2.4246],[-0.4242,3.6961],[-0.6691,4.9675],[-0.9146,6.2388],[-1.1609,7.51],[-1.4081,8.781],[-1.6564,10.0519],[-1.9061,11.3226],[-2.1572,12.593],[-2.4099,13.8631],[-2.6645,15.133],[-2.9212,16.4026],[-3.18,17.6719],[-3.4414,18.9408],[-3.7054,20.2093],[-3.9724,21.4773],[-4.2426,22.745],[-4.5162,24.0121],[-4.7936,25.2788],[-5.075,26.545],[-5.3609,27.8105],[-5.6514,29.0755],[-5.947,30.3399],[-6.2482,31.6036],[-6.5553,32.8667],[-6.8688,34.129],[-7.1892,35.3905],[-7.517,36.6512],[-7.853,37.9111],[-8.1977,39.1701],[-8.5518,40.4281],[-8.9162,41.6852],[-9.2917,42.9412],[-9.6792,44.1961],[-10.08,45.4498],[-10.495,46.7022],[-10.9258,47.9533],[-11.3736,49.203],[-11.8402,50.4511],[-12.3275,51.6975],[-12.8376,52.9422],[-13.3728,54.1849],[-13.9358,55.4255],[-14.5299,56.6638],[-15.1584,57.8995],[-15.8256,59.1325],[-16.5362,60.3623],[-17.2958,61.5887],[-18.1108,62.8112],[-18.989,64.0293],[-19.9394,65.2424],[-20.9729,66.4499],[-22.1024,67.6507],[-23.3438,68.8438],[-24.7161,70.028],[-26.2429,71.2016],[-27.9532,72.3625],[-29.8832,73.508],[-32.078,74.6349],[-34.5945,75.7387],[-37.5039,76.8137],[-40.8959,77.8523],[-44.8808,78.8444],[-49.5909,79.7765],[-55.175,80.6307],[-61.7789,81.3839],[-69.5025,82.0074],[-78.3269,82.4691],[-88.033,82.738],[261.8273,82.7925],[251.8384,82.6279],[242.5355,82.2581],[234.254,81.7106],[227.1032,81.0177],[221.0311,80.2103],[215.9076,79.3142],[211.5816,78.3498],[207.9115,77.3328],[204.7757,76.2747],[202.0747,75.1843],[199.7287,74.0682],[197.6739,72.9314],[195.8599,71.7778],[194.2463,70.6102],[192.8008,69.4311],[191.4973,68.2421],[190.3146,67.045],[189.2354,65.8407],[188.2453,64.6303],[187.3326,63.4146],[186.4874,62.1942],[185.7012,60.9697],[184.9672,59.7415],[184.2791,58.51],[183.632,57.2756],[183.0214,56.0386],[182.4434,54.7991],[181.8948,53.5574],[181.3726,52.3137],[180.8743,51.0681],[180.3977,49.8208],[179.9408,48.5719],[179.5018,47.3215],[179.0792,46.0697],[178.6715,44.8166],[178.2775,43.5623],[177.8962,42.3069],[177.5264,41.0503],[177.1673,39.7928],[176.8181,38.5342],[176.4779,37.2748],[176.1461,36.0145],[175.8221,34.7533],[175.5052,33.4914],[175.195,32.2287],[174.891,30.9654],[174.5927,29.7013],[174.2997,28.4366],[174.0116,27.1713],[173.728,25.9055],[173.4487,24.639],[173.1732,23.3721],[172.9013,22.1047],[172.6328,20.8368],[172.3673,19.5685],[172.1047,18.2998],[171.8446,17.0308],[171.5869,15.7613],[171.3313,14.4916],[171.0777,13.2216],[170.8258,11.9513],[170.5754,10.6807],[170.3265,9.41],[170.0787,8.139],[169.832,6.8679],[169.5861,5.5966],[169.3409,4.3253],[169.0963,3.0538],[168.852,1.7823],[168.608,0.5108],[168.364,-0.7608],[168.1199,-2.0323],[167.8756,-3.3038],[167.6308,-4.5753],[167.3855,-5.8466],[167.1395,-7.1179],[166.8926,-8.3889],[166.6446,-9.6599],[166.3954,-10.9306],[166.1447,-12.2011],[165.8925,-13.4713],[165.6385,-14.7413],[165.3825,-16.011],[165.1244,-17.2803],[164.8638,-18.5493],[164.6006,-19.818],[164.3346,-21.0862],[164.0654,-22.354],[163.7929,-23.6213],[163.5167,-24.8881],[163.2365,-26.1544],[162.9521,-27.4202],[162.663,-28.6853],[162.369,-29.9499],[162.0696,-31.2138],[161.7644,-32.4771],[161.4529,-33.7396],[161.1347,-35.0014],[160.8092,-36.2624],[160.4758,-37.5225],[160.1339,-38.7818],[159.7828,-40.0401],[159.4216,-41.2975],[159.0497,-42.5538],[158.6659,-43.8091],[158.2694,-45.0631],[157.8589,-46.316],[157.4331,-47.5675],[156.9907,-48.8176],[156.5301,-50.0662],[156.0493,-51.3132],[155.5466,-52.5584],[155.0194,-53.8017],[154.4652,-55.043],[153.8811,-56.282],[153.2636,-57.5186],[152.6088,-58.7524],[151.9122,-59.9833],[151.1683,-61.2108],[150.3712,-62.4345],[149.5134,-63.654],[148.5863,-64.8688],[147.5797,-66.078],[146.4814,-67.281],[145.2764,-68.4766],[143.9467,-69.6637],[142.4704,-70.8408],[140.8201,-72.0058],[138.9622,-73.1564],[136.8546,-74.2895],[134.4442,-75.4009],[131.6646,-76.4855],[128.4323,-77.5363],[124.6434,-78.544],[120.1724,-79.4963],[114.8742,-80.3767],[108.5988,-81.1639],[101.2259,-81.8307],[92.7285,-82.3458],[83.2568,-82.6771],[73.1917,-82.7991],[63.0931,-82.7015],[53.5319,-82.3926],[44.9139,-81.8965],[37.4141,-81.245],[31.0209,-80.4699],[25.6207,-79.5987],[21.0646,-78.6536],[17.2061,-77.6514],[13.917,-76.6049],[11.0913,-75.5237],[8.6432,-74.4149],[6.5045,-73.2841],[4.621,-72.1353],[2.9493,-70.9717],[1.455,-69.7959],[0.1101,-68.6099],[-1.1079,-67.4151],[-2.2174,-66.2129],[-3.2336,-65.0043],[-4.169,-63.7902],[-5.0341,-62.5711],[-5.8377,-61.3478],[-6.5871,-60.1208],[-7.2888,-58.8903],[-7.948,-57.6567],[-8.5695,-56.4205],[-9.1572,-55.1817],[-9.7145,-53.9407],[-10.2446,-52.6976],[-10.75,-51.4525],[-11.233,-50.2058],[-11.6958,-48.9573],[-12.1402,-47.7074],[-12.5677,-46.456],[-12.9799,-45.2033],[-13.3779,-43.9494],[-13.7631,-42.6943],[-14.1363,-41.4381],[-14.4986,-40.1808],[-14.8508,-38.9226],[-15.1937,-37.6634],[-15.528,-36.4034],[-15.8544,-35.1425],[-16.1734,-33.8808],[-16.4856,-32.6183],[-16.7915,-31.3552],[-17.0915,-30.0913],[-17.3861,-28.8268],[-17.6757,-27.5617],[-17.9606,-26.296],[-18.2413,-25.0298],[-18.5179,-23.763],[-18.7908,-22.4957],[-19.0603,-21.228],[-19.3267,-19.9598],[-19.5902,-18.6913],[-19.8511,-17.4223],[-20.1095,-16.153],[-20.3657,-14.8833],[-20.6199,-13.6134],[-20.8724,-12.3432],[-21.1232,-11.0727],[-21.3725,-9.802],[-21.6206,-8.5311],[-21.8677,-7.2601],[-22.1138,-5.9888],[-22.3592,-4.7175],[-22.604,-3.4461],[-22.8483,-2.1746],[-23.0924,-0.903],[-23.1522,-0.5915]]
  },
 
 
  onLoad() {
  
    this.drawSatellite(this.data.tabelDate)      // data 数据见文章下 有一组经纬度数据 可直接用测试
 
  },
     
  drawSatellite (arrList) {    
 
    const query = wx.createSelectorQuery()
    query.select('#trackDesignCanvas')
      .fields({ node: true, size: true })
      .exec((res) => {                     // 获取到选中的 Canvas 节点
        const canvas = res[0].node
        const ctx = canvas.getContext('2d')  //获取到 Canvas 组件的 2D 绘图上下文对象
 
        const dpr = wx.getSystemInfoSync().pixelRatio  //用于获取设备的像素比
        canvas.width = res[0].width * dpr      // 获取宽
        canvas.height = res[0].height * dpr     // 获取高
        ctx.scale(dpr, dpr)  //设置为设备的像素比,以保证后续的绘制操作也能够进行高清屏幕适配。
 
        let width = res[0].width           //获取 Canvas 组件的原始宽度和高度
        let height = res[0].height
        let originPoint = width * 0.25    //计算出了一个原点的位置
 
        ctx.clearRect(0, 0, width, height)  //擦除了之前绘制的所有内容,准备进行新的绘制。
        ctx.beginPath()                   //开始一个新的路径,以便进行绘制操作划线
  
        // canvas背景图 
        const bg = canvas.createImage()                   //可以创建一个图片对象
       
        bg.src = `https://mpapi.sstlab.cn/pimg/orb_bg_10.jpg`   //自己的背景图片
    
        bg.onload = () => {
          ctx.drawImage(bg, 0, 0, width, height)
  
          ctx.translate(originPoint, 0)
          // canvas轨道
          ctx.beginPath()
          ctx.setLineDash([])
          for (let i = 0; i < arrList.length; i++) {
            let lon = arrList[i][0]
            let lat = arrList[i][1]
            let nowLon = lon
            let nowLat = lat
  
            let lonc = this.calcCoord(lon, true, width)
            let latc = this.calcCoord(lat, false, height)
            let nextLon = arrList[i + 1] && arrList[i + 1][0]
            let nextLat = arrList[i + 1] && arrList[i + 1][1]
            ctx.lineTo(lonc, latc)
  
            if (nextLon) {
              let diff = nextLon - lon
              if (Math.abs(diff) > 180) {
                let supLat = this.calcAngle(nowLon, nowLat, nextLon, nextLat)
                console.log('164========', nowLon, nextLon, supLat)
                ctx.lineTo(this.calcCoord(nowLon > nextLon ? 270 : -90, true, width), this.calcCoord(supLat, false, height))
  
                let lon = arrList[i + 1][0]
                let lat = arrList[i + 1][1]
                lon = this.calcCoord(lon, true, width)
                lat = this.calcCoord(lat, false, height)
                ctx.moveTo(lon, lat)
  
                ctx.lineTo(this.calcCoord(nowLon < nextLon ? 270 : -90, true, width), this.calcCoord(supLat, false, height))
              }
            }
          }
          ctx.strokeStyle = 'red'
          ctx.stroke()
  
          // canvas经纬线
          ctx.beginPath()
          ctx.setLineDash([1, 2])
          ctx.font = "12px serif"
          ctx.fillStyle = "#666666"
  
          {
            // 60度纬线
            ctx.moveTo(originPoint * -1, height / 6)
            ctx.lineTo(width - originPoint, height / 6)
            ctx.fillText("60", originPoint * -1, height / 6)
            // 30度纬线
            ctx.moveTo(originPoint * -1, height / 3)
            ctx.lineTo(width - originPoint, height / 3)
            ctx.fillText("30", originPoint * -1, height / 3)
            // 0度纬线
            ctx.moveTo(originPoint * -1, height / 2)
            ctx.lineTo(width - originPoint, height / 2)
            ctx.fillText("0", originPoint * -1, height / 2)
            // -30度纬线
            ctx.moveTo(originPoint * -1, height - (height / 3))
            ctx.lineTo(width - originPoint, height - (height / 3))
            ctx.fillText("-30", originPoint * -1, height - (height / 3))
            // -60度纬线
            ctx.moveTo(originPoint * -1, height - (height / 6))
            ctx.lineTo(width - originPoint, height - (height / 6))
            ctx.fillText("-60", originPoint * -1, height - (height / 6))
          }
  
          {
            // 0度经线
            ctx.moveTo(0, 0)
            ctx.lineTo(0, height)
            ctx.fillText("0", 0, height)
            // 30度经线
            ctx.moveTo(width / 12, 0)
            ctx.lineTo(width / 12, height)
            ctx.fillText("30", width / 12, height)
            // 60度经线
            ctx.moveTo(width / 6, 0)
            ctx.lineTo(width / 6, height)
            ctx.fillText("60", width / 6, height)
            // 90度经线
            ctx.moveTo(width / 4, 0)
            ctx.lineTo(width / 4, height)
            ctx.fillText("90", width / 4, height)
            // 120度经线
            ctx.moveTo(width / 3, 0)
            ctx.lineTo(width / 3, height)
            ctx.fillText("120", width / 3, height)
            // 150度经线
            ctx.moveTo(width / 2.4, 0)
            ctx.lineTo(width / 2.4, height)
            ctx.fillText("150", width / 2.4, height)
            // 180度经线
            ctx.moveTo(width / 2, 0)
            ctx.lineTo(width / 2, height)
            ctx.fillText("180", width / 2, height)
            // -150度经线
            ctx.moveTo(width - (width / 2.4), 0)
            ctx.lineTo(width - (width / 2.4), height)
            ctx.fillText("-150", width - (width / 2.4), height)
            // -120度经线
            ctx.moveTo(width - (width / 3), 0)
            ctx.lineTo(width - (width / 3), height)
            ctx.fillText("-120", width - (width / 3), height)
            // -60度经线
            ctx.moveTo(width / 6 * -1, 0)
            ctx.lineTo(width / 6 * -1, height)
            ctx.fillText("-60", width / 6 * -1, height)
            // -30度经线
            ctx.moveTo(width / 12 * -1, 0)
            ctx.lineTo(width / 12 * -1, height)
            ctx.fillText("-30", width / 12 * -1, height)
          }
  
          ctx.strokeStyle = '#333333'
          ctx.stroke()


          wx.canvasToTempFilePath({
            canvas,
            fileType: 'png',
            success: (res) => {
              console.log('canvasToTempFilePath success', res)
              this.setData({
                tempFilePath: res.tempFilePath
              })
            },
            fail: (e) => {
              console.log('canvasToTempFilePath fail', e)
            }
          })
        }
      })
  },
  //地理坐标和Canvas尺寸,将地理坐标转换为Canvas上的坐标值,以便在Canvas上绘制地图或其他地理信息。
  calcCoord(num, isLon, length) {
    if (isLon) {
      return num / 360 * length
    } else {
      let latc = 180 - (num + 90)
      latc = latc / 180 * length
      return latc
    }
   },
 
 //计算角度跨越180°经线的情况
 calcAngle(a, b, c, d) {
    if (a > c) {
      c += 360;
    } else {
      a += 360;
    }
    return this.linear(a, b, c, d, 270)
  },
 
 /**
 * 线性插值
 * @param {Number} x1 插值节点1
 * @param {Number} y1 插值节点函数值1
 * @param {Number} x2 插值节点2
 * @param {Number} y2 插值节点函数值2
 * @param {Number} x 插值点
 * @return {Number} 插值点函数值
 * @note x1 != x2
 */
 linear(x1, y1, x2, y2, x) {
  return y1 + ((y2 - y1) / (x2 - x1)) * (x - x1);
},
 
  //点击图片指定的图片进行预览显示
  ampliferImg () {
    wx.previewImage({
      urls: [ this.data.tempFilePath ],
      success: (e) => {
        console.log('previewImage success', e)
      },
      fail: (e) => {
        console.log('previewImage fail', e)
      }
    })
  },
})

如果说需要手机竖屏显示则需要调整参数

 wxss代码


.orbit-canvas-main {     //竖屏
  width: 100%;
  height: 1497.345rpx;
  box-sizing: border-box;
}

 js中代码,其实两者差不多,就是把width 和height换一下,用哪个直接用了

  drawSatellite (arrList) {       //第一组代码有数据自取
 
    const query = wx.createSelectorQuery()
    query.select('#trackDesignCanvas')
      .fields({ node: true, size: true })
      .exec((res) => {
        const canvas = res[0].node
        const ctx = canvas.getContext('2d')

        const dpr = wx.getSystemInfoSync().pixelRatio
        canvas.width = res[0].width * dpr
        canvas.height = res[0].height * dpr
        ctx.scale(dpr, dpr)

        let width = res[0].width
        let height = res[0].height
        let originPoint = height * 0.25
        console.log(width, height)

        ctx.clearRect(0, 0, width, height)
        ctx.beginPath()

        // canvas背景图
        const bg = canvas.createImage()
        bg.src = `https://mpapi.sstlab.cn/pimg/orb_bg_10.jpg`
        bg.onload = () => {
          // 移动canvas原点
          ctx.translate(width, 0)
          // 旋转
          ctx.rotate(Math.PI / 2)
          ctx.drawImage(bg, 0, 0, height, width)
          // 重置canvas
          // ctx.rotate(-Math.PI / 2)
          // ctx.translate(-width, 0)

          ctx.translate(originPoint, 0)
          // canvas轨道
          ctx.beginPath()
          ctx.setLineDash([])
          
          for (let i = 0; i < arrList.length; i++) {
            let lon = arrList[i][0]
            let lat = arrList[i][1]
            let nowLon = lon
            let nowLat = lat

            let lonc = this.calcCoord(lon, true, height)
            let latc = this.calcCoord(lat, false, width)
            let nextLon = arrList[i + 1] && arrList[i + 1][0]
            let nextLat = arrList[i + 1] && arrList[i + 1][1]
            ctx.lineTo(lonc, latc)

            if (nextLon) {
              let diff = nextLon - lon
              if (Math.abs(diff) > 180) {
                let supLat = this.calcAngle(nowLon, nowLat, nextLon, nextLat)
                console.log('164========', nowLon, nextLon, supLat)
                ctx.lineTo(this.calcCoord(nowLon > nextLon ? 270 : -90, true, height), this.calcCoord(supLat, false, width))

                let lon = arrList[i + 1][0]
                let lat = arrList[i + 1][1]
                lon = this.calcCoord(lon, true, height)
                lat = this.calcCoord(lat, false, width)
                ctx.moveTo(lon, lat)

                ctx.lineTo(this.calcCoord(nowLon < nextLon ? 270 : -90, true, height), this.calcCoord(supLat, false, width))
              }
            }
          }
          ctx.strokeStyle = 'red'
          ctx.stroke()

          // canvas经纬线
          ctx.beginPath()
          ctx.setLineDash([1, 2])
          ctx.font = "12px serif"
          ctx.fillStyle = "#666666"

          {
            // 60度纬线
            ctx.moveTo(originPoint * -1, width / 6)
            ctx.lineTo(height - originPoint, width / 6)
            ctx.fillText("60", originPoint * -1, width / 6)
            // 30度纬线
            ctx.moveTo(originPoint * -1, width / 3)
            ctx.lineTo(height - originPoint, width / 3)
            ctx.fillText("30", originPoint * -1, width / 3)
            // 0度纬线
            ctx.moveTo(originPoint * -1, width / 2)
            ctx.lineTo(height - originPoint, width / 2)
            ctx.fillText("0", originPoint * -1, width / 2)
            // -30度纬线
            ctx.moveTo(originPoint * -1, width - (width / 3))
            ctx.lineTo(height - originPoint, width - (width / 3))
            ctx.fillText("-30", originPoint * -1, width - (width / 3))
            // -60度纬线
            ctx.moveTo(originPoint * -1, width - (width / 6))
            ctx.lineTo(height - originPoint, width - (width / 6))
            ctx.fillText("-60", originPoint * -1, width - (width / 6))
          }

          {
            // 0度经线
            ctx.moveTo(0, 0)
            ctx.lineTo(0, width)
            ctx.fillText("0", 0, width)
            // 30度经线
            ctx.moveTo(height / 12, 0)
            ctx.lineTo(height / 12, width)
            ctx.fillText("30", height / 12, width)
            // 60度经线
            ctx.moveTo(height / 6, 0)
            ctx.lineTo(height / 6, width)
            ctx.fillText("60", height / 6, width)
            // 90度经线
            ctx.moveTo(height / 4, 0)
            ctx.lineTo(height / 4, width)
            ctx.fillText("90", height / 4, width)
            // 120度经线
            ctx.moveTo(height / 3, 0)
            ctx.lineTo(height / 3, width)
            ctx.fillText("120", height / 3, width)
            // 150度经线
            ctx.moveTo(height / 2.4, 0)
            ctx.lineTo(height / 2.4, width)
            ctx.fillText("150", height / 2.4, width)
            // 180度经线
            ctx.moveTo(height / 2, 0)
            ctx.lineTo(height / 2, width)
            ctx.fillText("180", height / 2, width)
            // -150度经线
            ctx.moveTo(height - (height / 2.4), 0)
            ctx.lineTo(height - (height / 2.4), width)
            ctx.fillText("-150", height - (height / 2.4), width)
            // -120度经线
            ctx.moveTo(height - (height / 3), 0)
            ctx.lineTo(height - (height / 3), width)
            ctx.fillText("-120", height - (height / 3), width)
            // -60度经线
            ctx.moveTo(height / 6 * -1, 0)
            ctx.lineTo(height / 6 * -1, width)
            ctx.fillText("-60", height / 6 * -1, width)
            // -30度经线
            ctx.moveTo(height / 12 * -1, 0)
            ctx.lineTo(height / 12 * -1, width)
            ctx.fillText("-30", height / 12 * -1, width)
          }

          ctx.strokeStyle = '#333333'
          ctx.stroke()

          wx.canvasToTempFilePath({
            canvas,
            fileType: 'png',
            success: (res) => {
              console.log('canvasToTempFilePath success', res)
              this.setData({
                tempFilePath: res.tempFilePath
              })
            },
            fail: (e) => {
              console.log('canvasToTempFilePath fail', e)
            }
          })
        }
      })
  },

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/1466870.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

西门子200SMART SB AE01的正确用法

西门子200SMART SB AE01&#xff0c;就是1路模拟量输入的SB板。信号板直接安装在 SR/ST CPU 本体正面&#xff0c;无需占用电控柜空间&#xff0c;安装、拆卸方便快捷。有些小型的系统如果只有1路模拟量输入&#xff0c;或者模块配置中恰好缺少1路模拟量输入&#xff0c;就可以…

幻兽帕鲁(Palworld 1.4.1)私有服务器搭建(docker版)

文章目录 说明客户端安装服务器部署1Panel安装和配置docker服务初始化设置设置开机自启动设置镜像加速 游戏服务端部署游戏服务端参数可视化配置 Palworld连接服务器问题总结 说明 服务器硬件要求&#xff1a;Linux系统/Window系统&#xff08;x86架构&#xff0c;armbian架构…

C++奇怪的 ::template

答疑解惑 怎么会有::template的写法 起初 在阅读stl的源码的时候&#xff0c;发现了一条诡异的代码 // ALIAS TEMPLATE _Rebind_alloc_t template<class _Alloc,class _Value_type> using _Rebind_alloc_t typename allocator_traits<_Alloc>::template rebind…

【视频编码\VVC】环路滤波基础知识

本文为新一代通用视频编码H.266\VVC原理、标准与实现的简化笔记。 定义&#xff1a;在视频编码过程中进行滤波&#xff0c;滤波后的图像用于后续编码。 目的&#xff1a;1、提升编码图像的质量。2、为后续编码图像提供高质量参考&#xff0c;获得更好的预测效果。 VVC中主要…

C语言-数组指针与指针数组

一、简介 对于使用C语言开发的人来说&#xff0c;指针&#xff0c;大家都是非常熟悉的。数组&#xff0c;大家也同样熟悉。但是这两个组合到一起的话&#xff0c;很多人就开始蒙圈了。这篇文章&#xff0c;就详细的介绍一下这两个概念。 指针数组和数组指针&#xff0c;听起来非…

Stable Diffusion 模型分享:Realisian(现实、亚洲人)

本文收录于《AI绘画从入门到精通》专栏&#xff0c;专栏总目录&#xff1a;点这里。 文章目录 模型介绍生成案例案例一案例二案例三案例四案例五案例六案例七案例八 下载地址 模型介绍 Realisian 是由多个模型合并而来&#xff0c;是一个现实模型&#xff0c;可以绘制美丽的亚…

HarmonyOS学习--三方库

文章目录 一、三方库获取二、常用的三方库1. UI库&#xff1a;2. 网络库&#xff1a;3. 动画库&#xff1a; 三、使用开源三方库1. 安装与卸载2. 使用 四、问题解决1. zsh: command not found: ohpm 一、三方库获取 在Gitee网站中获取 搜索OpenHarmony-TPC仓库&#xff0c;在t…

uniapp_微信小程序自定义顶部导航栏和右侧胶囊对齐(不对齐来打我)

一、想要的效果 思路首先开启自定义导航栏&#xff0c;取消自带的导航栏&#xff0c;然后计算胶囊的高度和标题对齐 二、成品代码 1、首先再你需要居中的代码添加以下style <view class"header":style"{paddingTop:navBarTop px,height:navBarHeight px,…

Excel 面试题及答案(2)

一、VLOOKUP+IF案例: A1 :根据左侧数据源,按姓名匹配《职级》,仅限用函数,不能做任何辅助A2 :根据左侧数据源,按姓名匹配《部门》,仅限用函数,不能做任何辅助A3 :根据右侧考核规则,匹配《绩效比例》,用函数完成(可适当做辅助的单元格区域) =VLOOKUP(F8,IF({1,0},…

【笔记】【开发方案】APN 配置参数 bitmask 数据转换(Android KaiOS)

一、参数说明 &#xff08;一&#xff09;APN配置结构对比 平台AndroidKaiOS文件类型xmljson结构每个<apn>标签是一条APN&#xff0c;包含完成的信息层级数组结构&#xff0c;使用JSON格式的数据。最外层是mcc&#xff0c;其次mnc&#xff0c;最后APN用数组形式配置&am…

VirtualBox+Vagrant快速搭建Centos7

目录 安装VirtualBox&#xff1a; 安装Vagrant&#xff1a; 创建Vagrant项目目录&#xff1a; 初始化Vagrant配置文件&#xff1a; 本地Vagrantfile中的镜像名称&#xff1a; 启动虚拟机&#xff1a; SSH登录虚拟机&#xff1a; 备注&#xff1a;安装镜像的另一种方式是…

【MATLAB】 EWT信号分解+FFT傅里叶频谱变换组合算法

有意向获取代码&#xff0c;请转文末观看代码获取方式~ 展示出图效果 1 EWT分解算法 EWT分解算法是一种基于小波变换的信号分解算法&#xff0c;它可以将信号分解为一系列具有不同频率特性的小波分量。该算法的基本思想是将信号分解为多个不同尺度的小波分量&#xff0c;并对…

展锐S8000安卓核心板参数_紫光展锐5G核心板模块定制方案

展锐S8000核心板模块是基于八核S8000平台开发设计的&#xff0c;采用了先进的6nm EUV制程技术。搭载了全新的智能Android 13操作系统&#xff0c;展现出超强的画面解析能力和高性能双通道MIPI&#xff0c;拥有120Hz高刷新率&#xff0c;独立NPU和3.2TOPS Al算力&#xff0c;同时…

2024年数学建模美赛详细总结以及经验分享

前言&#xff1a; 本文记录与二零二四年二月六日&#xff0c;正好今天是数学建模结束&#xff0c;打算写篇文章记录一下整个过程&#xff0c;以及一些感受、还有经验分享。记录这个过程的原因就是我在赛前&#xff0c;在博客上找了很久&#xff0c;也没有像我这么类似记…

2024,中国零售行业数字化走到哪了?

对于如今的中国零售业数字化而言&#xff0c;仍有许多亟待解决的问题&#xff0c;其像一根根“鱼刺”&#xff0c;卡在零售企业增长的“喉咙”中。 作者|斗斗 编辑|皮爷 出品|产业家 熙熙攘攘的人群&#xff0c;琳琅满目年货&#xff0c;一张张喜庆的春联、福字、窗花……

零基础备考PMP,需要多长时间?

PMP是一门专业性很强的项目管理知识&#xff0c;考试当然是有一定的难度&#xff0c;但是也没有难到让你怀疑人生的程度。 如果你在学习PMP之前&#xff0c;已经有一些经验&#xff0c;那么备考一个半月基本上是没多大问题的&#xff0c;如果你是零基础小白&#xff0c;那么备…

2024全国水科技大会暨流域水环境治理与水生态修复论坛(六)

论坛召集人 冯慧娟 中国环境科学研究院流域中心研究员 刘 春 河北科技大学环境与工程学院院长、教授 一、会议背景 为深入贯彻“山水林田湖是一个生命共同体”的重要指示精神&#xff0c;大力实施生态优先绿色发展战略&#xff0c;积极践行人、水、自然和谐共生理念&…

基于RK3399 Android11适配OV13850 MIPI摄像头

目录 1、原理图分析2、编写和配置设备树3、调试方法4、遇到的问题与解决5、补丁 1、原理图分析 从上图可看出&#xff0c;我们需要关心的&#xff0c;①MIPI数据和时钟接口使用的是MIPI_TX1/RX1 ②I2C使用的是I2C4总线 ③RST复位引脚使用的是GPIO2_D2 ④PWDN使用的是GPIO1_C7 ⑤…

洛谷 【算法1-6】二分查找与二分答案

【算法1-6】二分查找与二分答案 - 题单 - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) 鄙人不才&#xff0c;刷洛谷&#xff0c;迎蓝桥&#xff0c;【算法1-6】二分查找与二分答案 已刷&#xff0c;现将 AC 代码献上&#xff0c;望有助于各位 P2249 【深基13.例1】查找 - 洛谷…

MySQL数据库基础(十三):关系型数据库三范式介绍

文章目录 关系型数据库三范式介绍 一、什么是三范式 二、数据冗余 三、范式的划分 四、一范式 五、二范式 六、三范式 七、总结 关系型数据库三范式介绍 一、什么是三范式 设计关系数据库时&#xff0c;遵从不同的规范要求&#xff0c;设计出合理的关系型数据库&…