-
C# 获取Windows下Wifi列表、状态
资源描述C#根据WindowsAPI 获取当前电脑的Wifi状态,Wifi列表,以及信号强弱,加密算法等信息
- 2022-03-01 09:28:52下载
- 积分:1
-
I saw the full screen caption bar that came on top. The FullScreenHeader is a lo...
I saw the full screen caption bar that came on top. The FullScreenHeader is a look alike of that caption, it is made in Win32 and I ve tried to make it somehow custom. This is my first Win32 app ever released, and there may be errors on it. Please point out any errors done!
- 2023-07-11 01:10:03下载
- 积分:1
-
一个利用TCP/IP实现Chat功能的程序
一个利用TCP/IP实现Chat功能的程序 -The use of a TCP/IP functionality to achieve Chat programs
- 2022-02-05 00:04:31下载
- 积分:1
-
用C语言编写的中值滤波的程序,其中的排序用的是快速排序法。...
用C语言编写的中值滤波的程序,其中的排序用的是快速排序法。-Using C language median filtering process, which is used to sort the quick sort method.
- 2022-02-11 22:48:40下载
- 积分:1
-
Microsoft's video compression source code Bluetooth
微软的视频压缩源代码MPG4-Microsoft"s video compression source code Bluetooth
- 2022-12-31 12:20:03下载
- 积分: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
-
圆孔的夫琅和费衍射,以动画的形式表现出圆孔衍射的过程及最后的图样...
圆孔的夫琅和费衍射,以动画的形式表现出圆孔衍射的过程及最后的图样-Round hole of Fraunhofer diffraction to the form of animation to show the process of circular aperture diffraction and the final drawings
- 2022-10-18 06:40:02下载
- 积分:1
-
这个评分系统,用到了C++的 STL库,所以代码很少,只有30行左右就实现了全部功能,很有趣,不妨...
这个评分系统,用到了C++的 STL库,所以代码很少,只有30行左右就实现了全部功能,很有趣,不妨-Because of STL libary of C++ used in this grade system,it has little code.The system carries out all the function with just 30 rows code.It s very interesting,you d better have a look.
- 2022-11-26 07:40:04下载
- 积分:1
-
关于c语言的一些文章,对于新手老手都有参考价值,我是受益匪浅啊...
关于c语言的一些文章,对于新手老手都有参考价值,我是受益匪浅啊-language on the article, veteran newcomers have reference value, I benefited ah
- 2022-02-10 17:17:27下载
- 积分:1
-
这是登陆小程序的时候,用户登陆的主要功能,…
这是linux登陆时候的一小程序,主要功能实现了用户登陆时,只能执行我们定义的一些命令.其他对用户不可见.-This is the time of landing a small program, the main function of user landing, they can only enforce our definition of order. Other users can see.
- 2022-07-25 18:31:24下载
- 积分:1