资源列表
AutoRunManage
- 检测程序是否正常运行,如果程序报错或未响应则重启程序。检测多个程序时,重启错误程序有顺序。检测错误,重启操作有报警提示并写日志-Detection program is working properly, and then restart the program if the program error or not responding. Detect multiple programs, restart error program order. Detection error, restar
ColorInvariance
- 自己做的程序中的一部分,颜色不变量模型的实现,一个函数-Own program part, color invariant model for the realization of a function
test01
- python入门,一个简单的抓取网页小程序-python entry, a simple crawl the web applet
Top10Find
- C#数据库查询:读取前10名数据,也就是Order by来排序,按一定规则排序,这是最基础,也是最简单的数据库筛选方法,能查找出前几名、几十名最靠前或最靠后的数据,平时应用广泛-C# database queries: Read the first 10 data, is the Order by to sort, sorted according to certain rules, which is the most basic, most simple database screening
SUMStat
- C#利用聚合函数SUM对销售额进行汇总,数据汇总,使用SQL语句完成。-C# use aggregate function SUM on sales summary data aggregation, use the SQL statement is complete.
ORFind
- 一个C# SQL语句查询实例:利用OR语句进行数据库查询,例如用来查询数学成绩或英语成绩大于95分的学生信息,在平时的数据库编程开发中,使用相当广泛,特别是初接触C#数据库编程的初学者,更应该下载本源码学习了。-A C# SQL statement to query instances: OR statements for database query, for example, used to query the information of more than 95 students in
INSonFind
- C#使用IN引入子查询限定查询范围,用此方法可查询在某一区间内数据,同样很实用,使用挺广泛,本例通过窗口来实现这样的查询,更直观-C# use IN introducing subquery limited the query range, use this method to query very useful in a range of data, the same, the use of very wide range, in this case through the window to
notnetchecknum
- VisualBasic6.0编写实现的无网络验证码,右侧上部文本框里面的数据就是随机验证码含有的字符-VisualBasic6.0 writing achieve network authentication code, the right side of the upper text box inside data is random verification code containing the characters
xiaozhongnotpad
- 本程序是小钟为源码爱好者网站做的一个记事本,通过这个源码可学到的新知识有: ①控件随窗口大小变化而变化 ②新属性 ③随机动作,运行某命令-This program is a small clock source enthusiast sites do a Notepad, the new knowledge can be learned through this source: ① control varies with the size of the window cha
txtsavefile
- VB无数据库保存参数或数据,可保存为txt 格式,或是ini bat格式等,程序利用了生成文件以及载入文件代码-VB database save parameters or data can be saved as a txt file or ini bat format, the program uses the makefile and load file code
vcnetlistview
- VC.NET使用列表控件的源代码,列表控件用来显示数据,使用非常广泛。这个实例可以帮助你理解列表控件的使用。-VC.NET source code, use the list control list control used to display data, use very extensive. This example can help you understand the use of the list control.
vcnettree
- VC.NET如何使用树形控件,本例以读取磁盘分区和目录为例,向VC++.NET学习者展示树控菜单如何使用,在本程序中,点击树形的节点,会展开二级的目录树,当然还可以继续向下展开,不过方法已经演示给大家了,需要展开多少级就自己动手实现吧-The VC.NET how to use tree controls, and this case, for example, to read the disk partition and directory tree control menu VC++.NE