zoukankan      html  css  js  c++  java
  • Code Project精彩系列转

    原文从http://www.makaidong.com/博客园搜/38231.shtml转载

    applications

    crafting a c# forms editor from scratch

    http://www.codeproject.com/csharp/sharpformeditordemo.asp

    建立一个类似c#的环境, 实现控件拖拉,属性

    packet capture and analayzer

    网络封包截获

    http://www.codeproject.com/csharp/pacanal.asp

    a tool to change the default source control client

    在一台机器上用不同的两个源码,… 什么意思?....

    i just wanted to use two different source control providers on the same machine. i installed both clients but i discovered that the later installed is always the default. i searched the net all over for a tool, but no usable application was found. so i decided to write my own.

    http://www.codeproject.com/csharp/sccswitch.asp

    batchrebuilder – batch rebuilder for your visual studio .net projects

    批量重建工程,把工程文件转移… 怪异

    http://www.codeproject.com/csharp/batchrebuilder.asp

    controlinspector – monitor windows forms events as they are fired ( like spy++ for .net )

    windows窗体事件监视器

    http://www.codeproject.com/csharp/controlinspector.asp

    the paperless desktop

    无纸办公桌面

    使用microsoft's document imaging library (modi), 包括多tiff整理和outlook输出

    http://www.codeproject.com/csharp/martinspaperlessdesktop.asp

    xsdtidy beautifies the xsd.exe output *with full docbook.net wrapper

    美化xsd.exe输出….

    http://www.codeproject.com/csharp/xsdtidy.asp

    htmlhelp library and example viewer

    一个htmlhelp类(包括html help chm)和简单的演示程序

    http://www.codeproject.com/csharp/htmlhelp.asp

    html table of contents generator

    读入一个html页面,然后输出它内部的table内容

    http://www.codeproject.com/csharp/htmlcb.asp

    building the cvs root file changing utility

    tool for viewing drag and drop and clipboard formats

    查看剪贴板和拖拽的内容

    http://www.codeproject.com/csharp/clipboardformatviewer.asp

    my explorer in c#

    创建一个类似资源管理器的程序

    http://www.codeproject.com/csharp/my_explorer.asp

    c sharp ripper

    cd音轨抓取程序

    http://www.codeproject.com/csharp/csharpripper.asp

    write your own code generator or template engine in .net

    写一个自己的code发生器或者程序模版

    http://www.codeproject.com/csharp/smarttemplateengine.asp

    itiunes style music using msn desktop search api

    用msn desktop api制作音乐浏览器 

    http://www.codeproject.com/csharp/msndesktopsearchqueryapi.asp

    jawbreaker game in c#

    泡泡堂之类游戏

    http://www.codeproject.com/csharp/csjawbreaker.asp

    .net dumeter clone

    绘制直方图一类的东西..有点音乐味道…

    http://www.codeproject.com/csharp/mydumeter.asp

    gammit! an easy to use application for desktop gamma correction

    改变桌面gammit值

    http://www.codeproject.com/csharp/gammit.asp

  • 相关阅读:
    SOA the new OOP?
    请教一个程序装入执行的问题!
    程序员,如何选择合适的程序语言
    题解 P2387 【[NOI2014]魔法森林】
    题解 P4197 【Peaks】
    货车运输
    线段树合并
    jvm系列五java内存模型(2)
    jvm系列一什么是jvm
    jvm系列二内存结构
  • 原文地址:https://www.cnblogs.com/musexiaoluo/p/5749951.html
Copyright © 2011-2022 走看看