-
Delphi2005 + C #精彩编程实例源代码集锦7章ADO…
delphi2005+C#精彩编程实例集锦源代码第7章 ADO.NET数据访问编程实例实例178 如何将记录转换成Excel文件-delphi2005+ C# exciting programming source code examples allehanda Chapter 7 ADO.NET data access programming examples 178 examples of how to record into Excel file
- 2022-03-20 16:02:22下载
- 积分:1
-
profibus
从事Profibus的开发人员可以利用改源代码理解profibus协议。添加除通讯以外的代码,很快可以开发出自己的智能节点(engaged in the development staff can use the source code to understand change Profibus agreement. Add except communications code, we will soon be able to develop their own intelligent nodes)
- 2021-05-14 00:30:02下载
- 积分:1
-
MfengjiiA
MATLAB风力发电机模型。。小电机模型,可以进行相关修改
(MATLAB wind turbine model. . Small motor model can modify the)
- 2012-07-19 19:50:10下载
- 积分:1
-
C# 确定字符串末尾是否匹配指定子串
C# 确定字符串末尾是否匹配指定子串,本字符串查询实例具体到只匹配字符串开头和结尾是否有指定的字符串,下面是具体的查询代码编写方法:
private void button1_Click(object sender, EventArgs e)
{//确定字符串开头是否匹配指定子串
string MyFullInfo = "中华人民共和国";
string MyPartInfo="中华";
if(MyFullInfo.StartsWith(MyPartInfo))
MessageBox.Show(MyFullInfo + " 的开头是 " + MyPartInfo, "信息提示", MessageBoxButtons.OK);
else
MessageBox.Show(MyFullInfo + " 的开头不是 " + MyPartInfo, "信息提示", MessageBoxButtons.OK);
}
private void button2_Click(object sender, EventArgs e)
{//确定字符串末尾是否匹配指定子串
string MyFullInfo = "中华人民共和国";
string MyPartInfo = "共和国";
if (MyFullInfo.EndsWith(MyPartInfo))
MessageBox.Show(MyFullInfo + " 的末尾是 " + MyPartInfo, "信息提示", MessageBoxButtons.OK);
else
MessageBox.Show(MyFullInfo + " 的末尾不是 " + MyPartInfo, "信息提示", MessageBoxButtons.OK);
}
- 2022-02-09 23:32:04下载
- 积分:1
-
OpenGL_Radar_demo
雷达仿真软件,下载下来在vs中可直接编译运行(Radar simulation can be directly compiled to run)
- 2014-05-16 17:59:41下载
- 积分:1
-
HelloWorldMFC
按照指定格式编写ini文件后,手动加载ini文件中的WinCE驱动,并有Read、Write、Unload接口以方便调试(Specify ini file, manually load WinCE driver)
- 2013-08-29 13:01:50下载
- 积分:1
-
Zgda2
说明: 随着业务的不断发展,公司员工的不断增加,职工档案及工资的管理已经成为公司管理中的重要部分,传统的管理制度已经不能有效地管理员工的情况。本系统是为了方便职工档案的管理而开发的基于Visual C++的数据库应用软件。(With the continuous development of business, the continuous increase of employees, the management of employees' archives and wages has become an important part of the management of the company. The traditional management system can not effectively manage the situation of the employees. This system is a database application software developed on the basis of Visual C++ for the convenience of staff files management.)
- 2018-04-28 10:49:37下载
- 积分:1
-
FBMC滤波器组系统及其波形仿真
fbmc,移位的滤波器组多载波,是5G主要的新波形之一,用于抑制带外泄露。本代码用于FBMC滤波器组系统及其波形仿真
- 2022-07-26 01:05:08下载
- 积分:1
-
ChildFrm
The first scheme is based on the spatial locality of feature vectors corresponding
to similar images. Learning is effected by modifying the query vector to incorporate the
positive examples. The second scheme is based on “distorting” our view of the feature space. An
new similarity distance between an image and the query is learned from the relevance feedback.
- 2009-11-23 06:51:13下载
- 积分:1
-
一元多项式加减程序 C
这是基在C下的数据结构算法
一元多项式加减程序 C
这是基在C下的数据结构算法-one yuan polynomial modified C-This is the C-based data structure algorithm
- 2022-02-12 12:06:11下载
- 积分:1