zoukankan      html  css  js  c++  java
  • One good websit for c#

    http://www.aisto.com/roeder/dotnet/ is a very good websit for .net
    Below is some snippet from the front page of the web site.
     

    Tools and source code for .NET, C#, Visual Basic and WinFX. Reflector is a popluar class browser. Resourcer is a .NET resource editor. [Back]





     
    Reflector for .NET

    Reflector is a class browser for .NET components. It supports assembly and namespace views, type and member search, XML documentation, call and callee graphs, IL, Visual Basic, Delphi and C# decompiler, dependency trees, base type and derived type hierarchies and resource viewers.

    Reflector.zip - .NET Reflector, Version 4.1.95.0




      Resourcer for .NET

    Resourcer is an editor for .resources binaries and .resX XML file formats used with the .NET platform. The program allows the integration of bitmaps, icons and text strings into resource packages. Resourcer allows editing of name/string pairs, import of various kinds of data formats (bitmaps, icons, etc) and merging of resources from different sources.

    Resourcer.zip - .NET Resourcer, Version 4.1.0.0



      CommandBar for .NET

    The CommandBar class library extends System.Windows.Forms with classes for CommandBar, ReBar, CoolBar, and bitmaped menu controls. A unified command item representation is provided which makes it easy to switch the rendering between Menu, ToolBar and ContextMenu. 24 bit alpha channel images are supported on Windows 2000.

    CommandBar.zip - Library + C# source code



      Writer for .NET

    Writer is a simple WYSIWYG editor for HTML files. The program allows you to edit HTML files using simple editing functionality like Undo, Redo, Cut, Copy, Paste, Find, Replace. Writer also supports text layout and formatting, hyperlink editing and insertion of dates and pictures.

    Writer.zip - is available here.




      Digger for .NET

    The .NET version of an old East German Boulderdash game. The source is only 1000 lines so it might be a good example for C# and Windows Forms starters. The goal is to collect a given number diamonds and exit the level without getting hit by stones or ghosts. The status line tells you the level, number of lives, diamonds you collected and how many you need to collect.

    Digger.zip - Desktop and Smartphone version + C# source code
    Digger.cab - Smartphone installer



    Mapack for .NET

    Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank, Condition, Trace, Cholesky, LU, QR, Single Value decomposition, Least Squares solver, Eigenproblem solver, Equation System solver. The algorithms were adapted from Mapack for COM, Lapack and the Java Matrix Package.

    Mapack.zip - Class Library for .NET + C# source code


    Disclaimer: The software and source code on this website is provided "AS IS" with no warranties of any kind. The entire risk arising out of the use or performance of the software and source code is with you.
  • 相关阅读:
    tensflow安装
    Dubbo的服务注册--Zookeeper
    Dubbo源码分析之Exporter---服务暴露(本地和远程)
    Dubbo源码分析之XML的Bean解析
    Dubbo的SPI可扩展机制的源码分析
    Dubbo源码分析(三)-----消费者引用服务启动时序
    导出mysql的表结构的字段为excel
    Dubbo源码分析(二)-----提供者启动过程分析
    dubbo的api的配置(基于注解的配置)
    Dubbo源码分析(一)-----包结构的分析
  • 原文地址:https://www.cnblogs.com/xiexiaokui/p/316357.html
Copyright © 2011-2022 走看看