CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载

资源列表

« 1 2 ... .34 .35 .36 .37 .38 10839.40 .41 .42 .43 .44 ... 199244 »
  1. CPPinfilecpp

    0下载:
  2. 两个C++读配置文件类的代码,文件名:CIniFile类实现文件,文件名:CIniFile类定义文件主要功能:可以读取.修改变量数值,可以设置新的组,新的变量。用户接口说明:在成员函数SetVarStr和SetVarInt函数中,当iType等于零,则如果用户制定的参数在ini文件中不存在,则就写入新的变量.当iType不等于零,则如果用户制定的参数在ini文件中不存在,就不写入新的变量,而是直接返回FALSE 在原来文件的SECTION中,没有相应的变量需要添加而且,这种情况下,下边还有别的s
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3.02kb
    • 提供者:kpudn65
  1. MyClient

    0下载:
  2. 远程监控客户端的源码。图像处理部分用了CxImage-Remote monitoring
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4.3mb
    • 提供者:文航
  1. 16zhi10src

    0下载:
  2. VC++将16进制转换成10进制,运行该程序后,只要输入任意十六进制数,就可以转换成相应的十进制数。以前发过类似程序,相对来说,本款的界面和功能都挺简单,可作为新手学习VC++的参考范例-VC++ will be converted into 10 hex 16 hex, after running the program, just enter any hexadecimal number, it can be converted into the corresponding decimal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:22.02kb
    • 提供者:gxtxtplg
  1. eileen

    0下载:
  2. VC++放大局部图像,局部图片放大的VC源码,可以将位图图象任意部分局部放大,希望此程序对VC爱好者有所帮助。鼠标放在图片上,会显示一个放大框,正方形的放大框,然后移动这个方框,就能看到BMP图片被局部放大的效果。-VC++ to enlarge the image locally, local image to enlarge VC source, bitmap images can be enlarged to any part of the local hopes this program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:396.41kb
    • 提供者:gxtxtplg
  1. inifile

    0下载:
  2. 一个适用于VC++程序员的INI文件操作类及示例文件,包括一些INI的读写操作等基础知识,用示例来演示INI文件的使用,一般在软件开发中,INI文件常用来当做配置文件来用,对此,大家或许并不陌生了。示例文件演示将一段配置信息按照INI文件的格式写入信息。-One for VC++ programmers INI file manipulation class and sample documents, including some of the basics of reading and wri
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:8.11kb
    • 提供者:gxtxtplg
  1. vciocpsrc

    0下载:
  2. VC++源码,IOCP完成端口,[1]---选择 - Select,[2]异步选择 - WSAAsyncSelect,[3]---事件选择- WSAEventSelect,[4]---重叠I,[5]---完成端口,内附教程,教程中包含了实现思路、原理等内容。-VC++ source code, IOCP completion port, [1]--- choose- Select, [2] asynchronous selection- WSAAsyncSelect, [3]--- event
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:843.38kb
    • 提供者:gxtxtplg
  1. add

    0下载:
  2. 混合表达式的计算,使用栈计算,只需输入混合表达式即可-Calculating mixed expressions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:718.6kb
    • 提供者:张杰
  1. TestService

    0下载:
  2. vs 2008 服务程序 !-vs 2008 ATL service
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:193kb
    • 提供者:萧清风
  1. matlab-MRF-examples

    0下载:
  2. 我们将他引入,形成了基于信息传递的大毁灭算法和警示传播算法。-generate a decimation algorithm and warning propagation algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:20.47kb
    • 提供者:李树
  1. Delphi_027004

    0下载:
  2. 2层结构的delphi数据库操作例子,Master/Details示例,程序分server端和Client端,结合数据库以一个企业信息程序来展现。 -2 layer delphi example of the operation of the database structure, Master/Details example, the program of server-side and Client-side, combined with a corporate information
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:14.2kb
    • 提供者:34V2XXJ
  1. Delphi_078000

    0下载:
  2. Delphi把子查询用作派生表小实例,有关Delphi子查询的例子,期待共同与大家参考。- Delphi handle query as a derived table small example, the Delphi example subquery, look forward to working with you for reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:168.87kb
    • 提供者:0H2W87P
  1. Delphi_115265

    0下载:
  2. Delphi动态创建Sqlserver数据表,依次在窗口中输入表名称、各个字段名称、字段类型和长度,点击“建表”功能即可,不过之前请附加好Database文件夹中的SQLServer数据库文件,对Delphi初学者来说,是个不错的参考范例。 -Delphi Sqlserver dynamically created data tables, in turn enter the table name in the window, each field name, field type and
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1.49mb
    • 提供者:CB7XHI8
« 1 2 ... .34 .35 .36 .37 .38 10839.40 .41 .42 .43 .44 ... 199244 »
搜珍网 www.dssz.com

浏览历史记录

关闭