C# Serial Port 使用方式
Excel 分頁另存新檔功能
將Excel的分頁另存成獨立excel檔
LeetCode 21 Merge Two Sorted Lists
- 714
- 0
- LeetCode 練習
Merge two sorted linked lists and return it as a new sorted list.
The new list should be made by splicing together the nodes of the first two lists.
LeetCode 20 Valid Parentheses
- 714
- 0
- LeetCode 練習
* Given a string s containing just the characters '(', ')', '{', '}', '[', ']', determine if the input string is valid.
* An input string is valid if:
* 1. Open brackets must be closed by the same type of brackets.
* 2. Open brackets must be closed in the correct order.
LeetCode 15 3Sum
- 714
- 0
- LeetCode 練習
Given an array nums of n integers, are there elements a,b,c in nums such that a+b+c = 0?
Find all unique triplets in the array which gives the sum of zero.
Note : 過不了 TimeLimit 還需要修改
LeetCode 14 Longest Common Prefix
- 714
- 0
- LeetCode 練習
Write a function to find the longest common prefix string amomgst an array of strings.
If there is no common prefix, return an empty string "".
LeetCode 13 Roman to Integer
- 805
- 0
- LeetCode 練習
Roman numerals are represented by seven different symbols: I, V, X, L, C, D, M.
LeetCode 12 Integer to Roman
- 805
- 0
- LeetCode 練習
Roman numerals are represented by seven different symbols: I, V, X, L, C, D, M
LeetCode 12 Integer to Roman
- 805
- 0
- LeetCode 練習
Detemine whether an integer is palindrome. An integer is a palindrome when it reads the same backward as forward.
LeetCode 9 Palindrome Number
- 805
- 0
- LeetCode 練習
Detemine whether an integer is palindrome. An integer is a palindrome when it reads the same backward as forward.
LeetCode 8 String to Integer
- 805
- 0
- LeetCode 練習
Implement atoi which converts a string to integer
LeetCode 7 Reverse Integer
- 805
- 0
- LeetCode 練習
Given a 32-bit signed integer, reverse digits of an integer
LeetCode 5 Longest Palindromic Substring
- 805
- 0
- LeetCode 練習
- 2020-10-13
Given a string s, find the longest palindromic substring in s, you may assume that the maximun length of s is 1000.
LeetCode 4 Median of two sorted arrays
- 805
- 0
- LeetCode 練習
- 2020-10-13
Given two sorted arrays nums1 and nums2 of size m and n respectively,
return the median of the two sorted arrays.
LeetCode 3 LengthOfLongestSubstring
- 806
- 0
- LeetCode 練習
- 2020-10-13
Given a string s, find the length of the longest substring without repeating characters.
使用excel內的巨集
- 2813
- 0
使用C#開啟含有巨集的excel檔後,執行巨集
Excel寫檔另存新檔
- 2886
- 0
使用C#開excel檔後寫資料再另存新檔
Excel 寫檔
- 2763
- 0
使用C#開啟一個excel檔後寫資料
取消datagridview自動排序功能
- 2845
- 0
取消datagridview自動排序功能
如何取得dll檔的版本號
如何取得dll檔的版本號
- 1
- 2