-
爬虫
利用网站爬虫 抓取网络数据 这个是我在学习过程中用到的一个方法(Using Web Crawler to Grab Network Data)
- 2020-06-19 21:00:01下载
- 积分:1
-
fileOperate
这个例子主要是vb.net对excel表格进行读操作和写操作,读操作的代码有点问题,请将代码 xlBook.Close()
xlApp = Nothing 交还控制给Excel
xlBook = Nothing
xlSheet = Nothing
更改为
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing(This example mainly describes vb.net operates excel spreadsheet for reading and writing,writing codes have some errors
please change
xlBook.Close()
xlApp = Nothing
xlBook = Nothing
xlSheet = Nothing
into
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing)
- 2015-04-22 15:09:56下载
- 积分:1
-
ahp
说明: 用于风险评估过程中指标权重的设置,可以实现定性指标的定量化处理,以及定量指标的无量纲处理。(Risk assessment process for the index weight set, you can realize the quantification of qualitative indicators to deal with, as well as quantitative indicators of the non-dimensional treatment.)
- 2008-08-31 11:15:03下载
- 积分:1
-
myasp
绝对的基础,绝对的全面,html的基础示例,不下你会后悔的哦(The basis of the absolute, absolute comprehensive, html basic example, less than you will regret it, oh)
- 2012-05-10 10:29:06下载
- 积分:1
-
.net 选课系统
说明: 选课系统实现学生多门选课,退选,管理员课程添加,学生、老师数据导入,选课数据导出等选课常用的功能。(The course selection system implements the functions commonly used in course selection, such as multiple course selection, withdrawal, administrator course addition, student and teacher data import, and course data export.)
- 2020-04-15 08:16:01下载
- 积分:1
-
(ebook)-ASP
In early 1996 Microsoft had a fi rst stab at improving the situation by
including the Internet Server Application Programming Interface (ISAPI) tech-
nology as part of Internet Information Server. ISAPI is an extension to the
Windows Win32 API. It was developed as a way to create Web server software
that interacts with the inner workings of Internet Information Server, bringing
what was claimed to be a fi ve-fold increase in performance.As you can well
imagine from this description, as well as the immediate performance increase, it
also had a side effect of increasing the complexity of the development for the
programmer. It wasn’t for the faint hearted, and it takes some serious hardcore
programming knowledge to do ISAPI applications right.As well as ISAPI,
- 2013-11-05 07:48:24下载
- 积分:1
-
cwllgenerate
网上招标系统的基本设置如:注册,登陆等 界面的设置()
- 2018-02-07 20:47:50下载
- 积分:1
-
1Club
asp.net编写的club网站系统,包含各个界面的源代码和数据库.(prepared by the club website, contains all the source code for the interface and database.)
- 2007-01-31 12:48:17下载
- 积分:1
-
ASP.NET学生成绩信息管理系统(源码+论文)
说明: 成绩管理系统,有添加课程/成绩/查询等功能(由于时间有点久了记不清有什么功能了,如需特定功能私聊)(Grade management system, add courses / grades / query and other functions (due to the time is a little long, I can't remember what functions, if you need specific functions for private chat))
- 2020-07-23 23:28:25下载
- 积分:1
-
44
这是一个可以直接运行的VB.net游戏程序,是有本人编写,并经过多次调试修改,最终达到比较理想的效果。程序的健壮性较好,代码可读性较强。可以最为学习的有效案例,也可以作为一个开发的基础进行进一步的开发只用。如果有什么不妥之处希望批评指正。 (-This procedure is a face recognition system, which is VC++ And compile opencv under the circumstances of success, although perhaps this site has a similar code. However, this code is in another site to search)
- 2013-11-28 09:23:57下载
- 积分:1