-
aboutmatlab
一本很有用的书,数字信号处理及其Matlab实现(A very useful book, digital signal processing and Matlab implementation)
- 2009-09-05 14:05:23下载
- 积分:1
-
C# OpenRead获取网站源代码,并保存到TXT文件Stream流中
C#获取网页源代码,并将其保存为TXT文件,这里应用了OpenRead和Stream流方法,具体的实现,请参见以下代码:
richTextBox1.Text = string.Empty;
WebClient wclient = new WebClient();//实例化WebClient类对象
wclient.BaseAddress = textBox1.Text;//设置WebClient的基URI
wclient.Encoding = Encoding.UTF8;//指定下载字符串的编码方式
//为WebClient类对象添加标头
wclient.Headers.Add("Content-Type", "application/x-www-form-urlencoded");
//使用OpenRead方法获取指定网站的数据,并保存到Stream流中
Stream stream = wclient.OpenRead(textBox1.Text);
//使用流Stream声明一个流读取变量sreader
StreamReader sreader = new StreamReader(stream);
string str = string.Empty;//声明一个变量,用来保存一行从WebCliecnt下载的数据
//循环读取从指定网站获得的数据
while ((str = sreader.ReadLine()) != null)
{
richTextBox1.Text += str + "
";
}
//调用WebClient对象的DownloadFile方法将指定网站的内容保存到文件中
wclient.DownloadFile(textBox1.Text, DateTime.Now.ToFileTime() + ".txt");
MessageBox.Show("保存到文件成功");
- 2022-02-02 08:55:49下载
- 积分:1
-
FreeRTOSV5.2.0
FreeRTOS is a portable, open source, mini Real Time Kernel - a free to download and royalty free RTOS that can be used in commercial applications. (FreeRTOS is a portable, open source, mini Real Time Kernel- a free to download and royalty free RTOS that can be used in commercial applications. )
- 2009-03-23 03:44:21下载
- 积分:1
-
STM32_ucgui
μC/GUI 是一种用于嵌入式应用的图形支持软件。它被设计用于为任何使用一个图形LCD
的应用提供一个有效的不依赖于处理器和LCD 控制器的图形用户接口。它能工作于单任务或
多任务的系统环境下。μC/GUI 适用于使用任何LCD 控制和CPU 的任何尺寸的物理和虚拟显示。
它的设计是模块化的,由在不同的模块中的不同的层组成。一个层,称作LCD 驱动程序,包
含了对LCD 的全部访问。μC/GUI 适用于所有的CPU,因为它100 由的ANSI 的C 语言编写的。(μC/GUI is a graphical support software for embedded applications. It is designed to provide an effective does not rely on a graphical user interface of the processor and an LCD controller of any use of the application of a graphic LCD. The system can work on a single task or multiple tasks environment. μC/GUI for any LCD controller and CPU of any size physical and virtual display. Its design is modular, composed of different layers in different modules. A layer, called the LCD driver, including full access to the LCD. μC/GUI applies to all of the CPU, because it is 100 written in ANSI C language.)
- 2012-11-28 10:00:03下载
- 积分:1
-
KEY_TEST
用C语言对LED灯进行测试 通过实际按下键盘进行测试笔(the test of LED with C language and the keyboard is a necessity
)
- 2011-11-30 19:32:38下载
- 积分:1
-
ISO 15031
说明: ISO15031诊断说明 适用于测试以及研发人员(ISO15031 Diagnostic Instructions for Testing and R&D Personnel)
- 2019-01-07 18:54:09下载
- 积分:1
-
上帝之眼全自动智能交易EA
这个ea应该都听说过吧,卖的挺贵的,mt5平台的。(This EA should have heard about it. It sells very expensive, MT5 platform.)
- 2020-06-16 23:40:01下载
- 积分:1
-
TS和PS流处理
非常小巧的TS和PS流处理,含流的打包和解析。
- 2022-01-31 03:07:17下载
- 积分:1
-
使用PC作为双串口中继器 用于开发板与模块间串口通信监视等~...
使用PC作为双串口中继器 用于开发板与模块间串口通信监视等~-The use of PC as a dual-serial port repeater panels and modules for the development of serial communication between monitor and so on ~
- 2022-12-13 08:15:03下载
- 积分:1
-
at24c02 ——51 uart
at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程序at24c02读写程
- 2023-04-30 06:35:02下载
- 积分:1