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

IM

  • Using the idea from Seam Carving for Content-Aware IMage Resizing, the codes enables a selected IM

    Using the idea from Seam Carving for Content-Aware IMage Resizing, the codes enables a selected IMage to resize without having distortion of IMportant object in the IMage file.

    标签: Content-Aware the Resizing selected

    上传时间: 2017-03-21

    上传用户:thuyenvinh

  • lumaqq

    lumaqq,鼎鼎大名的东西,虽然现在不更新了,但依然可以去看看,学习一下,人家是怎么克隆一个QQ协议的IM的。作者的精神非常值得学习,大家要支持下哈。

    标签: lumaqq

    上传时间: 2017-05-07

    上传用户:牛布牛

  • 很不错的

    很不错的,MailSlots-IM-Chat-Source-Code,大家可以参考一下!

    标签:

    上传时间: 2013-12-19

    上传用户:xjz632

  • DE-BLURING color mediante regularizacion de Tikhonov Este progrma realiza el debluring de una IM

    DE-BLURING color mediante regularizacion de Tikhonov Este progrma realiza el debluring de una IMagen a color de 256x256,obteniendo el parametro de regularizacion automaticamente mediante GCV

    标签: regularizacion DE-BLURING debluring Tikhonov

    上传时间: 2014-01-20

    上传用户:exxxds

  • 2009-PICA最新j2ME源码

    2009-PICA最新j2ME源码,100 可运行,可修改(反编译作品) 本人大型功能的手机应用软件怎么做出来的, 很多人问我华丽的界面,别人的怎么实现在的, 我没法回答,也许源码可以告诉你。 这版的结构比前版要复杂的多,反编译的难度超过上版10倍 代码完整可修改运作。 审明: 1,此版代码是本人最后一个反编译PICA作品,它的实现对我说没有秘密。 2,它的功能。界面,结构,是pica作品作最强大,最完美的。 3,原版版权属北京掌中无限信息技术有限公司 4,此代码仅供学习 5,引用请注明出去。 最后,本人多年多事移动增值系统手机IM,手机语音平台,相关介绍在bolg上有,投资合 作请联系本人 作者:大牛 QQ:57979471 QQ群:51719370 Mail:fangji999@163.com bolg:http://hi.baidu.com/ccall_net

    标签: 2009 PICA j2ME 源码

    上传时间: 2017-06-16

    上传用户:it男一枚

  • 将二维矩形网格的数据转换为Tecplot软件可识别的数据

    将二维矩形网格的数据转换为Tecplot软件可识别的数据,其中IM和jm分别为x和y方向的网格数,生成文件可用tecplot读入

    标签: Tecplot 二维 矩形网格 数据转换

    上传时间: 2017-07-15

    上传用户:siguazgb

  • 红外遥控解码的C51程序

    红外遥控解码的C51程序,认为是可能是史上最简的。此程序是针对uPD6121系列的遥控器的取码程序,解码值在IM[2]中,当IrOK=1时解码有效。

    标签: C51 红外遥控 程序 解码

    上传时间: 2014-01-26

    上传用户:498732662

  • 去快捷方式小箭头

    cmd /k reg delete "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f & taskkill /f /IM explorer.exe & start explorer.exe YKDAD433B09C754AACB27F085944B5C6CD

    标签: 技术

    上传时间: 2020-03-14

    上传用户:378449797

  • Wireless+Communication+Systems

    Wireless communications, together with its applications and underlying technologies, is among today’s most active areas of technology development. The very rapid pace of IM- provements in both custom and programmable integrated circuits for signal processing ap- plications has led to the justfiable view of advanced signal processing as a key enabler of the aggressively escalating capacity demands of emerging wireless systems. Consequently, there has been a tremendous and very widespread effort on the part of the research community to develop novel signal processing techniques that can fulfill this promise.

    标签: Communication Wireless Systems

    上传时间: 2020-06-01

    上传用户:shancjb

  • 51单片机智能热水器控制系统设计源代码

    基于STC89C51单片机的智能电热水器的控制器的设计,要达到的控制要求有:(1)用LCD1602液晶显示水温、设置上下限和定时时间,(2)水温检测显示范围为00~99℃,精度为±1℃。(3)温度预设范围为0~99℃,当检测温度低于预设温度时,开始加热;检测温度高于预设温度时,停止加热。(4)设置4个程序按键。分别问设置按键、加键、减键、确定。(5)可以红外遥控,通过红外一体接收探头接收遥控器信号,执行与主板按键同等功能。(6)有水位检测功能,无水自动上水,无水不加热。//外部中断解码程序_外部中断0void intersvr1(void) interrupt 2 using 1{ TR0=1; Tc=TH0*256+TL0;//提取中断时间间隔时长 TH0=0;  TL0=0;         //定时中断重新置零 if((Tc>IMin)&&(Tc<IMax)) {  m=0; f=1; return; }       //找到启始码 if(f==1) { if(Tc>Inum1&&Tc<Inum3)     {    IM[m/8]=IM[m/8]>>1|0x80; m++;     }    if(Tc>Inum2&&Tc<Inum1)     {      IM[m/8]=IM[m/8]>>1; m++; //取码  }  if(m==32)     {      m=0;        f=0;      if(IM[2]==~IM[3])       {           IrOK=1;   TR0=0;     }      else IrOK=0;   //取码完成后判断读码是否正确    }               //准备读下一码 }}

    标签: 51单片机 智能热水器 控制系统

    上传时间: 2022-05-13

    上传用户:GGMD