-
phone icon move
test application
phone icon move
test application-phone icon move test application
- 2022-03-25 03:03:58下载
- 积分:1
-
C++ coding standards
C++ coding standards
- 2022-01-26 05:41:49下载
- 积分:1
-
这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GP...
这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GPSLIB 库的源代码和 Demo 程序。很多文件中都有详细的注释说明。为了保证可下载文件的体积尽量的小,压缩文件中不含任何二进制文件。请使用Visual C++ 5 以上的版本编译并生成 DLLs、控制面板程序和可执行文件。
-This is a simple software development kit (SDK), you can take advantage of this GPSLIB in their own 32-bit Windows applications to join the Global Positioning System support. Source code compressed file contains GPSLIB library source code and Demo program. Many documents have detailed notes. Downloadable file in order to guarantee as much as possible the size of the small, compressed file does not contain any binary files. Please use the Visual C++ 5 or later to compile and generate DLLs, Control Panel procedures and executable file.
- 2022-04-29 13:50:54下载
- 积分:1
-
Matrox MIL视频采集程序
用32位MIL库实现单帧采集和视频连续采集,已调试通过
- 2022-05-27 10:48:26下载
- 积分:1
-
这是一个用vc++编写的绘图小程序,包括绘图的一些主要操作,适用作参考...
这是一个用vc++编写的绘图小程序,包括绘图的一些主要操作,适用作参考-vc with small drawings prepared by the procedures, including drawing some of the major operations, the application for reference
- 2022-09-26 08:05:03下载
- 积分:1
-
WndTabs是一款Visual Studio的IDE扩展工具,能极大的方便使用Visual Studio来开发的程序员。...
WndTabs是一款Visual Studio的IDE扩展工具,能极大的方便使用Visual Studio来开发的程序员。-WndTabs is a Visual Studio IDE expansion tools, can greatly facilitate the use of Visual Studio programmers to develop.
- 2022-02-26 07:02:50下载
- 积分:1
-
customizing buttons to round button
customizing buttons to round button
- 2022-04-28 15:38:36下载
- 积分: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
-
用c语言写的简单的猜数游戏,供大家参考参考
用c语言写的简单的猜数游戏,供大家参考参考-language used to write a simple guess a few games, for your information.
- 2022-01-26 00:29:29下载
- 积分:1
-
Pratical Visual C++6.0 chapter examples
实用Visual C++6.0教程各章节(第三章)的源代码,很好地帮助初学者熟悉VC开发平台。-Pratical Visual C++6.0 chapter examples
- 2022-02-01 19:02:44下载
- 积分:1