登录
首页 » C# » wpf-codee

wpf-codee

于 2011-01-06 发布 文件大小:171KB
0 321
下载积分: 1 下载次数: 206

代码说明:

  C#语言编写的,WPF框架下的coverfloww效果图片浏览,时下非常流行(WPF coverfloww)

文件列表:

wpf-code
........\CoverFlowDemo
........\.............\3DTools.dll,73728,2007-09-26
........\.............\App.xaml,300,2009-12-23
........\.............\App.xaml.cs,293,2007-09-27
........\.............\bin
........\.............\...\Debug
........\.............\...\.....\3DTools.dll,73728,2007-09-26
........\.............\...\.....\CoverFlowDemo.exe,17920,2009-12-23
........\.............\...\.....\CoverFlowDemo.pdb,40448,2009-12-23
........\.............\...\.....\CoverFlowDemo.vshost.exe,14328,2010-11-03
........\.............\...\.....\CoverFlowDemo.vshost.exe.manifest,490,2009-06-11
........\.............\...\Release
........\.............\...\.......\3DTools.dll,73728,2007-09-26
........\.............\...\.......\CoverFlowDemo.exe,16896,2009-12-21
........\.............\...\.......\CoverFlowDemo.vshost.exe,14328,2009-12-21
........\.............\...\.......\CoverFlowDemo.vshost.exe.manifest,490,2009-06-11
........\.............\CoverFlowDemo.csproj,5665,2009-12-23
........\.............\obj
........\.............\...\Debug
........\.............\...\.....\App.g.cs,2077,2010-11-03
........\.............\...\.....\CoverFlowDemo.csproj.FileListAbsolute.txt,2415,2010-11-03
........\.............\...\.....\CoverFlowDemo.csproj.GenerateResource.Cache,789,2009-12-22
........\.............\...\.....\CoverFlowDemo.exe,17920,2009-12-23
........\.............\...\.....\CoverFlowDemo.g.resources,2660,2009-12-23
........\.............\...\.....\CoverFlowDemo.pdb,40448,2009-12-23
........\.............\...\.....\CoverFlowDemo.Properties.Resources.resources,180,2009-12-21
........\.............\...\.....\ResolveAssemblyReference.cache,14827,2009-12-23
........\.............\...\.....\TempPE
........\.............\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2009-12-21
........\.............\...\.....\Window1.baml,2488,2010-11-03
........\.............\...\.....\Window1.g.cs,3155,2010-11-03
........\.............\...\Release
........\.............\...\.......\App.g.cs,2094,2009-12-21
........\.............\...\.......\CoverFlowDemo.csproj.FileListAbsolute.txt,791,2009-12-21
........\.............\...\.......\CoverFlowDemo.csproj.GenerateResource.Cache,789,2009-12-21
........\.............\...\.......\CoverFlowDemo.exe,16896,2009-12-21
........\.............\...\.......\CoverFlowDemo.g.resources,2126,2009-12-21
........\.............\...\.......\CoverFlowDemo.Properties.Resources.resources,180,2009-12-21
........\.............\...\.......\CoverFlowDemo_MarkupCompile.cache,227,2009-12-21
........\.............\...\.......\TempPE
........\.............\...\.......\......\Properties.Resources.Designer.cs.dll,4608,2009-12-21
........\.............\...\.......\Window1.baml,1904,2009-12-21
........\.............\...\.......\Window1.g.cs,3172,2009-12-21
........\.............\Properties
........\.............\..........\AssemblyInfo.cs,2411,2007-09-27
........\.............\..........\Resources.Designer.cs,2850,2009-12-21
........\.............\..........\Resources.resx,5618,2007-09-27
........\.............\..........\Settings.Designer.cs,1111,2009-12-21
........\.............\..........\Settings.settings,203,2007-09-27
........\.............\Window1.xaml,1857,2009-12-23
........\.............\Window1.xaml.cs,15166,2009-12-23
........\.............\Window2.xaml,2170,2009-12-23
........\.............\Window2.xaml.cs,535,2009-12-23
........\.............\Window3.xaml,3173,2009-12-23
........\.............\Window3.xaml.cs,535,2009-12-23
........\CoverFlowDemo.sln,929,2009-12-21
........\CoverFlowDemo.sln.cache,15447,2009-12-22
........\UpgradeLog.XML,1060,2009-12-21

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

发表评论

0 个回复

  • 多边
    此程序为地震层析成像的正演算法,此算法用来解正问题。(This program is a forward algorithm for seismic tomography, which is used to solve the problem.)
    2018-09-19 19:15:04下载
    积分:1
  • SnmpSharpNet
    由于C#原始的库函数中没有专门实现SNMP的库,因此对于SNMP开发者而言,用C#开发出SNMP的应用程序具有相当的难度,要求开发者对C#和SNMP都有很深的认识和理解。SnmpSharpNet是用C#构建的,处理简单网络管理协议(SNMP)的API,它提供了非常丰富的成员函数供SNMP开发者调用,开发者只需要对SNMP的基本原理和实现SNMP的基本过程有所了解,便可以轻松入手。(Since C# is not the original library functions to achieve specific SNMP library, so developers for SNMP, the SNMP with C# to develop applications that are quite difficult, requiring the developers of the C# and SNMP have a deep knowledge and understanding . SnmpSharpNet is built using C# to deal with simple network management protocol (SNMP) of the API, it provides a wealth of members of the function call for SNMP developers, developers need only SNMP SNMP basic principles and basic process of achieving an understanding they can easily start.)
    2021-01-12 23:48:47下载
    积分:1
  • UDPComm
    基于UDP通讯服务器的开发,主要负责接收传感器发送上来的检测数据,校验后解析(CRC校验),并存储在SQL数据库中。(UDP communication server-based development, primarily responsible for receiving the sensor sends up the detection data checksum (CRC check) after parsing, and stored in an SQL database.)
    2012-09-12 15:56:43下载
    积分:1
  • BaseMenuDemo
    基本下拉菜单的创建与消息响应,VC++精选编程学习源码,很好的参考资料。(The basic menu creation and message response, VC++ select learning programming source code, a good reference.)
    2013-12-02 11:29:46下载
    积分:1
  • EditPlus_v3.6
    EditPlus_v3.6.rar,文本编辑工具(EditPlus_v3.6.rar, text editing tools)
    2014-04-04 13:32:40下载
    积分:1
  • FreeRTOS
    RTOS for Xmega microcontroller
    2014-07-19 17:48:24下载
    积分:1
  • 2048小游戏
    实现小游戏2048的基本功能,以及各个方向的滑动,相加(Realize the Basic Functions of 2048 Small Game)
    2020-06-20 19:00:02下载
    积分:1
  • Ground3.1
    无人机地面站 机器人上位机 串口通信 带仪表显示(UAV Ground Station robot host computer serial communication with instrument display)
    2020-11-25 00:49:38下载
    积分:1
  • S2
    说明:  程序功能:msp430f149读取DS18B20进行温度测量以后的结果并在1602液晶上显示,本人验证可用(Program features: msp430f149 read DS18B20 temperature measurement results and later in 1602 liquid crystal display, I validate available )
    2014-06-03 19:20:29下载
    积分:1
  • Beep
    this project provide beep in c#
    2015-08-27 16:21:14下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载