-
11
说明: GPS数据采集VC++ 编译后即可使用,串口接收,学习GPS的好资料(GPS data collection after the VC++ compiler can be used, serial receiver, learning good information on GPS)
- 2009-09-18 14:08:12下载
- 积分:1
-
C# Program development paradigm Baodian Book CD
C#程序开发范例宝典 图书光盘附带源码 第八章-C# Program development paradigm Baodian Book CD-ROM attached to Chapter VIII of the source
- 2022-09-20 03:50:03下载
- 积分:1
-
struct
说明: 本程序用作pid控制,不过基于AVR硬件乘除法,移植性不高,本人是作者。(the procedures for pid control, but based on the hardware AVR calculation method, transplantation is not high, is the author.)
- 2006-02-09 01:59:59下载
- 积分:1
-
yanghui
利用C++实现的对杨辉三角形的模拟,可以在界面上打出杨辉三角形的内容。
(Achieved by C++ analog Triangle, Triangle content can be played on the interface.)
- 2012-06-02 14:49:27下载
- 积分:1
-
76545576
自定义风格的SegmentedControl,IOS编程学习源码,很好的参考资料。(A custom style SegmentedControl, learning IOS programming source code, a good reference.)
- 2013-12-05 09:13:30下载
- 积分:1
-
C_examples
关于嵌入式学习的一些C例程,适合入门学习(Some C routines for embedded learning are suitable for introductory learning)
- 2020-06-21 16:40:01下载
- 积分:1
-
Embedded_Systems_Building_Blocks
This is a very good book on embedded system fundamentals. It is an ideal starting point for beginners.
- 2011-01-05 12:17:15下载
- 积分:1
-
radius 类
使用C#写的Radius客户端类,可以直接使用,也可以用作学习和研究。使用C#写的Radius客户端类,可以直接使用,也可以用作学习和研究。
- 2022-04-09 22:34:33下载
- 积分:1
-
fangzhen
隔离型DC-DC变换器降压仿真模型.使用了全桥结构,并移相控制算法实现,适用于大功率及对电气隔离有要求的电压变换系统. [boost.zip] - boost升压电路 matlab调试成功输出曲(Altar Simulink physics modeling board posted post: isolated two-way full bridge DCDC Resonant Converter... My simulation has been possible, the transformer has some problems, PWM correct phase shift generator, I have)
- 2017-07-08 16:12:55下载
- 积分:1
-
用C#操作xml
xmlFilePath = textBox2.Text
FileStream fs = new FileStream(filePa...
用C#操作xml
xmlFilePath = textBox2.Text
FileStream fs = new FileStream(filePath ,FileMode.Open)
BinaryReader binreader = new BinaryReader(fs )
//XmlTextReader xmlreader = new XmlTextReader()
XmlTextWriter xmlreader = new XmlTextWriter(xmlFilePath+"IMAGEENCODING.xml" ,System .Text .Encoding .UTF8 ) -With C# Operation xmlxmlFilePath = textBox2.Text FileStream fs = new FileStream (filePath, FileMode.Open) BinaryReader binreader = new BinaryReader (fs)// XmlTextReader xmlreader = new XmlTextReader () XmlTextWriter xmlreader = new XmlTextWriter (xmlFilePath+
- 2022-02-13 10:07:47下载
- 积分:1