-
图像合成
基于vc6.0 的图像合成,图像经过去燥,二值化、灰度处理后,进行图像合成算法的编程,有益于大家的编程参考
- 2023-02-13 01:00:05下载
- 积分:1
-
复旦读卡芯片FM1702
FM1702复旦读卡芯片,FM1702复旦读卡芯片,FM1702复旦读卡芯片,FM1702复旦读卡芯片,FM1702复旦读卡芯片,
- 2022-05-14 02:05:59下载
- 积分:1
-
Windows-dll(Lib)
VC平台下使用VC++语言编程调用Lib库文件以及Dll文件的调用,代码比较简单,另有文字备注说明(VC LIB DLL)
- 2011-12-29 16:28:39下载
- 积分:1
-
BK4802N数据手册V1.0
说明: BK4802N 是一个专为玩具对讲/玩具遥控设
计的半双工模式的射频收发芯片,采用高
度集成化的 CMOS工艺,支持 FM调制/解。射频专用IC,功能强大。(RF dedicated IC, powerful.)
- 2021-02-24 17:19:39下载
- 积分:1
-
browse the fdb files
help us to browse the fdb files!!!!!!!!!!!!!!!!!!!
- 2022-02-02 02:48:42下载
- 积分:1
-
C语言出错信息速查
C语言出错信息速查,快速、方便找寻程序中的错误原因。(C language error information quick check, fast and convenient to find the cause of errors in the program.)
- 2020-06-21 15:20:01下载
- 积分:1
-
C# 在LINQ to XML中将XML文件转换为CSV文件的例子源码
C# 在LINQ to XML中将XML文件转换为CSV文件的例子源码,转换的结果请参考如图所示:
private void button1_Click(object sender, EventArgs e)
{//在LINQ to XML中将XML文件转换为CSV文件
TextReader MyReader = new StringReader(this.textBox1.Text);
XElement MyCustomers= XElement.Load(MyReader);
MyReader.Close();
string MyInfo =
(from MyElement in MyCustomers.Elements("客户")
select
String.Format("{0},{1},{2},{3},{4}",
(string)MyElement.Element("客户ID"),
(string)MyElement.Element("公司名称"),
(string)MyElement.Element("城市") + (string)MyElement.Element("地址"),
(string)MyElement.Element("联系人姓名"),
Environment.NewLine
)
).Take(10).Aggregate(new StringBuilder(),(MySubString, MyString)=>MySubString.Append(MyString),MySubString=>MySubString.ToString());
MessageBox.Show(MyInfo, "信息提示");
}
- 2023-04-08 15:00:04下载
- 积分:1
-
Analog-satellite-rotation-and-Earth
模拟卫星旋转和地球自转,用openGL库在VC6.0下绘制地球模型,卫星模型,并实现卫星绕地球旋转和地球自转。(Analog satellite rotation and Earth' s rotation, with the openGL library is drawn in VC6.0 Earth model, the satellite model, and to achieve satellites orbiting the Earth rotation and Earth' s rotation.)
- 2011-07-05 12:12:46下载
- 积分:1
-
TRDP主站软件
TRDP主站软件使用说明书。TRDP主站软件使用说明书。TRDP主站软件使用说明书。TRDP主站软件使用说明书。TRDP主站软件使用说明书。TRDP主站软件使用说明书。TRDP主站软件使用说明书。TRDP主站软件使用说明书。TRDP主站软件使用说明书。TRDP主站软件使用说明书。
- 2023-04-11 06:00:04下载
- 积分:1
-
HS
说明: 利用C51单片机和TLC5615生成正弦波(Use of a the C51 microcontroller and TLC5615 generate sine wave)
- 2012-12-10 13:58:26下载
- 积分:1