登录
首页 » Visual C++ » Agenda

Agenda

于 2014-08-20 发布 文件大小:4610KB
0 326
下载积分: 1 下载次数: 1

代码说明:

  An Agenda for contacts

文件列表:

Agenda
......\Agenda
......\......\Agenda.vcxproj,4028,2012-10-30
......\......\Agenda.vcxproj.filters,1171,2012-10-30
......\......\Agenda.vcxproj.user,143,2012-10-30
......\......\CContacte.h,470,2012-10-30
......\......\Debug
......\......\.....\Agenda.exe.embed.manifest,406,2012-10-30
......\......\.....\Agenda.exe.embed.manifest.res,472,2013-10-30
......\......\.....\Agenda.exe.intermediate.manifest,381,2012-10-30
......\......\.....\Agenda.lastbuildstate,85,2013-10-30
......\......\.....\Agenda.log,1456,2013-10-30
......\......\.....\Agenda.unsuccessfulbuild,0,2013-10-30
......\......\.....\Agenda.vcxprojResolveAssemblyReference.cache,713,2013-10-30
......\......\.....\Agenda.write.1.tlog,0,2013-10-30
......\......\.....\Agenda_manifest.rc,202,2012-10-30
......\......\.....\CL.read.1.tlog,38102,2013-10-30
......\......\.....\CL.write.1.tlog,2786,2013-10-30
......\......\.....\link-cvtres.read.1.tlog,2,2013-10-30
......\......\.....\link-cvtres.write.1.tlog,2,2013-10-30
......\......\.....\link.1732-cvtres.read.1.tlog,2,2013-10-30
......\......\.....\link.1732-cvtres.write.1.tlog,2,2013-10-30
......\......\.....\link.1732.read.1.tlog,2,2013-10-30
......\......\.....\link.1732.write.1.tlog,2,2013-10-30
......\......\.....\link.5884-cvtres.read.1.tlog,2,2013-10-30
......\......\.....\link.5884-cvtres.write.1.tlog,2,2013-10-30
......\......\.....\link.5884.read.1.tlog,2,2013-10-30
......\......\.....\link.5884.write.1.tlog,2,2013-10-30
......\......\.....\link.read.1.tlog,3552,2013-10-30
......\......\.....\link.write.1.tlog,1142,2013-10-30
......\......\.....\main.obj,47823,2013-10-30
......\......\.....\metode.obj,48960,2013-10-30
......\......\.....\mt.read.1.tlog,498,2012-10-30
......\......\.....\mt.write.1.tlog,394,2012-10-30
......\......\.....\rc.read.1.tlog,746,2013-10-30
......\......\.....\rc.write.1.tlog,762,2013-10-30
......\......\.....\vc100.idb,363520,2013-10-30
......\......\.....\vc100.pdb,241664,2013-10-30
......\......\main.cpp,821,2012-10-30
......\......\metode.cpp,2386,2012-10-30
......\Agenda.sdf,5591040,2013-10-30
......\Agenda.sln,885,2012-10-30
......\Debug
......\.....\Agenda.pdb,658432,2012-10-30
......\ipch
......\....\agenda-61ffa83a
......\....\...............\agenda-63fe0d6c.ipch,15269888,2013-10-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GA-timetable
    Implementing school time table using GA
    2011-05-07 23:06:18下载
    积分:1
  • UInfformax_Fas
    用matlab实现扩展Informax算法与固定点算法Faast ICA,可对混合后信号进行独立分量分离 已通过测试。 (Using matlab to expand Informax algorithm with fixed-point algorithm Faast ICA, independent component separation of the mixed signal has been tested.)
    2012-07-10 16:43:25下载
    积分:1
  • Angular-precision
    基于均匀圆阵的信号二维方向角高精度估计 (Angular precision estimates based on two-dimensional uniform circular array signal direction)
    2013-12-08 17:06:55下载
    积分:1
  • Template Classes
    Template Classes的用法(Template usage)
    2005-02-25 21:31:42下载
    积分:1
  • CMathArray
    在vc6.0z中开发的数学矩阵类,用来操控矩阵相关编程,功能还待完善,但一定程度上,是我们不用再去搞C++与matlab的混编(to control simple calculation works in mathmetical array works with compile language just based c++ in the vc6.0 enviroment.)
    2010-07-22 19:10:42下载
    积分:1
  • tztq
    这个程序的主要功能是用来提取特征。其中有分帧算法,并提取MFCC参数作为特征。(The program' s main function is to extract features. Partakers of which the frame algorithm, and extract the MFCC as feature parameters.)
    2011-05-04 20:56:46下载
    积分:1
  • VirtualMouse_project
    虚拟的鼠标控制,适合初学者用来分析源码,实际当然没有什么用,测试通过(virtual mouse control, best for those green hands. It is not applicable for those experienced programmers.)
    2014-08-12 08:59:20下载
    积分:1
  • example4_3
    例3:分析占空比为ta的矩形脉冲频谱 T=1 时间窗大小 ta=0.5 占空比 N=256 t=linspace(-T,T,N) ts=2*T/N fs=1/ts (x=zeros(1,N) x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1) y=fft(x,N) figure plot(t,x) title([ 时域信号图 占空比为 ,num2str(ta)]) axis([-T T-0.2 1.2]) xlabel( t /s ) figure subplot(211) f=linspace(-fs/2,fs/2,N) plot(f,abs(fftshift(y))/N) title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ]) xlabel( f /Hz ) )
    2010-05-25 20:59:59下载
    积分:1
  • MyGUIEngine
    MYGUI3.2改造 - 完善文字的换行显示,并为中文支持自动换行(MYGUI 3.2 transformation- perfect wrap text display, and support for Chinese Wrap)
    2013-12-15 17:59:44下载
    积分:1
  • qstoolbox
    该代码为排队论工具.用于MM1,MG1等模型. (code for the queuing theory tools. For MM1, genotoxicity and other models.)
    2007-01-16 19:53:20下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载