-
[Rashi_Gupta]_Making_use_of_Python)
Making use of Python. 本书包含了Python编程的大量例子及代码,对于程序语言的深入学习及实际运用有益。(Making use of Python. This book contains a large number of examples and code in the Python programming, useful for in-depth study and practical application of the programming language.)
- 2012-12-03 14:11:13下载
- 积分:1
-
模拟体育彩票
用c语言模拟体育彩票机-simulated sports lottery machine
- 2022-01-25 17:47:33下载
- 积分:1
-
将AutoCAD文件转换成ArcGIS ShapeFile格式
将AutoCAD文件转换成ArcGIS ShapeFile格式-AutoCAD files will be converted into ArcGIS ShapeFile format
- 2022-09-28 11:45:03下载
- 积分:1
-
用python爬虫抓站的一些技巧总结
说明: 用python爬虫抓站的实用技巧,学习python爬虫抓站的实用知识(Practical Skills of Python Crawler Grab Station)
- 2019-03-18 09:26:51下载
- 积分:1
-
VC++获取电脑名称和本机IP
VC++获取电脑名称和本机IP地址,获取Windwos所在电脑的主机名,网卡配置的IP地址等信息,网络相关的VC++源码实例,挺简单的实例小程序。
- 2023-01-12 09:50:03下载
- 积分:1
-
红色标签焦点图片切换
说明: 更多相关jquery标签导航标签淡隐淡现图片切:焦点图代码(More related jQuery tag navigation tags fade out the topic of image switching: focus map code)
- 2019-03-28 08:16:42下载
- 积分:1
-
IntensityGraph
labview的基础教程,特别适合刚刚入行的新手学习练习使用。(The basic LabVIEW tutorial, and are particularly suited to the trip just to practice using the new study.)
- 2009-02-20 16:54:14下载
- 积分:1
-
cohesivegenerate2d
批量插入内聚力单元,效率高,速度快。。。。。。。。。。。(Batch insertion cohesive unit)
- 2018-11-07 11:14:58下载
- 积分:1
-
CDDrive1
说明: detect cd rom on pc, read or write file in cd
- 2020-06-24 14:20:01下载
- 积分:1
-
C# 监控Windows剪贴板程序
C# 编写的监控Windows剪贴板的小程序,这里面有计时器的相关创建方法,设置计时器间隔为1000毫秒并启动计时器,监控剪切板并判断剪贴板中是否存在文本数据,然后将剪贴板中的内容显示在richTextBox1控件中。下面的代码是本程序的核心:
private void Frm_Main_Load(object sender, EventArgs e)
{
timer1.Interval = 1000;//设置计时器间隔为1000毫秒
timer1.Start();//启动计时器
}
private void timer1_Tick(object sender, EventArgs e)
{
if (Clipboard.ContainsText())//判断剪贴板中是否存在文本数据
richTextBox1.Text = Clipboard.GetText();//将剪贴板中的内容显示在richTextBox1控件中
}
- 2023-08-14 00:35:02下载
- 积分:1