-
C#网络爬虫抓取图片示例代码
- 2015-04-28下载
- 积分:1
-
进程创建
说明: 1 程序开发步骤
(1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验);
(3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。
2 补充说明
这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
- 2005-11-04 12:45:13下载
- 积分:1
-
onvif-talk
说明: onvif实现语音对讲,使用live555库,不完整(onvif rtsp talk send)
- 2019-12-04 16:13:52下载
- 积分:1
-
SDIO 协议2.0版本文档 DATESHEET
SDIO V2.0 DATESHEET 协议2.0版本
SD Specifications
Part E1
SDIO Simplified Specification
Version 2.00
February 8, 2007
- 2022-01-26 04:14:53下载
- 积分:1
-
数据库新建加载
SQLDMO.Application SQLServer = new SQLDMO.Application();
SQLDMO.NameList strServerList = SQLServer.ListAvailableSQLServers();
if (strServerList.Count > 0)
{
for (int i = 0; i < strServerList.Count; i++)
{
toolStripTextBox1.Items.Add(strServerList.Item(i + 1));
}
}
&nbs
- 2023-02-05 04:25:03下载
- 积分:1
-
页面置换算法
在地址映射过程中,若在页面中发现所要访问的页面不在内存中,则产生缺页中断。当发生缺页中断时,如果操作系统内存中没有空闲页面,则操作系统必须在内存选择一个页面将其移出内存,以便为即将调入的页面让出空间。而用来选择淘汰哪一页的规则叫做页面置换算法。
- 2022-05-20 15:57:23下载
- 积分:1
-
Micrium
stm32l152代码,调试的4463的程序,实现数据的收发,程序未调试完毕,整理了代码,串口接收数据还有问题。(stm32l152 code, debugging of 4463, and to send and receive data, the program is not debugged, compiled code, serial receive data is problematic.)
- 2016-01-18 20:06:08下载
- 积分:1
-
EX.大气波导测量最终版(传感器)
说明: 基于CC2530的温湿压参数无线测量系统,CC2530作为主控芯片与传感器芯片进行I2C通信获取参数并通过天线发送回接收端,可以无线测量温湿压参数。(Using CC2530 as the main control chip, I2C communication protocol collects sensor data and transmits it back to receiving terminal through antenna to realize wireless measurement of temperature and humidity pressure data.)
- 2020-06-17 09:00:02下载
- 积分:1
-
Picture
图片处理 去噪音,去模糊为了实现较好保留图像边缘特征的有效去噪,提出了一种基于边缘检测的Contourlet 变换去噪方法(Picture Deal)
- 2013-05-28 16:20:28下载
- 积分:1
-
rac
实现网络抓包功能的基本原理与抓包实现方法,是个不错的提示(for sniffer)
- 2010-09-25 09:53:48下载
- 积分:1