编程开发
codeloverr
这个作者很懒,什么都没留下…
展开
-
Java写的Huffman树,编码,绘图
原创 2021-11-13 12:54:31 · 126 阅读 · 0 评论 -
用python存excel到网页
下载python-3.6.5,安装,打开cmd,进入安装路径,C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\Scripts>(没有就搜索pip3.exe,进入程序路径;)1,pip3 install wheel(前提是安装了pip) 2,pip3 install xlrd3,pip3 install...原创 2019-01-19 17:45:09 · 1125 阅读 · 0 评论 -
用java写的mysql访问工具软件,可以在任意平台执行代码
用java写的mysql访问工具软件,可以在任意平台执行代码,可以从github下载使用,注意修改a.properties地址!更新中~~~~下载地址https://github.com/pengshigit/mysql-c原创 2018-06-20 23:35:19 · 478 阅读 · 0 评论 -
终于写完了,第一个javaEE项目
javaEE项目, spring和mysql,和jquery,组成了很好的系统原创 2016-11-18 14:22:45 · 7266 阅读 · 2 评论 -
用opencv和vc++6.0开发的五子棋游戏软件
用opencv和vc++6.0开发的五子棋软件需要的工具如下1)opencv1.02)vc++ 6.0// wuziqi.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include #include #in原创 2016-10-19 18:59:46 · 1900 阅读 · 2 评论 -
传说中的oracle的java证书这个样子!
OCJP证书样子原创 2016-04-10 17:50:22 · 6341 阅读 · 6 评论 -
Slick2D 开发环境搭建及基础知识
1,需要分别下载 Slick2D(12.8MB) 和 LWJGL(5.8MB) 两部分组件。2,Go to java build path and you should see the following screen:3 Click the add external jars button to point to the right jar fil原创 2015-10-23 21:42:50 · 608 阅读 · 0 评论 -
用c++写的数字阅读软件!
用c++写的数字阅读软件!原创 2015-06-08 14:53:52 · 456 阅读 · 0 评论 -
java 计算器完整版,代码!
package cal;import java.util.Vector;public class lmail {public static Vector vsg=new Vector();public static Vector nums=new Vector();public static Vector chas=new Vector();publ原创 2015-04-01 13:33:06 · 1105 阅读 · 0 评论