-
数字图像处理
这是一个关于数字图像处理的简单样例,基于Visual Studio、用C++编写的MFC应用程序
- 2022-07-07 10:18:42下载
- 积分:1
-
这是关于CSharp.net与Remoting三层式开发指导书籍,
这是关于CSharp.net与Remoting三层式开发指导书籍,-This is about three-CSharp.net with the Remoting guide the development of books,
- 2022-12-16 02:35:03下载
- 积分:1
-
汉字输入,请参考相互学习。我希望在有限公司
汉字输入,请大家相互参考学习。并且希望在以后的时间里能与大家共同进步-Chinese character input, please reference mutual learning. And I hope that in coming years we can progress together
- 2022-08-08 07:26:44下载
- 积分:1
-
HessianCSharp
.NET版的hessian通讯协议,已改进实现BURLAP协议,实现SOAP+JSON,支持对像传递;比WEBSERVICE快,比HTTP安全;可直接与JAVA版BURLAP服务进行交互(NET version of the the hessian communication protocols, has been improved to achieve BURLAP agreement achieve SOAP+JSON, support of like passing faster than WEBSERVICE, than HTTP safety interact directly with the JAVA version BURLAP service)
- 2020-07-09 15:58:55下载
- 积分:1
-
50C# 000 source code, absolute classics, and various examples, I will take you f...
50C#个源代码,绝对经典,各种例子,带你从入门到精通,还可以找到你想要的例子.-50C# 000 source code, absolute classics, and various examples, I will take you from entry to the proficient, we can also find you want examples.
- 2022-05-22 02:52:26下载
- 积分:1
-
基于数字图像处理的图像特征提取
基于数字图像处理的图像特征提取 。根据模糊集理论, 算出每个特征的权重 , 选择同一类具有一致的特征而不同类的特征相差比较大的特征作为结果 可以进行图像的识别
- 2022-02-13 18:03:52下载
- 积分:1
-
SplitContainerExDemo
C#做的可收缩的panel,设置大小,自动缩放。
(C# to do the retractable panel, set the size, automatic scaling.)
- 2011-09-14 14:22:28下载
- 积分:1
-
Txt secretly watch a novel C# Applet source code
一个可以偷偷看txt小说的C#小程序的源代码-Txt secretly watch a novel C# Applet source code
- 2022-03-17 18:47:47下载
- 积分:1
-
51单片机mpu6050驱动程序
该程序用于stc51单片机模拟I2c驱动mpu6050传感器,通过串口发送,可以通过电脑用串口接受,功能: 显示加速度计和陀螺仪的10位原始数据,// GY-52 MPU3050 IIC测试程序
// 使用单片机STC89C51
// 晶振:11.0592M
// 显示:LCD1602
// 编译环境 Keil uVision2
// 参考宏晶网站24c04通信程序
- 2023-08-13 01:45:03下载
- 积分:1
-
51温度
#include "type.h"
#define ZN 1 //智能
#define SD 0 //手动
#define ZD 16 //最低温度就关掉风扇
#define DW 24 //低温
#define GW 30 //高温
//-------------------------主函数---------------------------------------//
void main()
{
while(1)
{
ReadTemperature(); //18b温度
wenduxianshi(); //显示
//GongNeng(); //按键
}
}
- 2022-07-14 20:15:41下载
- 积分:1