-
1
这个jquery非常强大的弹出菜单插件,皮肤方面使用了jquery的UI。
支持特性如下:
·自由换肤(内置多达10款皮肤)
·支持N级延伸菜单
·便利的API
·支持二种菜单模式(详见示例)
·支持快捷键(This jQuery is a powerful pop-up menu plug-in, and jQuery UI is used in skin.
Support features are as follows:
Free skin (with as many as 10 skin built in)
Support N level extension menus
Convenient API
Support two menu modes (see the example)
Support shortcut keys)
- 2018-08-02 17:22:34下载
- 积分:1
-
T2F
时间域信号转化为频率域,显示其频谱。matlab语言(Time domain signal into a frequency domain, indicating its spectrum. matlab language)
- 2021-01-11 10:28:49下载
- 积分:1
-
定位算法Matlab实现
基于rssi的室内定位算法,分享一下。(RSSI based indoor positioning algorithm, share a little bit)
- 2018-03-13 20:20:40下载
- 积分:1
-
Vkwymwwlb_V2013.1.0.0322_XiTongZhiJia
说明: 1、收费管理,可以对费用单据进行管理、支持批量录入数据、资源分摊处理等;
2、报表查询,支持对收款凭证管理、收费状况分析、费用通知单等报表查询;
3、资源设置,包括房产资源、客户资料、管理区设置;
4、租赁管理,包括房间租控图和房间状态图表;
5、还有社区管理、办公、系统管理。(1. Charge management, which can manage cost documents, support batch data entry, resource allocation processing, etc.
2. Statement inquiry, supporting the management of receipt vouchers, analysis of fee status, fee notice and other forms of inquiry;
3. Resource settings, including real estate resources, customer information and management area settings;
4. Rental management, including room rent control chart and room status chart;
5. Community management, office and system management.)
- 2020-06-18 15:40:02下载
- 积分:1
-
zuizong
一个视频运动分析的系统平台,可以做简单的二帧、三帧帧间差分处理和背景减除操作。(The code is in the video moving target segmentation, using three difference method for target detection.))
- 2017-09-16 16:39:55下载
- 积分:1
-
redis读写缓存数据
通过引用redis基础类库,实现对redis的读取和写入操作。例子比较初级。(By referring to the redis base class library, we can read and write redis. The example is more elementary.)
- 2020-06-19 17:00:01下载
- 积分:1
-
yan
VB to achieve real multi-threaded operation of the code can go
- 2018-12-03 15:33:52下载
- 积分:1
-
pq
说明: 三相半桥逆变器并联的下垂控制仿真模型,实现三相半桥逆变器并联的下垂控制仿真(The droop control simulation model of three-phase half bridge inverter in parallel is realized)
- 2020-04-27 09:56:33下载
- 积分:1
-
PTPC101_Lab1
说明: centennial PLC lab1
for information only
- 2019-05-08 08:30:43下载
- 积分:1
-
cJSONFiles
JASON解析,打包等测试例程,包含头文件,C文件,test文件等(void doit(char *text)
{
char *out;cJSON *json;
json=cJSON_Parse(text);
if (!json) {u1_printf("Error before: [%s]
",cJSON_GetErrorPtr());}
else
{
out=cJSON_Print(json);
cJSON_Delete(json);
u1_printf("%s
",out);
free(out);
}
})
- 2020-06-15 23:20:01下载
- 积分:1