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

搜索资源列表

  1. CTrueToolBar.rar

    0下载:
  2. 真彩色工具栏类--支持自绘工具栏、并可以自行绘制真彩色工具栏按钮。看一下代码就明白了,True Color Toolbar categories- Supporting Self-painted toolbar, and can draw on its own true color toolbar button. Look at the code to understand
  3. 所属分类:ToolBar

    • 发布日期:2017-03-30
    • 文件大小:80208
    • 提供者:ssss
  1. VC_UI_Code

    0下载:
  2. VC++ 界面编程合集。内含各种mfc扩展工具类库,及其20个不同界面的源代码。和超过50篇关于界面编程的文档资料。-more then 20 mfc UI source code and more than 50 mfc UI program paper.that is good papers and information for VC++ UI program
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-13
    • 文件大小:3218883
    • 提供者:vc++
  1. linq2datatable

    0下载:
  2. c#中用linq返回datatable工具类-failed to translate
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:603
    • 提供者:好得人
  1. FunctionHelper

    0下载:
  2. 一个比较全的ASP.net后台工具类.有页面操作以及加密等部分.-A wide background in ASP.net Tools. There are pages such as parts of the operation, as well as encryption.
  3. 所属分类:.net

    • 发布日期:2017-04-08
    • 文件大小:6151
    • 提供者:李明洁
  1. apartment

    0下载:
  2. 线程互斥工具类.- Line regulation incompatible tool class
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-02
    • 文件大小:3018
    • 提供者:rechard
  1. datafile

    0下载:
  2. 这是一个Java工具类库,用户读取基于文本的数据文件,如CSV, tab分隔的或固定宽度格式的文件。-This is a Java tool for library users to read text-based data files such as CSV, tab-delimited or fixed width format.
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:74232
    • 提供者:xuxu
  1. FolderUtils

    0下载:
  2. 文件夹操作工具类,支持:按照特定的格式创建路径文件夹、判断文件夹是否存在、清空所有子目录、拷贝文件夹的内容、获取文件夹下的所有文件大小 -Tools folder operation and support: In accordance with the specific format to create a folder path to determine the existence of the folder, emptied all subdirectories, copy the c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2910
    • 提供者:sword
  1. ProcessUtils

    0下载:
  2. 进程操作工具类,支持:启动一个进程,查找特定进程、判断特定进程是否在运行、删除一个进程 -The process of operating tools and support: to start a process to find a specific process to determine whether a particular process in operation, the deletion of a process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2616
    • 提供者:sword
  1. RegistryUtils

    0下载:
  2. 注册表操作工具类,支持:创建一个键,设置键值,删除一个键,获取子键,设置各种类型的键值等 -Registry operated tools and support: the creation of a key, set the key to delete a button, access to sub-key, set up various types of keys, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4989
    • 提供者:sword
  1. ResizableDialog

    0下载:
  2. 界面控件布局工具类,可以按照VC资源中的控件位置,设置缩放的方向可以自动的控制控件随着主窗口进行缩放和移动,不需要你在实现OnSize,控制各个控件的的代码了; -Interface controls the layout tools, resources in accordance with the VC control position, setting the direction of the zoom control that automatically controls the m
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:6945
    • 提供者:sword
  1. PrecisionTimer

    0下载:
  2. 高精度计时器工具类,支持启动、重启动、停止、大小比较及时间字符的转化;-High-precision timer tools and support to start, restart, stop, compare the size and timing of the transformation of character
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:3610
    • 提供者:sword
  1. CStringPortDEMO

    0下载:
  2. 一个非常优秀的第三方串口通信类,常用的scomv21串口调试工具也是利用这个串口通信类做的。-A very good third-party serial communications, serial scomv21 commonly used debugging tools also take advantage of this type of serial communication do.
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:94427
    • 提供者:yizhiqiang
  1. IISAdminLib

    0下载:
  2. IIS 编程工具类,可以操作IIS 的各种函数~-IIS programming tools category, can operate the various functions IIS ~
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2865
    • 提供者:LIPEILIANG
  1. FileUtil

    0下载:
  2. 文件处理工具类,将文件进行各种转换、上传、下载等等处理,稳定,效率高-file
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:1805
    • 提供者:changping
  1. Kanji_Code_Converter_fully_autotest_Sourcecode

    0下载:
  2. 测试工具类源码,测试文件的自动生成程序,包含了测试汉字内码转换程序所需要的一系列测试文件的自动生成程序以及生成好的结果, 使用VC写成,可以移植到其它C语言环境.-sourceCode of testing tools, test procedures for automatic generation of documents, including the testing of Chinese characters within the code conversion process of a
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2302646
    • 提供者:新蛮狼
  1. 042

    0下载:
  2. 制作一个office助手。众所周知,office助手是一种漂亮的小工具,对于工具类软件的开发可以起到美化作用!-Produce a office assistant. As we all know, office assistant is a beautiful little instrument, the instrument type of software development can play a role in landscaping!
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-29
    • 文件大小:71171
    • 提供者:ssss
  1. libjpegbinariesareuploadedhere

    0下载:
  2. 这个东西是非常好的代码开发工具类,可以是你的图形开发很快速。-This thing is a very good code development tools category, you can be very rapid development of graphics.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-29
    • 文件大小:137970
    • 提供者:yang tony
  1. SqlHelperclass

    0下载:
  2. SqlHelp是一个数据库操作类,所有方法全为静态,直接使用即可。减少了程序员重复写与数据库操作相关的一些工作量。是一个不错的帮助工具。-SqlHelp is a type of database operations, all the methods are all static, can be directly used. Reduced duplication of programmers and database operations related to write some of t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:106823
    • 提供者:hejiao
  1. mydownhttp

    0下载:
  2. http网页下载工具,利用Internet类的功能,VC 6.0源码-http download tool, the use of Internet functions, VC 6.0 source
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:16428
    • 提供者:teagee
  1. SQLHelpercs

    0下载:
  2. 一个封装得很好的SQL工具类,里面有各种常用方法-A very good package SQL tools, there are a variety of commonly used methods
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:14797
    • 提供者:xqiang
« 1 2 3 45 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com