iT邦幫忙

技術文章

RSS

RTX 30系顯卡 + TF 1.15

30系顯卡終於降價了,來回顧一下怎麼在30系甚至未來的40系的顯卡上繼續使用Tensorflow 1

python win32com 開啟 ppt 發生錯誤

我是python的新手, 最近在寫ppt 轉 pptx, 發生了一個奇怪的問題, 我的問題其他人不一定會發生, 但我發生了有可能其他人也會發生, 因此發個文做個...

leetcode with python:141. Linked List Cycle

題目: Given head, the head of a linked list, determine if the linked list has a c...

leetcode with python:136. Single Number

題目: Given a non-empty array of integers nums, every element appears twice excep...

leetcode with python:125. Valid Palindrome

題目: A phrase is a palindrome if, after converting all uppercase letters into lo...

[Android 錯誤處理大全] adb shell start-service 無效

今天在處理程式中下指令的時候發現開啟 service 的指令 adb shell start-service xxxx 有某些版本的手機無法執行開啟 cmd 下...

WPF-Image ToggleButton

方法一 直接在Xaml中使用Style與ControlTemplate, 並在ControlTemplate中建一個Image 為Unchecked的圖片,...

C++暑假進化之路(1): 2.3 複合型別

2.3.1 參考(reference) 一個已存在物件的別稱(alias)。 需要初始化 int &refval ; // 錯誤,需要初始化 輸出:...

leetcode with python:121. Best Time to Buy and Sell Stock

題目: You are given an array prices where prices[i] is the price of a given stock...

leetcode with python:119. Pascal's Triangle II

題目: Given an integer rowIndex, return the rowIndexth (0-indexed) row of the Pas...

leetcode with python:118. Pascal's Triangle

題目: Given an integer numRows, return the first numRows of Pascal's triangle....

如何轉換AAX格式的文件?

作為 Audible 會員,您可以使用授權的智能手機、平板電腦或計算機在線或離線收聽高質量的有聲讀物。 但有時您可能會遇到這樣的麻煩:嘗試使用 VLC 或 MP...

C++暑假進化之路(0): 出發

這系列是怎麼來的? 這個暑假想加強一下程式的基本功,把前年買的 C++ Primer 5th 啃一啃,然後把一些卡關的觀念跟Code紀錄一下。 這系列文章中會有...

公司建置監視器調整問題請教

各位技術朋友好 小弟想詢問一個關於公司內部監視器建置的調整問題所使用的監視器主機是 Saqicam POE-6708HE /NVR供電/POE 4 port供電...

leetcode with python:112. Path Sum

題目: Given the root of a binary tree and an integer targetSum, return true if th...

leetcode with python:111. Minimum Depth of Binary Tree

題目: Given a binary tree, find its minimum depth. The minimum depth is the num...

leetcode with python:110. Balanced Binary Tree

題目: Given a binary tree, determine if it is height-balanced. 給定一個binary tree,判...

Day 23, Fibonacci last digit sum again & square

終於終於,費波納契數的解題能告一段落了!最後兩題,我的程式雖然有一些小瑕疵,但是最終還是能夠跑過測試,那我們先來統整一下,費波納契數的幾個關鍵字重點吧! Pi...

Day 22, 沒有Day 21: 安裝ESP32控制板之驅動程式(後續:類神經網路介紹主題PPT))

使用編程環境: Thonny下載頁面:https://www.silabs.com/developers/usb-to-uart-bridge-vcp-driv...

leetcode with python:108. Convert Sorted Array to Binary Search Tree

題目: Given an integer array nums where the elements are sorted in ascending orde...

5 款國外虛擬主機挑選要點,免費虛擬主機試用申請教學

如何選擇國外虛擬主機? 以下幾點可說是最常被用來挑選虛擬主機的考量,先知道虛擬主機如何挑選後,再來了解各國外虛擬主機的特色,並透過申請國外主機免費試用,基本上就...

leetcode with python:104. Maximum Depth of Binary Tree

題目: Given the root of a binary tree, return its maximum depth. A binary tree'...

從大陸帶回的華為路由AX6要怎麼設定

我上星期從大陸帶了一台華為路由最新款AX6我遵照他的指示下載華為的App去做設定 也申請了華為的帳號。但是就是沒有辦法設定但是都找不到這一台AX6 不知道該怎麼...

leetcode with python:101. Symmetric Tree

題目: Given the root of a binary tree, check whether it is a mirror of itself (i....

Oracle PL/SQL 筆記 Basic Info

Oracle Function Function 需要有回傳值 如何呼叫 SELECT GET_EMPLOYEENAME('A12345') FROM D...

leetcode with python:100. Same Tree

題目: Given the roots of two binary trees p and q, write a function to check if t...

leetcode with python:94. Binary Tree Inorder Traversal

題目: Given the root of a binary tree, return the inorder traversal of its nodes'...

MotionNet SourceCode 解讀[#2]-from_file_multisweep_bf_sample_data篇

from_file_multisweep_bf_sample_data() def from_file_multisweep_bf_sample_data(cl...

【基礎影像應用篇】DAY8.資料回測-警報1模式

還沒有完成訓練模型?可以點擊DAY6.訓練模型,完成訓練模型後再回來進行資料回測吧! 想知道如何增強模型辨識的準確度可以參考以下2篇文章,了解更多MusesAI...

leetcode with python:88. Merge Sorted Array

題目: You are given two integer arrays nums1 and nums2, sorted in non-decreasing...