-
CuraEngine-master
3D打印源码,引擎源码,包括头文件和库文件(3D print source code)
- 2020-11-05 15:29:50下载
- 积分:1
-
siegate
For compliance with international standards COMTRADE data format conversion, COMTRADE power system automation is commonly used data formats.
- 2016-06-27 13:36:53下载
- 积分:1
-
C.Sharp.2.0.Practical.Guide.For.Programmers
说明: Creating.Custom.Net.Controls.With.C.Sharp
- 2019-01-24 03:05:48下载
- 积分:1
-
ALIENTEK-MINISTM32-Liushuideng
基于STM32的流水灯程序,STM32的入门程序!(STM32 of light water program)
- 2014-08-12 17:20:50下载
- 积分:1
-
指纹识别源代码03
这一个指纹识别的源代码程序,相当有收藏价值(that a fingerprint identification of the source code procedures and very collectible value)
- 2005-07-05 16:16:28下载
- 积分:1
-
rtsp client 实现了简单的RTSP的客户端命令 附完整项目源码
实现了简单的RTSP的客户端命令功能。可以连接darwin服务器,并进行交互。实现了Options,Describ,Setup,Play,teardown命令。
- 2013-05-23下载
- 积分:1
-
电脑单串口模拟多串口,同步异步实现
比如个人PC只有一个串口,这个工具可理论上可以模拟N个串口,串口只能是串行数据发送接收,所以是模拟,不会实现真正的多串口并发。速度够快的话可以认为是多串口并发。
- 2022-01-26 05:05:53下载
- 积分: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
-
guass_cpp
用visual c++实现的高斯投影的变换程序(With visual c++ to achieve the transformation of the Gaussian projection procedures)
- 2009-04-28 18:16:07下载
- 积分:1
-
ht66f0185-1
小家电常用芯片HT66F0185的UART 使用例子,已在产品使用(Small appliances commonly use UART chip HT66F0185 of example, has been used in products)
- 2020-10-09 16:27:34下载
- 积分:1