-
ws2811b
说明: ws2811b彩灯驱动,未测试,未测试。(Ws2811b color light drive, untested, untested.)
- 2019-05-07 12:03:19下载
- 积分:1
-
wearable WSN routing--2 paper
可穿戴无线传感器网络的介绍,包括了算法的分类以及详细的介绍,适合初学者。(The introduction of the routing algorithm for wearable wireless sensor networks, including the classification and detailed introduction of the algorithm, is suitable for beginners.)
- 2020-06-30 07:40:02下载
- 积分:1
-
Rtsp2WebRtc
实现了用RTSP协议接入已有流媒体平台或摄像机的视频,通过转码后用WebRTC进行播放,只要支持WebRTC的浏览器或移动端都可以使用。用WebRTC播放监控视频可以处理高版本浏览器不支持插件的情况,且比rtmp、HLS的实时性更高。(It realizes accessing videos of existing streaming media platforms or cameras with RTSP protocol, and playing them with WebRTC after transcoding. It can be used by browsers or mobile terminals that support WebRTC. Playing surveillance video with WebRTC can deal with the situation that high version browsers do not support plug-ins, and it is more real-time than RTMP and HLS.)
- 2020-06-16 13:00:01下载
- 积分:1
-
FIR
说明: 基于MATLAB的低通、高通、带通、带阻FIR滤波器仿真代码(Matlab based low pass, high pass, band pass, band stop FIR filter simulation code)
- 2021-04-24 22:30:52下载
- 积分:1
-
另一个版本的x264的decoder,里面改进了bS的输出
另一个版本的x264的decoder,里面改进了bS的输出-Another version of the x264
- 2022-03-12 17:35:03下载
- 积分:1
-
69491736ZBDYY_CSharp
说明: C#小程序仅供参考,学习使用 ,内容丰富(C# small program for reference only, learning and use, rich in content)
- 2020-06-19 08:20:02下载
- 积分:1
-
Revised_Comp_TT_JAN_2018_UPDATED_01_02_2018(2)
Hybrid cloud is composition of two or more cloud (private ,pubic etc.)
4] Community model:
Managed by more than one organization together.
- 2018-02-14 19:28:42下载
- 积分:1
-
frmActive
说明: 图像显示窗口,可以打开图片,放大缩小图片,拖动图片。加载相机图片(Image display window, you can open the picture, zoom in and zoom out the picture, drag the picture. Loading Camera Pictures)
- 2020-06-25 07:40:02下载
- 积分:1
-
Java/JSP万年历编写实例
Java万年历源码,
TextField tfYear = new TextField("2004", 5); //显示年份的文本域
Choice monthChoice = new Choice(); //月份选择下拉框
Button btUpdate = new Button("更新"); //更新按钮
GregorianCalendar calendar=new GregorianCalendar(); //日历对象
Font smallFont = new Font("TimesRoman", Font.PLAIN, 15); //显示小字体
Font bigFont = new Font("TimesRoman", Font.BOLD, 50); //显示大字体
String days[] = {"星期日", "星期一", "星期二", "星期三","星期四", "星期五", "星期六"};
String months[] = {"一月", "二月", "三月", "四月","五月", "六月", "七月", "八月", "九月","十月", "十一月", "十二月"};
int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; //每个月的天数
int searchMonth,searchYear; //查询的年份及月份
public void init(){
setBackground(Color.white); //设置背景颜色
searchMonth = calendar.get(Calendar.MONTH); //得到系统年份
searchYear = calendar.get(Calendar.YEAR); //得到系统月份
add(new Label(" 年:")); //增加组件到Applet
tfYear.setText(String.valueOf(searchYear)); //设置文本域文字
add(tfYear);
add(new Label(" 月:
- 2023-03-16 17:35:03下载
- 积分:1
-
Process Configurator pure js code. I am also reproduced, Hehe
流程配置器 纯js代码实现.我也是转载的,-Process Configurator pure js code. I am also reproduced, Hehe
- 2022-04-10 09:24:27下载
- 积分:1