-
Mobile phones turned on and off ActiveSync synchronization source code, you can...
Mobile手机上开启和关闭ActiveSync同步的源代码,可以动态的查看同步状态,并开启和关闭它-Mobile phones turned on and off ActiveSync synchronization source code, you can view the dynamic synchronization status, and open and close it
- 2022-10-30 20:40:03下载
- 积分:1
-
信息论书。
Information theory book.
An instant classic, covering everything from Shannon s fundamental theorems to the postmodern theory of LDPC codes.
- 2022-01-28 01:27:41下载
- 积分:1
-
一个利用Listctrl控件做在程序.我自己在程序也是在此基础上经过简单修改而成的...
一个利用Listctrl控件做在程序.我自己在程序也是在此基础上经过简单修改而成的-Listctrl use of a control procedure done. I also own procedures on the basis of a simple The revisions
- 2022-02-27 03:04:24下载
- 积分:1
-
项目名称:acotsp
大师级人物写的蚁群算法解决TSP问题,真的挺不错,你可以下下来看看的.- Program s name: acotsp
Ant Colony Optimization algorithms (AS, ACS, EAS, RAS, MMAS, BWAS) for the
symmetric TSP
Copyright (C) 2004 Thomas Stuetzle
This program is free software you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
email: stuetzle no@spam informatik
- 2023-01-14 12:40:03下载
- 积分:1
-
stc单片机量程自动切换直流电压表
采用STC89C52/51单片机作为主控芯片,3又二分之一直流数字电压表,用单片机实现自动量程切换和电压值的串口输出。测试负载的直流电压值:1V-100VDC;测量档位:0-2V, 0-200V, 0-500V。
- 2022-04-20 07:14:02下载
- 积分:1
-
DRM发射和接收端完整仿真,包括编解码,同步(时间同步和频率同步),调制解调,均衡等...
DRM发射和接收端完整仿真,包括编解码,同步(时间同步和频率同步),调制解调,均衡等-DRM-side transmitting and receiving a complete simulation, including the coding and decoding, synchronized (time synchronization and frequency synchronization), modulation and demodulation, balanced, etc.
- 2022-02-01 20:36:14下载
- 积分:1
-
VC++ 与单片机通讯例子,新手自己开发的,见笑了
VC++ 与单片机通讯例子,新手自己开发的,见笑了-VC++ With examples of single-chip communications, and newcomers to develop their own, and a laughing stock of the
- 2023-08-30 10:40:03下载
- 积分:1
-
c#实现车辆监控,实时查询车辆位置信息等
C# WinForm结合.NET完成国家电网车辆派车系统,
实现车辆管理的普通功能,车辆派车(该系统的主要功能),全程流程短信通知及短信审核,实现对移动车务通GPS接口,完全监控车辆动态
希望对大家有帮助哟!
- 2022-09-28 04:30:06下载
- 积分:1
-
VB实现的一个小动画程序编写
用vb实现的动画小程序用visual basic编写-vb achieved with a small animation visual basic procedures used to prepare
- 2022-02-01 01:19:56下载
- 积分: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