虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

hi-Fi-AV

  • This Source.zip has three application code folders containing .java and .class files and two .jar fi

    This Source.zip has three application code folders containing .java and .class files and two .jar files as follows: 1. desktop-side_JXTA4JMS 2. mobile-side_JXTA4JMS 3. JMS Test Client 4. Listener.jar 5. JMSTestClient.jar We now explain execution steps, we followed, to run this JXTA4JMS application. Before we try we require Application softwares and need to configure JXTA relay and J2EE server.

    标签: application containing and folders

    上传时间: 2014-11-17

    上传用户:z1191176801

  • 零件切割问题 给定一块宽度为W的矩形板

    零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?

    标签: 零件 切割 矩形

    上传时间: 2014-08-28

    上传用户:龙飞艇

  • http://www.bc-cn.net/Article/kfyy/cyy/jc/200409/5_4.html float aver(float a[5]) { int i float a

    http://www.bc-cn.net/Article/kfyy/cyy/jc/200409/5_4.html float aver(float a[5]) { int i float av,s=a[0] for(i=1 i<5 i++) s=s+a[i] av=s/5 return av } void main() { float sco[5],av int i

    标签: float Article 200409 bc-cn

    上传时间: 2014-01-08

    上传用户:zsjzc

  • This package consists of the executable (UCW), a default script file, this file, and the library fi

    This package consists of the executable (UCW), a default script file, this file, and the library files. It is important that the header files end up in a include subdirectory of the directory where UCW is found. If you unzip this file using its path information ( use folder names ) this will automatically happen. You can optionally specify the UnderC directory with the environment variable UC_HOME note that this points to the directory containing ucw.exe. If you do this, then you can copy the executable anywhere and it will still be able to find the header files.

    标签: file executable the consists

    上传时间: 2013-12-17

    上传用户:asddsd

  • cut.c 给定一块宽度为W的矩形板

    cut.c 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?

    标签: cut 矩形

    上传时间: 2015-12-23

    上传用户:lunshaomo

  • 给定一块宽度为W的矩形板

    给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。本算法解决如何切割使得所使用的矩形板的高度h最小.

    标签: 矩形

    上传时间: 2013-12-29

    上传用户:维子哥哥

  • 1 安装:首先安装MPLAB IDE V7.42的程序

    1 安装:首先安装MPLAB IDE V7.42的程序,然后再安装C的组件PICC8.05-PL.安装过程中全部确认选择,完毕后重启计算机。 2 激活:(PICC8.05-PL) 运行“开始”菜单下的“HI-TECH SOFTWARE”中的 激活(Complier Activation)程序, 再同时启动算号器程序(HtkeyGen.exe),将Last Name前的勾去掉,填入公司名称,算出相应内 容填入激活程序相应栏目,OK即可完成激活。 3 设置: 3.1 将MPLAB 7.42启动后,在文件栏中打开C的桌面项目文件,在Project栏目中 检查 select language Toolsuite...中的选项,所有路径须指向安装路径如C:\HT-PIC\BIN\PICC.EXE; 3.2 在Project栏目中检查 setlanguage Tool Locations中的HI-TECH ToolsuiteXDGR 相关选项,executables中各程序应指向picc.exe Default Search Paths & Directories中 的相关路径应为安装目录如C:\HT-PIC\include 和C:\HT-PIC\lib; 3.3 设置programmer中的select programmer选项为"MPLAB IED 2"(经验:如果不打开编译器,此选项无法选中)。 3.4 设置单片机型号,在Congfigure中的Select Device选择准确的芯片型号;

    标签: MPLAB 7.42 IDE 程序

    上传时间: 2016-01-01

    上传用户:Ants

  • 功能说明: ● 本软件能批量删除代码中的注释。自动识别C代码和汇编代码。 ● 支持扩展名: *.c, *.cpp, *.h, *.asm, *.dt, *.inc ● 前三种按照C语言

    功能说明: ● 本软件能批量删除代码中的注释。自动识别C代码和汇编代码。 ● 支持扩展名: *.c, *.cpp, *.h, *.asm, *.dt, *.inc ● 前三种按照C语言规范进行处理,后三种按汇编语言规范进行处理 ● 支持子目录,全自动处理,"5秒"搞定 注意事项: ■ 不支持超过64K的文件,如有超过64K的文件将忽略处理; ■ 本软件直接处理目标文件,使用前请做好备份; ■ 将不用的文件尽量删除,这样可以缩短扫描时间; 免责说明: ★本软件使用完全免费,不提供升级,由于使用本软件而发生的任何问题,本人概不负责。 联系方式: 欢迎访问极度思维空间:http://hi.baidu.com/thinker2009 QQ:635093341 Email:635093341@qq.com

    标签: cpp asm inc dt

    上传时间: 2016-01-01

    上传用户:nanxia

  • dongle蓝牙适配器(a2dp_source_dongle)源代码

    dongle蓝牙适配器(a2dp_source_dongle)源代码,支持A2DP(AV),HSP和HSP 协议

    标签: dp_source_dongle dongle 蓝牙适配器 源代码

    上传时间: 2016-01-05

    上传用户:我干你啊

  • In this paper, a new family of Cassinian wave-guides is proposed, simulating and calculation are fi

    In this paper, a new family of Cassinian wave-guides is proposed, simulating and calculation are finished with CST Microwave Studio that based on Finite Integral Technique (FIT), and some results are given. Electromagnetic field mode type of it is TE, electromagnetic field is stronger near neck region, and some resonance frequencies appear. The new Cassinian curve wave-guides will possess higher power than ones of the rectangular and elliptic wave-guides because the height at the position where maximal electric field occurs is smaller.

    标签: calculation wave-guides simulating Cassinian

    上传时间: 2014-01-18

    上传用户:netwolf