CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - Code a

搜索资源列表

  1. C资源管理器

    0下载:
  2. 采用C#在.NET平台上编写的资源管理器,实现资源管理器的基本功能,有源码,有中文注释-used in C#.NET platform prepared for resource management, resource management for the basic functions, source code, a Chinese Notes
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:86.61kb
    • 提供者:宓宝庆
  1. picturetocd

    0下载:
  2. 微软官方的代码,一个可以把图片资源刻录到光盘上的源代码,推荐下载! 版本:VS2003-Microsoft's code, a photo can be burned to CD-ROM resources on the source code, download! Version : Studio
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25.95kb
    • 提供者:阿尤
  1. 实验5

    0下载:
  2. 哈夫曼编码/译码 背景介绍:   利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求这发送端通过一个编码系统对待传数据预先编码,在发送端将传来的数据进行译码(复原)。对于双工信道。每端都需要一个完整的编译码系统。本程序将为这样的信息收发站写一个哈夫曼的编译码系统。 哈夫曼编码/译码: 程序运行步骤: 1、建立哈夫曼树,从键盘输入字符集大小,字符以及频度。 2、对字符进行编码,输出编码结果,分单个句子和整个句子输出,编码导入
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:76.13kb
    • 提供者:陈又鄂
  1. Csharpaspxml

    0下载:
  2. 一个用C#实现的留言版源代码.很好的学习例子-a C# version of the message source code. A good example of learning
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:64kb
    • 提供者:tangyaobo
  1. SqQueue

    0下载:
  2. 循环队列编程源代码,较正规的编程,易操作实现-cycle cohort programming source code, a more formal program, easy to operate achieve
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:陈珲
  1. qyjyglxtkfsldh.qykcglxt.src

    0下载:
  2. 企业库存管理系统-源代码,一个比较好的,系统。功能强大。界面美观。人人都说好。-enterprise inventory management system-source code, a better system. Powerful. Beautiful interface. Everyone said good.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6.41mb
    • 提供者:刘东利
  1. this-is-a-sound-code-of-image-enhancement-based-on

    0下载:
  2. 小波变换的C源代码 #define N0 128 #include \"stdio.h\" #include \"stdlib.h\" #include \"math.h\" #include \"string.-wavelet transform C source code # define N0 128 # include "stdio. h "# include" stdlib.h "# include" math.h
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.54kb
    • 提供者:郑超
  1. (code)ComponentArt

    0下载:
  2. ComponentArt SiteMap是一个ASP.NET控件,通过使用此控件,您能够很轻松的从现有的XML结构元素生成网站地图和浏览途径记录导航接口。-ComponentArt SiteMap is a ASP.NET Controls through the use of this control, You can very easily from the existing structure of the XML elements generated maps and visit the
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:201.77kb
    • 提供者:demon
  1. LineCounterAddin

    0下载:
  2. 统计代码的行数,主要包括有效代码行数,空格数,注释行数-number of rows, including a few effective code, a few spaces, a few Notes
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:177.24kb
    • 提供者:邓星亮
  1. C_rwXML

    0下载:
  2. C#读写xml的源码.有个朋友跟我要的.这个代码就是利用C#对xml进行读写.包含了数据库文件,以及一个写好的通用类.-literacy xml C# source code. A friend of mine told me to the. This code is in C# right for xml read and write. contains a database of documents, and prepared a generic category.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11.33kb
    • 提供者:debugcn
  1. VisualC++NET237

    0下载:
  2. 关于c编程的很多程序院代码,非常有用的东东哦-c programming on many hospital procedures code, a very useful Eastern oh
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:24.65mb
    • 提供者:yh
  1. C core code

    0下载:
  2. c语言编程宝典,非常实用-book, a very practical
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:152.98kb
    • 提供者:柯 三
  1. A 算法求解最短路径

    0下载:
  2. /* 求解最短路径代码 * 这段代码没有进行任何优化(包括算法上的), 但不意味我不知道该怎样优化它, * 它是为教学目的而做,旨在用易于理解和简洁的代码描述出 A* 算法在求最段路 * 径中的运用. 由于很久没有摸算法书, 本程序不能保证是纯正的 A* 算法 -) * 你可以在理解了这段程序的基础上,按自己的理解写出类似的代码. * * 本程序附带有一个数据文件 map.dat, 保存有地图的数据 */-/ * code for the Shortest Path * This code wi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7.17kb
    • 提供者:许俊
  1. CaptureScreen

    0下载:
  2. 一个非常好用的屏幕抓屏源码,C#的代码,有透明窗体,用于学习。-a very useful source of Capturing the Screen screen, the C# code, a transparent window for learning.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:27.35kb
    • 提供者:yygt
  1. APress - A Programmers Guide to ADO.NET in C sharp

    0下载:
  2. APress - A Programmers Guide to ADO.NET in C sharp - Source Code 使用c#数据库编程-bill-A Programmers Guide to ADO.NET in C sharp-Source Code to use c # Database Programming
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.24mb
    • 提供者:吴志刚
  1. G726example.rar

    0下载:
  2. G726局域网语音通话源代码,初步学习语音通讯的好例子,G726 LAN voice source code, a preliminary study and a good example of voice communications
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:234.07kb
    • 提供者:tony
  1. mopsoarchi.rar

    0下载:
  2. 自适应多目标优化粒子群算法源程序,这是一个C语言编制的源程序,很实用.,Adaptive multi-objective particle swarm optimization algorithm source code, which is a C language source program, it is practical.
  3. 所属分类:CSharp

    • 发布日期:2016-03-26
    • 文件大小:35.3kb
    • 提供者:youzping
  1. Prentice.Hall.Clean.Code.A.Handbook.of.Agile.Soft

    0下载:
  2. Teach developer code better
  3. 所属分类:CSharp

  1. The-classic-C-language-source-code

    0下载:
  2. c语言经典源代码,总共178个经典程序,程序利于理解-The classic C language source code, a total of 178 classical procedures, procedures to understand
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:158.3kb
    • 提供者:陈小宇
  1. verification--code-a-sound-code

    0下载:
  2. 包含十六种验证码源码,强大到没底线,源码和模板已经打包了,另附有图片-It contains 16 kinds verification code identification system, strong enough to not the bottom line
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:691.55kb
    • 提供者:张伟
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com