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

搜索资源列表

  1. file

    0下载:
  2. 利用c#对文件进行操作的各种示例,适合初学者。-Using c# to manipulate files in a variety of examples, for beginners.
  3. 所属分类:C#编程

    • 发布日期:2017-04-05
    • 文件大小:97763
    • 提供者:zhuq
  1. CSharp-SQL

    0下载:
  2. 很好的学习C#操作数据库的多个程序实例,看懂了,就可以玩转C#数据库了,快下载哦-Good learning C# to manipulate the database more than one instance, understand, and can be Fun C# database, and fast download Oh
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:2418308
    • 提供者:顾江源
  1. TextFileDealer

    0下载:
  2. 使用C#进行文件操作,可以直接将文件读到List<string>当中-file manipulate using C#,putting a text file in to a List<string>
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:1236
    • 提供者:z n
  1. NumberDealer

    0下载:
  2. 使用C#进行文件操作 -use C# to manipulate directories use C# to manipulate directories
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:667
    • 提供者:z n
  1. Exceller

    0下载:
  2. 这是一个用C#来操作文件进行读写的实例,比微软官方的Microsoft.Office.Interop.Excel库用起来要简单。这个实例中要用到Interop, Attributes 和 Reflection等类库。-This is a used C# to manipulate instances of read and write files than Microsoft' s official Microsoft.Office.Interop.Excel library should
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:536537
    • 提供者:267
  1. CuiSamp

    0下载:
  2. This readme describes the commands implemented in the CUI sample "CuiSamp" that illustrate the APIs available within AutoCAD to manipulate the CUI elements. The sample also demonstrates a class (CUIStartup) that populates CUI with a custom
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:13648
    • 提供者:donald
  1. NoteBook1

    0下载:
  2. 这是一个简单的文本编辑器,你能够想windows一样的操控它,非常简便,虽然去除了大部分的功能,但是已有的功能足够你编辑了。-This is a simple text editor, you can manipulate it the same like windows, very simple, although most of the features removed, but the functions have been enough for you to edit the. Than
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:81006
    • 提供者:威仔
  1. cleanprogress

    0下载:
  2. 读者朋友们可能经常会碰到这样一个问题,想对某些进行操作时,发现这些文件正在被其它程序使用,处于打开状态,而且是被独占打开,这时是没法对文件进行操作的。因此,要想操作这些文件,必须将打开这些文件的进程清除掉。那么如何干净地清除进程呢?-Readers may often come across such a problem, to some the operation, found that these files are used by other programs, is open, and
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:10282
    • 提供者:hkj
  1. CheckModifyACLPermission

    0下载:
  2. 用net 2010的accesscontrol命名空间操作File,Directory 和 Registery权限-This sample demonstrates how to use the .NET namespace to manipulate permissions related security, which include of file permission, folder permission and register key permission.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:93898
    • 提供者:王琳
  1. DAL

    0下载:
  2. 用C#写的通用数据访问层,很方便的使用类接口来操作数据库-Written in C# using common data access layer, it is easy to manipulate the database using the class interface
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1527
    • 提供者:likang
  1. boxingxianshi

    0下载:
  2. 根据下位机的指令,实现通过串口来操纵下位机进行实验,并将采集的数据进行处理和保存,并以图形的方式显示-According to the next bit machine instructions to manipulate through the serial port bit machine under test, and the collection of data processing and preservation, and to graphically display
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2640422
    • 提供者:lxg
  1. File-operations

    0下载:
  2. 用c#操作文件的一些方法练习并且演示程序,可以作为开发其它文件操作程序的参考-Manipulate files with c# exercises and demo some of the ways you can develop other documents as reference procedures
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:124153
    • 提供者:吴熙
  1. itextsharp_new

    0下载:
  2. itextsharp,可以很方便的操作PDF文档-itextsharp can easily manipulate PDF documents
  3. 所属分类:CSharp

    • 发布日期:2017-05-29
    • 文件大小:12210448
    • 提供者:shijiajie
  1. DealWithXML

    0下载:
  2. 操作XML文件,让你全面了解C#的XML编程。-Manipulate XML files, so that you fully understand the C# XML programming.
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:53107
    • 提供者:
  1. MyTool

    0下载:
  2. 这个只是一个小工具,可以用来提高编程效率。 只要是来操作剪贴板,比如:将剪贴板中所有字母大写,全部小写,首字母大写,将复制的内容加上@。 制动封装的使用方法:比如 private int i 只需复制 int i 然后点击制动封装,直接Ctrl+V就封装好了。 生成完整的类:可以封装这个类中所有的属性,和生成两个构造方法。使用方法再要封装的类里直接Ctrl+A,Ctrl+C 点击按钮生成完整的类Ctrl+V就可以了 最后就是可以到数据库生成类,这个连接字符串可能要改,能将数据库的
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:2193074
    • 提供者:邓星
  1. book

    0下载:
  2. 本系统主要提供给管理员(图书管理员和其他管理员)和读者(教师和学生等),他们都具有一定得计算机应用基础,可以比较熟练地操作计算机。管理员和读者是经常性用户。 系统维护人员为计算机专业人员,熟悉数据库开发、操作系统、网络维护工作。维护人员为间隔性用户。-This system is mainly provided to the administrator (librarians and other administrators) and readers (teachers and stude
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:391004
    • 提供者:lin
  1. Excel-by-TeeChart

    1下载:
  2. 程序中通过farpoint控件来操作Excel中的数据,然后用TeeChart根据表中的数据画图,还有皮肤的哦!-The program through farpoint controls to manipulate the data in Excel, and then according to the data in the table with TeeChart drawing, as well as skin Oh!
  3. 所属分类:CSharp

    • 发布日期:2017-11-08
    • 文件大小:1529712
    • 提供者:傅明波
  1. ConnectExcel

    0下载:
  2. C#使用Microsoft.Jet.OLEDB.4.0方式访问数据库,C#直接操作读写Excel文件,这个应用也是非常实用的,许多时候我们,我们使用微软的平台编程,有必要利用微软平台的优势-C# using Microsoft.Jet.OLEDB.4.0 way to access the database, C# directly manipulate read and write Excel files, this application is very useful, in many ca
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:26437
    • 提供者:zpudn59
  1. XmlSamples

    0下载:
  2. C#操作XML的4种方式,摘自C#高级编程,个人推荐采用DOM模型,即XmlDocument方式。-this programe provides four methods how to manipulate XML file by C Sharp, which come from the the book of "C# professional program ". In my opinion the method using DOM is the best one.
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:236270
    • 提供者:
  1. PInvokeSampleApp

    0下载:
  2. Manipulate other Main Window Handles with P/Invoke
  3. 所属分类:C#编程

    • 发布日期:2017-12-22
    • 文件大小:13312
    • 提供者:andreasv
« 12 »
搜珍网 www.dssz.com