-
自已开的一个小的通讯录, 初学者的作品,,高手就不用看了 不好意思...
自已开的一个小的通讯录, 初学者的作品,,高手就不用看了 不好意思-own open a small correspondence, beginners work, and do not need to master reading sorry, as long as
- 2022-07-01 08:30:33下载
- 积分:1
-
Microsoft's video compression source code Bluetooth
微软的视频压缩源代码MPG4-Microsoft"s video compression source code Bluetooth
- 2022-12-31 12:20:03下载
- 积分:1
-
字幕的滚动,利用VB语言来编写的新一种功能
字幕的滚动,利用VB语言来编写的新一种功能-scrolling of subtitles, a new function implemented in vb. And so on
- 2022-07-13 01:00:49下载
- 积分:1
-
时间转换成音档读出来,要自己做基本的音档,在程序的目录下,建个waves目录,这个是d...
时间转换成音档读出来,要自己做基本的音档,在程序的目录下,建个waves目录,这个是d-time for a change in the sound file as read out, it has to do basic sound file, in the process of the directory, build a directory waves, this is a d
- 2023-03-31 23:25:04下载
- 积分:1
-
eBuy商店jsp源代码
完整代码,网上书店,值得初学者学习。
- 2023-03-26 04:15:03下载
- 积分:1
-
这是STLport 5.2.1最新版,动态库的编译方式已经改变,不懂的到网上查找。...
这是STLport 5.2.1最新版,动态库的编译方式已经改变,不懂的到网上查找。-This is the latest version of STLport 5.2.1, dynamic libraries compiled method has been changed, do not understand the web to find.
- 2023-07-21 15:25:04下载
- 积分:1
-
vs2008+ boost an example, boost most of the code can be used directly, no need t...
vs2008+boost的一个例子,boost中的大部分代码可以直接使用,并不需要编译-vs2008+ boost an example, boost most of the code can be used directly, no need to compile
- 2022-08-14 19:48:38下载
- 积分:1
-
这个程序是用于建筑和写
This program was written for the construction and
studies of different graphs of trigonometric functions.
Эта программа написана для построения и
исследования графиков различных тригонометрических функций .
- 2022-08-18 09:20:53下载
- 积分:1
-
解压后的文件夹,包含了常用的矩阵运算,C++语言…
解压后的文件夹中包含矩阵常见运算的c++语言实现算法,具体见减压文件夹中-After extracting the folder that contains common matrix operations c++ Language algorithms, see decompression specific folder
- 2023-02-17 02:05: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