-
新闻爬虫代码
说明: 1、自动爬取新闻页面的信息
2、使用Python语言编写(1. Automatic crawling of news page information
2. Writing in Python Language)
- 2019-03-20 16:39:32下载
- 积分:1
-
GuessNumber
说明: 猜数字游戏
计算机随机产生一个无重复数字的四位数
若所猜的数位置与数字均正确,会显示一个A,若数字对位置不对,会显示一个B.(Number guessing game is a computer randomly generated four-digit number without repetition by the guess that if the number of locations and figures are correct, will show an A, if the number of position wrong and they' ll show a B.)
- 2021-03-22 08:19:17下载
- 积分:1
-
A web page of the FTP login system, multi
一个web登录页面的FTP系统,有多国语言,在config.inc.php里设置语言zh-cn-A web page of the FTP login system, multi-language, the language settings in the config.inc.php ri zh-cn
- 2022-10-08 12:40:03下载
- 积分:1
-
IDL for k_means
自己用IDL编写的k-means影像分类程序,已调试,可以直接使用。(Using IDL to write K-means image classification program, has been debugged, can be used directly.)
- 2018-05-02 22:40:02下载
- 积分:1
-
VIC-master
说明: VIC官网源代码,包括源代码和部分示例数据,欢迎广大水文学习爱好者下载(source code for VIC model)
- 2020-12-22 15:14:50下载
- 积分:1
-
Java自定义鼠标光标
super("自定义光标"); //调用父类构造函数
int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组
Container container=getContentPane(); //得到容器
container.setLayout(new FlowLayout()); //设置容器布局管理器
for (int i=0;i JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象
jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标
container.add(jta); //增加组件到容器上
}
Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象
Image image=toolkit.getImage("cursor.gif"); //得到图像
Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象
JTextArea jta=new JTextArea(3,6); //实例化文本框
jta.setCursor(customCursor); //设置文本框光标
container.add(jta); //增加组件
setSize(300,160); //设置窗口大小
setVisible(true); //窗口可视
- 2022-03-06 15:35:47下载
- 积分:1
-
C# 在TreeView结点中显示图标(图片)
C# 在TreeView树形菜单控件结点中显示图片,在树控菜单节点的最前面显示一个图标,图标加的好,会让你的TreeView更出彩,代码中需要先绑定ImageList控件,具体实现方法请参见代码吧。
- 2022-02-28 16:43:28下载
- 积分:1
-
微电网蓄电池模型
matlab编程,对微电网下储能电池模型建模(Modeling of energy storage battery model under microgrid based on MATLAB programming)
- 2020-07-02 04:40:01下载
- 积分:1
-
自己写的小代码.是学习加瓦的第一个小程序,熟悉编程环境的...
自己写的小代码.是学习加瓦的第一个小程序,熟悉编程环境的-Write their own little code. Gaoua the first to learn a small procedures, familiar with the programming environment
- 2022-02-11 17:17:29下载
- 积分:1
-
vc++OpenGL显示中文的源程序,把中文变成位图来显示
vc++OpenGL显示中文的源程序,把中文变成位图来显示-vc++ OpenGL display Chinese source, the Chinese into a bitmap to display the
- 2022-08-21 08:27:08下载
- 积分:1