-
xml-write
c# .net ,使用XmlDocument,实现xml的写入。(c#. net, using XmlDocument, implement xml writes.)
- 2013-09-28 16:40:21下载
- 积分:1
-
3-UDP
stm32F103和W5500udp例程(Stm32F103 and W5500udp routines)
- 2020-06-22 10:40:02下载
- 积分:1
-
LabviewUSB
说明: 可以通过labview进行USB通讯,凄凄切切群群群群群群群群群(USB communication through LabVIEW)
- 2019-04-14 15:59:16下载
- 积分:1
-
RANSAC
ransac算法的具体实现,里面有实验数据和结果数据。(the implementation of ransac algorithm , there are experimental data and results data.)
- 2021-03-21 22:19:17下载
- 积分:1
-
System
根据本科成绩和加分项排序,取前几名推荐免试研究生(According to the results of this course and the order of adding items, the first few recommended graduate candidates are selected.)
- 2020-06-24 18:00:02下载
- 积分:1
-
GoldPrinterV2.5源码
说明: C#打印控件源码,针对打印控件的处理情况 ,能够实现相关的控件打印(C# Print Control Source, for the processing of print control, can achieve related control printing)
- 2020-06-22 07:40:02下载
- 积分:1
-
HexToInt
说明: 把一个十六进制数,转换成字符串的应用函数。(A hexadecimal number into the application of the string function.)
- 2008-12-06 15:03:18下载
- 积分:1
-
cppmenu
用c++ 类累起来的简单菜单,对于做嵌入式开发的,gui来说,有一定参考价值。(use accrued up a simple menu, so for embedded development, gui, a certain reference value.)
- 2005-06-21 17:34:27下载
- 积分:1
-
注记边长bczj
说明: autocad插件,批量注记多边形边长,一键调整字体高度(Autocad plug-in, batch note polygon edge length, one key to adjust font height)
- 2020-06-24 09:20:01下载
- 积分:1
-
Polynomial
Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent. The term
2x4
has the coefficient 2 and the exponent 4. Develop a complete class containing proper constructor and destructor functions as well as set and get functions. The class should also provide the following overloaded operator capabilities:
Overload the addition operator (+) to add two Polynomials.
Overload the subtraction operator (-) to subtract two Polynomials.
Overload the assignment operator to assign one Polynomial to another.
Overload the multiplication operator (*) to multiply two Polynomials.
Overload the addition assignment operator (+=), subtraction assignment operator (-=), and multiplication assignment operator (*=).
- 2013-05-05 21:59:33下载
- 积分:1