CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - vc direct

搜索资源列表

  1. WorkerSystem

    1下载:
  2. 一个用C语言编写的职工工资管理系统,直接打开用VC++6.0运行即可。可供C学习的参考。-A language with C wage management system, open a direct operation of using VC++6.0 can. C reference for the study.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:3437
    • 提供者:yanzhenghua
  1. dswMgr

    0下载:
  2. 工程资源管理器.它可以实现类似VC++中点击代码中的事件直接跳转到代码位置,有了它,你可以抛弃自带的工程管理器了,可以提高你的代码编写效率,节省编码时间。它还可以保存历史访问记录,直接定位访问次数最多的代码及窗体,允许和禁止编辑代码和窗体上的控件。应该说,从功能上,它绝对优于自带的管理器了。-Project Explorer. It can be achieved similar to VC++ in the Click event code in Jump direct to the code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:380415
    • 提供者:143
  1. CMU

    0下载:
  2. 函数方式实现了Dos命令行运行结果的2种捕捉方法: 1、命令行运行结果直接获取到buffer中 2、命令行运行结果获取到文件中 VC对话框界面也使用了多个Tab页方式,并用到了RichEditCtrl直接全部读取文件的方法(需要使用CALLBACK函数)-Function be achieved by Dos command line to run to capture the results of two kinds of methods: one, the command lin
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:181641
    • 提供者:马志强
  1. Distance

    0下载:
  2. 通过经纬度数据,直接计算2点之间的距离,包含VC、VB源代码,以及Excel发式求解的方法。-By latitude and longitude data, direct calculation of the distance between 2 points, including VC, VB source code, as well as Excel hair solution approach.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:8798
    • 提供者:xiao jing
  1. Cpp1

    0下载:
  2. 实现了用VC++实现了对滑窗积分法的编程,简单而方便-Sliding window integration with the programming method is simple and efficient, the results achieved by direct programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:542
    • 提供者:幽室
  1. vcTestMyGridList

    0下载:
  2. VC++ 一个动态的GridList数据列表组件,平时用的比较多的一种数据显示控件,运行程序可动态添加一行行数据,VC6下直接编译即可-VC++ a dynamic list of components GridList data, more usually used as a data control, run the program can dynamically add rows of data, VC6 can compile under the direct
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:24398
    • 提供者:zs1
  1. MazeGameFactory

    0下载:
  2. 用工厂模式写的一个迷宫构造方法。用vc开发。直接下载就可以运行。一扇门两个房间的构造。-With the factory pattern to write a maze constructed. By vc development. Direct download to run. Construction of two rooms of a door.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:266741
    • 提供者:chenqy
  1. sourceInsight-lan

    0下载:
  2. souceinsight软件的语言解析文件,用于高亮关键字,开发浏览代码时,有所帮助。-DeviceIOControl, vc in io shows how to direct the operation of the underlying need friends can learn about.
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:15991
    • 提供者:chehai
  1. getwords

    0下载:
  2. VB实现Word97-2003二进制文件格式文本提取程序的源代码,在此提醒:本控件本方法在vc中使用正常, 但是在vb中如果doc文件太大(测试过40M的)就会崩溃!同时也期待高手找到解决办法。   直接复制需要打开的WORD文件的绝对址,就能打开,注意文件不要太大。 -VB Word97-2003 binary file format text extraction program source code, to remind: this control method in vc u
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:625975
    • 提供者:汪志红
  1. zuoye11

    2下载:
  2. 1.编写递归函数计算Fibonacci数列,能避免重复计算 输入:input.txt,仅包含一个整数n(0-90) 输出:程序应能检查输入合法性,若有错误,输出错误提示“WRONG”;否则输出F(n)。两种情况都输出一个回车(形成一个空行)。所有实例均应在30秒内输出结果。 提示:可用一数组保存Fibonacci数列,用一个特殊值表示还未计算出Fibonacci数,递归调用前先检查数组,若已计算,直接取用,不进行递归调用;若未计算,调用递归函数,计算完成后保存入数组。实际上,这
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:690
    • 提供者:张蕊
  1. DXFToGCode20120923

    9下载:
  2. VC++6.0编写的CAD dxf文件直接转换为数控加工G代码程序。直接调入DXF文件,生成可用于数控加工的G代码。-Written by VC++6.0 CAD DXF files directly into G code program of CNC machining. Direct load DXF file generation, can be used for NC machining G code.
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-15
    • 文件大小:41984
    • 提供者:panshenghu
  1. Direct

    0下载:
  2. 基于vc++的阈值分割,投影检测,差影检测,模板匹配,sobel算子。-Threshold segmentation based on vc++, projection detection, shadow detection, template matching, sobel operator.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-20
    • 文件大小:5320922
    • 提供者:任燃
  1. kownloid

    0下载:
  2. 一个绘制五角星VC++程序,此文件包无口令,可以直接下载运行,(Drawing a pentagram vc + + program, the package without the password, can run for direct download,)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:98304
    • 提供者:yebbert
  1. VC GDI内存泄漏捕捉工具源码

    0下载:
  2. 内存泄漏捕捉工具,再也不用查找错误码了,直接报你需要的错误。(Memory Leak capture tool, no longer find the error code, the direct reporting of the error you need.)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:95232
    • 提供者:浪涛UFC
  1. TradeX-API-master

    3下载:
  2. TradeX.dll 股票交易、行情接口合二为一TradeX.dll 完全兼容原有的trade.dll下单业务,整合了行情数据 解决了华泰等券商服务器无法正常连接的问题,在任何时间段都可以正确取数据 支持VC,VB,C#,Python,直连交易服务器和行情服务器 py27-demo.py --> python-api演示文件 TradeX.dll --> TradeX行情交易接口 TradeX.lic --> TradeX许可文件TradeX-0.1.win32-py2.7
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:10191872
    • 提供者:pandaren
搜珍网 www.dssz.com