弹来弹去跑马灯!

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 39 下一页
摘要: using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threadin 阅读全文
posted @ 2021-09-04 09:28 wgscd 阅读(143) 评论(0) 推荐(0)
摘要: using the online website https://imagetosketch.com/ <Window x:Class="WpfMosaic.PhotoSketchWind" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/pr 阅读全文
posted @ 2021-08-02 15:48 wgscd 阅读(97) 评论(0) 推荐(0)
摘要: 假设文件大小一样就表示文件一模一样,是重复文件 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Syst 阅读全文
posted @ 2021-07-31 12:03 wgscd 阅读(122) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System 阅读全文
posted @ 2021-07-30 17:19 wgscd 阅读(77) 评论(0) 推荐(0)
摘要: 查找button的子元素是个TextBlock,再设置它的TextWrappingProperty属性为 TextWrapping.Wrap。 Button btn2 = new Button() {Content="fdhfhfhfhfghfhfhfhfhhfh",Width=88}; btn2. 阅读全文
posted @ 2021-07-28 11:32 wgscd 阅读(711) 评论(0) 推荐(0)
摘要: 包括画卡通画,找出2张图片的相似度,电脑做梦的图片生成,利用GTP-2的文本续写。 using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using 阅读全文
posted @ 2021-07-27 16:58 wgscd 阅读(331) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/zh-cn/dotnet/standard/collections/thread-safe/blockingcollection-overviewBlockingCollection 概述 BlockingCollection<T> 是一个线程安 阅读全文
posted @ 2021-07-19 15:35 wgscd 阅读(104) 评论(0) 推荐(0)
摘要: //随机多边形:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; usin 阅读全文
posted @ 2021-07-16 14:38 wgscd 阅读(858) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Draw 阅读全文
posted @ 2021-07-12 16:31 wgscd 阅读(1357) 评论(1) 推荐(0)
摘要: <InkCanvas Name="inkCanvas"></InkCanvas> <Button Name="btnRecognize" Content="RecognizeAsync" HorizontalAlignment="Left" Height="104" Margin="0,0,0,0" 阅读全文
posted @ 2021-06-22 17:28 wgscd 阅读(280) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 39 下一页