zoukankan
html css js c++ java
一个用文字组成图片的小工具
今天在sourceforge上转悠的时候无意中发现的一个小程序,可以将一个图片转换为文字,就是以前在论坛上常见的那种效果。并且还可以有彩色效果,比较好玩。
项目地址:
http://sourceforge.net/projects/ascgen2/
查看全文
相关阅读:
LeetCode 10 Regular Expression Matching(字符串匹配)
LeetCode 9 Palindrome Number(回文数字判断)
操作系统期末复习资料分享
计算机网络那些事~(二)
seL4之hello-3征途
计算机网络那些事~(一)
seL4之hello-2旅途(完成更新)
博客声明
seL4环境配置
Canvas链式操作
原文地址:https://www.cnblogs.com/TianFang/p/1021777.html
最新文章
时间换算方法
对数组对象根据时间倒序排列
weui textarea超出字符被截断
weui 弹框中的单选效果
点击div 跳转并通过URL传参
weui 图片弹框
常用jQuery 方法
weui 搜索框
weui dialog
LeetCode 21 Merge Two Sorted Lists (有序两个链表整合)
热门文章
LeetCode 20 Valid Parentheses (括号匹配问题)
LeetCode 19 Remove Nth Node From End of List (移除距离尾节点为n的节点)
LeetCode 18 4Sum (4个数字之和等于target)
LeetCode 17 Letter Combinations of a Phone Number (电话号码字符组合)
LeetCode 16 3Sum Closest (最接近target的3个数之和)
LeetCode 15 3Sum(3个数求和为0的组合)
LeetCode 14 Longest Common Prefix(最长公共前缀)
LeetCode 13 Roman to Integer(罗马数字转为整数)
LeetCode 12 Integer to Roman (整数转罗马数字)
LeetCode 11 Container With Most Water(分支判断问题)
Copyright © 2011-2022 走看看