-
LSPlayerSrc.rar,一个播放器的源码,挺不错的功能
LSPlayerSrc.rar,一个播放器的源码,挺不错的功能-LSPlayerSrc.rar, the source of a player, very good features
- 2022-02-03 09:13:09下载
- 积分:1
-
关于进度条的美化,可以显出彩色
关于进度条的美化,可以显出彩色-on the progress of the landscaping, can show color
- 2022-01-22 08:48:39下载
- 积分:1
-
This is a source code written in Visual Basic to Eject/ Inject the CD ROM tray!
This is a source code written in Visual Basic to Eject/ Inject the CD ROM tray!
- 2022-02-15 20:03:43下载
- 积分:1
-
Simple transformation of the number of M
简单的数字进制转化程序,相对WINDOWS自带计算器的优势是可以自动转换整数与小数部分的数值。-Simple transformation of the number of M-ary procedures, the relative advantages WINDOWS own calculator can be automatically converted to an integer and decimal part of the value.
- 2022-01-27 14:49:31下载
- 积分:1
-
农历日期,和指针钟表,透明显示,非常不错的
农历日期,和指针钟表,透明显示,非常不错的-Lunar date, and pointer watches, transparent display, very good
- 2022-03-19 09:15:36下载
- 积分:1
-
This a camera control the vb source for reference if you do not know linked :051...
这是一个摄象机的 vb控制源程序 供各位参考 如有不懂 联系:0516-3634805-This a camera control the vb source for reference if you do not know linked :0516- 3634805
- 2023-01-02 01:30:04下载
- 积分:1
-
这是解调中重要的DDS恢复部分,做成子函数形式,具体的输入输出变量已经表明,请按介绍使用。谢谢站长...
这是解调中重要的DDS恢复部分,做成子函数形式,具体的输入输出变量已经表明,请按介绍使用。谢谢站长-This is the most important part, DDS, causing Functions form specific input and output variables have shown, click on the use. Thank you, Captain! !
- 2022-02-26 11:52:06下载
- 积分:1
-
指纹menutia提取器
Finger print menutia extractor
- 2022-06-13 05:11:25下载
- 积分:1
-
MTALAB牛顿迭代源程序
采用牛顿迭代法对初始值进行不断更新迭代,使其误差在设定范围内。
- 2022-08-21 20:50:19下载
- 积分: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