-
状态模式-工作状态01
说明: MetroFramework for windows forms
- 2020-06-24 07:20:02下载
- 积分:1
-
STM32F103C8T6_Template
stm32f103c8t6模板,基于ST固件库3.5,包含常用基本配置(Stm32f103c8t6 template, based on ST firmware library 3.5, contains common basic configuration)
- 2020-06-18 03:00:02下载
- 积分:1
-
hw
说明: 输出字段,利用C语言在dos窗口输出文本(output words,we can print words by dos window.)
- 2019-04-14 17:59:40下载
- 积分:1
-
ht
说明: C#画图,画线,画圆,橡皮擦
C#画图,画线,画圆,橡皮擦(C#画图)
- 2010-04-30 14:46:29下载
- 积分:1
-
emd
经验模态分解分析噪声信号,带源码,初学者可参考(Empirical mode decomposition analysis of noise signal, with source code, beginners can reference)
- 2012-04-26 13:01:46下载
- 积分:1
-
zhongguoxiangqiCPP
c语言版本中国象棋,完美实现经典象棋的c语言程序源代码。(c language version of Chinese chess, the perfect realization of the classic chess c language program source code.)
- 2013-09-29 16:14:03下载
- 积分:1
-
opencv打开USB摄像头
#include
#include
#include
#include
using namespace cv;
int main()
{
VideoCapture capture(1);
//namedWindow("a", CV_WINDOW_NORMAL);
//setWindowProperty("a", CV_WND_PROP_FULLSCREEN);
//capture.set(CV_CAP_PROP_FRAME_WIDTH, 1920.0);
//capture.set(CV_CAP_PROP_FRAME_HEIGHT, 1920.0);
while (1)
{
Mat frame;
capture >> frame;
imshow("a", frame);
waitKey(30);
}
return 0;
}
- 2023-05-01 04:05:05下载
- 积分:1
-
Kriging
克里金算法实现
/* Kriging Interpolator
written by Chao-yi Lang
July, 1995
lang@cs.cornell.edu
*/(Kriging algorithm
/* Kriging Interpolator
written by Chao-yi Lang
July, 1995
lang@cs.cornell.edu
*/)
- 2010-10-26 10:18:47下载
- 积分:1
-
VirualDTU
vs2008开发的虚拟dtu,可以简单模拟dtu的功能,初学者可以参考和修改。(vs2008 development of the Virtual dtu, you can simply simulate the function of dtu, beginners can refer to and modify.)
- 2013-09-24 10:31:31下载
- 积分:1
-
ElGamal
ElGamal加密算法,经过测试可以编译运行(ElGamal Encryption )
- 2014-01-16 10:11:56下载
- 积分:1