-
example c# program wich demonstrate using multi
example c# program wich demonstrate using multi-layered architecture
- 2023-09-01 18:55:04下载
- 积分:1
-
一个儿童时期玩的小游戏,用VB编写的,主要说明 了一些走棋算法....
一个儿童时期玩的小游戏,用VB编写的,主要说明 了一些走棋算法.-a childhood playing small games, prepared by the VB, mainly to explain away some of the chess algorithm.
- 2022-10-14 08:20:02下载
- 积分:1
-
关于SVM的一些相关程序,个人觉得很好
关于SVM的一些相关程序,个人觉得很好-SVM on the relevant procedures, personal feel very good
- 2023-06-23 20:05:05下载
- 积分:1
-
这的VB6代码的AdHoc网络的实现,
This the VB6 code for adhoc network implementation,-This is the VB6 code for adhoc network implementation,
- 2022-02-21 03:44:10下载
- 积分:1
-
实现了多普达手机的拍照功能,并将得到的BMP图片转换为jpg格式。...
实现了多普达手机的拍照功能,并将得到的BMP图片转换为jpg格式。-It s a prpgram which is used in PDA of dopod.It convert the image of bmp to jpg.
- 2023-05-07 15:10:02下载
- 积分:1
-
系统汇编与性能的提高
系统汇编与性能的提高-compilation and system performance enhancement
- 2023-06-19 05:05:04下载
- 积分:1
-
可以实现软件注册期限,如果软件到期则程序无法正常运行.
可以实现软件注册期限,如果软件到期则程序无法正常运行.-Registration deadline for the software can be achieved, if the software process maturity is not normal operation.
- 2022-07-13 18:32:46下载
- 积分:1
-
获取网页源代码的三种方法,并将其保存到文件中
应用背景在这组片段,我现在给你的三个方法,下载并保存到一个文件中的一个网页的源代码,有兴趣。第一个使用WebClient类和第三个使用WebRequest。它们都是系统的一部分,净名称空间。你应该注意通过HttpWebRequest获取源被认为是一种过时的做法。关键技术让我们先从几个使用语句开始:利用系统;使用System.IO;使用system.windows.forms;注:由于我们使用的控制台应用程序,在这个例子中,请注意system.windows.forms命名空间是不包括在新项目自动所以你要增加它的引用(解决方案资源管理器- & gt;引用& gt;(右击)添加引用比下。净标签找到命名空间)。不包括下面的代码在main()功能:和公司;及;及;及;及;及;及;及;及;及;及;及;及;及;及;及;及;及;及;及;及;及;及;及;及;及;及;及;及;及使用(WebClient客户端=新webclient()){客户端下载文件。(“HTTP:/ / www.google。COM”,application.startuppath + @“LOG1。txt”);}/ /方法2字符串源=新webclient()。downloadstring(“HTTP:/ / www.google。COM”);StreamWriter SW =新StreamWriter(application.startuppath + @“log2。txt”,真的);软件:写(来源);申银万国();/ /方法3 -过时WebRequest req = HttpWebRequest。创造(“HTTP:/ / www.google。COM”);方法=“得到”的要求;串供应链;(读者使用StreamReader =新的StreamReader(REQ。getresponse()。getresponsestream())){readtoend() SC =读者;}将作家=新StreamWriter(application.startuppath + @“log3。txt”,真的);作者:写(源);作家();此代码将创建包含源代码的三个文本文件(在我们的情况下,谷歌的索引页)。你可以在同一个目录中找到这些文件作为可执行文
- 2023-06-27 01:35:05下载
- 积分:1
-
With VC++ The MFC with the Office of the Excel combination. Log file read, such...
用VC++的MFC与Office的Excel相结合,实现.log文件的读取,信息提取与分析等操作,是原创的,希望有用。-With VC++ The MFC with the Office of the Excel combination. Log file read, such as information extraction and analysis of operation, is the original, and I hope useful.
- 2022-04-24 23:44:25下载
- 积分:1
-
VFP代码录入小程序,小例子,大家看看,可能会有帮助,好了
VFP代码录入小程序,小例子,大家看看,可能会有帮助,好了-VFP code entry procedures for small, small examples, we see that may be helpful, a good
- 2022-10-11 21:00:03下载
- 积分:1