-
caculatorv1.1
说明: 基于c语言的简单的实现加减乘除的实现代码(C-based code for addition, subtraction, multiplication and division)
- 2020-02-13 22:31:35下载
- 积分:1
-
DS1302
DS1302单片机c语言和proteus仿真(Program on DS1302 by MCS-51,c and proteus。)
- 2014-02-19 10:36:05下载
- 积分:1
-
Laserscan
基本STC51单片机的PWM双直流电流扫描激光灯,通过控制两电机的不同速度比来实现多种图案的扫描显示。(Basic STC51 MCU PWM double dc current scanning laser, by controlling the different speed ratios of the two motor to realize the scans showed a variety of design.)
- 2013-08-04 21:01:51下载
- 积分:1
-
ClientForm
自己写的一个OPC UA客户端,可用于连接西门子机床,实现读写、订阅的功能。(I write a OPC UA client, which can be used to connect SIEMENS machine tools to realize the function of read, write and subscribe.)
- 2018-03-29 15:21:24下载
- 积分:1
-
C# 创建反射(控制台程序)
C# 创建反射的一个例子,是一个控制台程序,运行时,请先运行cmd命令,打开命令提示符控制台,然后此Debug中的exe文件拖放至cmd窗口中,按下回画键,即可看到创建反射的过程,基于以下代码来实现:
Console.WriteLine ("
Reflection.MemberInfo");
// 取得 Type 和 MemberInfo.
Type MyType =Type.GetType("System.IO.File");
MemberInfo[] Mymemberinfoarray = MyType.GetMembers();
// 取得并显示 DeclaringType 方法
Console.WriteLine("
有 {0} 个成员在 {1} 中.",
Mymemberinfoarray.Length, MyType.FullName);
Console.WriteLine("{0}.", MyType.FullName);
if (MyType.IsPublic)
{
Console.WriteLine("{0} 是共有的(public).", MyType.FullName);
}
- 2022-05-22 18:36:15下载
- 积分:1
-
对图像进行批处理
批量读取多张图片,提取图像ROI,在提取得到的感兴趣区域中对图像进行操作。计算并绘制读入图像的颜色直方图,显示原始图像,ROI图像以及彩色直方图。
- 2022-05-30 03:44:10下载
- 积分:1
-
基于.net的一个短信发送项目,主要是在节假日的时候利用这个平台向亲朋好友发送短信,因为涉及到短信,所以在bin目录下有一个短信代理。...
基于.net的一个短信发送项目,主要是在节假日的时候利用这个平台向亲朋好友发送短信,因为涉及到短信,所以在bin目录下有一个短信代理。-based. Net of an SMS sent to the project, mainly in the holidays when the use of this platform to send a message to friends and relatives, as it relates to SMS, in bin directory is a messaging agent.
- 2022-07-27 21:56:27下载
- 积分:1
-
ccsfir
说明: 一个MATLAB的应用程序,很方便的!使用时需要转换为M文件。(a MATLAB applications, a convenient! Use need to change for the M documents.)
- 2006-03-16 16:35:57下载
- 积分:1
-
vc++bp
神经网络的BP算法,可以帮助识别汉字等其他文字(BP neural network algorithm, can help identify the characters and other text)
- 2008-12-09 19:03:15下载
- 积分:1
-
resiveDlg
c++聊天软件客户端代码,可以实现和双方互相聊天,必须客户端后启动(c++ chat software client code)
- 2013-08-11 19:10:03下载
- 积分:1