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

搜索资源列表

  1. Switch

    0下载:
  2. 利用visual studio 2015 C#实现字符串中大小写字符的转换。(This is a program I implemented to implement character string conversion.)
  3. 所属分类:C#编程

  1. pdf advanced programming

    0下载:
  2. Object-oriented, Structure of a C# Program Basic Input Output Operations Common Type System Naming Variables Reference-Type Variables Creating User-Defined Data Types Converting Data Types
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:686080
    • 提供者:maiso
  1. SOM神经网络

    0下载:
  2. C#平台下的应用,可输出SOM神经网络权值矩阵和测试结果(It can output SOM neural network weight matrix and test results.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:103424
    • 提供者:leedio00112
  1. HALCON-QRC二维码识别

    0下载:
  2. 基于HALCON与c#的ocr二维码识别,适合新手学习。(HALCON and c# based OCR two-dimensional code recognition, suitable for novice learning.)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-05-03
    • 文件大小:514048
    • 提供者:lucky559
  1. studentmanagesystem

    0下载:
  2. 这是一个基于C/S的学生成绩管理系统,实现了学生管理,老师管理,课程管理,选课管理,等常用管理。(This is a student achievement management system based on C/S, which implements student management, teacher management, course management, course selection management, and other common management.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:628736
    • 提供者:tanxk
  1. RestaurantManageSystem

    0下载:
  2. 美萍餐饮管理系统,C#,C/S,WinForm,有源码, 很不错,比较完整的一个系统。(Our restaurant management system, C#, C/S, WinForm, source code, very good, a relatively complete system.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:5348352
    • 提供者:tanxk
  1. SourceCodeAnalysis

    0下载:
  2. 使用C#查看代码行数相关数据,可以导出(View the number of lines of code)
  3. 所属分类:

    • 发布日期:2018-05-03
    • 文件大小:58368
    • 提供者:lpony
  1. WebCamService_src

    0下载:
  2. contains library for web cams in c#
  3. 所属分类:C#编程

    • 发布日期:2018-05-03
    • 文件大小:36864
    • 提供者:sumii
  1. BB

    0下载:
  2. 数据库操作Application.SetCompatibleTextRenderingDefault(false);(c#Application.SetCompatibleTextRenderingDefault(false);)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:119808
    • 提供者:niniya
  1. ConsoleApplication1

    0下载:
  2. 对于C#中的list容量及元素的清除,对于list的占用空间的清除(list in C# ,how to clear the capacity of the list)
  3. 所属分类:

    • 发布日期:2018-05-03
    • 文件大小:26624
    • 提供者:行行行
  1. SupermarketCashierSystem

    0下载:
  2. 写了一个控制台程序,利用C#的继承、多态、写了一个小型的超市收银系统(Supermarket cashier system)
  3. 所属分类:C#编程

    • 发布日期:2018-05-03
    • 文件大小:17408
    • 提供者:FANXIAOMI
  1. A002+MvcBootstrap框架

    0下载:
  2. 基于c#,SQL server开发的bs管理系统(BS management system based on c# and SQL server)
  3. 所属分类:WEB开发

    • 发布日期:2018-05-03
    • 文件大小:32227328
    • 提供者:我是大肥羊
  1. 伪距单点定位-程序C#

    0下载:
  2. 能够读取0文件和N文件,进行单点定位,内附有注释,可供读者进行阅读(It can read 0 files and N files, make single point positioning, with annotations for readers to read.)
  3. 所属分类:C#编程

    • 发布日期:2018-05-03
    • 文件大小:1894400
    • 提供者:wwd96gg
  1. 解压缩文件_C#

    0下载:
  2. C#版,解压文件(.rar .zip),将文件解压到项目特定目录(C# version,.Rar.Zip, unzip the files to the project specific directory.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:11264
    • 提供者:萌妹纸
  1. OCR

    0下载:
  2. 对图片的文字进行识别,免费,成功率不高,C#语言,内附dll(The recognition of pictures is free and the success rate is not high.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:45891584
    • 提供者:znb123
  1. C#登录注册程序

    0下载:
  2. 基于SQL数据库,实现用户注册与登录功能(Based on SQL database , Realization of user registration and login function)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:620544
    • 提供者:dwfOP
  1. EatSnake

    0下载:
  2. 基于C#的简易贪吃蛇小游戏,附带软件说明(Simple greedy Snake game)
  3. 所属分类:其他智力游戏

    • 发布日期:2018-05-03
    • 文件大小:2157568
    • 提供者:leere
  1. 委托

    0下载:
  2. C#的委托实现,,以一个建议的例子进行说明,具体代码以及注释均有。 委托实现了对方法的封装引用,适于初学者对于委托的理解(The implementation of C# is illustrated by a suggested example, with specific code and annotations. The delegate realizes the encapsulation and reference of the method, and is suitable
  3. 所属分类:C#编程

    • 发布日期:2018-05-04
    • 文件大小:34816
    • 提供者:二狗他爹
  1. Web_Service

    0下载:
  2. 基于C#的web服务器,涉及集中服务端的交互方式,以及传值方式(The web server based on C# involves the interaction mode of centralized server and the way of passing value.)
  3. 所属分类:C#编程

    • 发布日期:2018-05-04
    • 文件大小:12941312
    • 提供者:二狗他爹
  1. DbExtensions

    0下载:
  2. C# Database Extensions
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:1314816
    • 提供者:bigbang007
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com