CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - CALL

搜索资源列表

  1. VCGetDelphiDll

    0下载:
  2. 告诉大家一个在VC下如何调用Delphi等其它语言编写的动态库,只是一个方法。希望大家多多交流-tell you in a VC how to call other languages such as Delphi prepared by the DLL is only one way.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3006
    • 提供者:笨笨猫
  1. 54658lkjkl

    0下载:
  2. 可以调用数据库进行对输出数据的处理 可以写进输出文档-can process output datas call database can write and read documents
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:9301
    • 提供者:文英
  1. 上传局域网内自动升级程序

    2下载:
  2. 还是pb的源码,转载别人的。我认为不错,是C/S程序中的点睛之笔,解决程序自动更新问题。编译成exe文件可以独立使用或嵌入到其他平台中调用。-or the source, reproduced people. I think it is true, is C / S process of finishing touch to solve the problem automatically update procedures. Compiled exe files can be used inde
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:80323
    • 提供者:alum
  1. DelFile

    0下载:
  2. 这是一个文件操作的相关动态库,函数调用方式参照代码,里面封装了对文件的一写操作,在开发文件服务器的时候会有一定的帮助!-This is a document related to the operation of dynamic libraries, function call form the light source inside a package of documents of a write operation, in the development of file server wi
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:234611
    • 提供者:李名
  1. linuxini

    1下载:
  2. linux下面对INI文件读写的一个类 调用该类可实现与读写linux下ini文件的字段-below right INI file writable call such a category can be realized under linux and Reader documents field ini
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2805
    • 提供者:曾韋君
  1. IniFileNew

    0下载:
  2. 我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。 程序采用了两种方法,一种是使用iterator调用,一种是直接使用数组下标,可根据不同情况分别选用。 采用C++STL编写,适用于Windows,Linux,Unix任意平台下的任意开发环境,在此只是用Win平台的CBuilder做个示意。-we are always use configuration files. Therefore, I have prepared a document l
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:51358
    • 提供者:随便看看
  1. pptcon

    0下载:
  2. 调用POWERPOINT的接口转换PPT文件为图片或网页的程序,比较实用-Call Interface Powerpoint document conversion PPT website for pictures or procedures, more practical
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:208113
    • 提供者:王涛
  1. clsLog

    0下载:
  2. 一个使用缓冲区实现的日志程序,源文件为一个类,供使用者调用。使用缓冲区的好处就不多说了。-use of a buffer to achieve the log, source documents for a class, call for users. The benefits of the use of the buffer zone is not more.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1995
    • 提供者:水中雁
  1. understand-for-fortran

    1下载:
  2. 本软件可以将frotran程序的框架全部列出来,能让程序之间的互相调用关系看起来一目了然,同时在一个大型的程序中间查找变量起来特别的方便,不仅可以显示出所在的行数,而且,在查找到的内容里面双击就可以到达相应的位置,对用fortran编程的人来说,我认为还是一个不错的工具。-the software can be frotran the procedures set out in the framework of all, procedures can call among the relatio
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:9972929
    • 提供者:王佳佳
  1. filenamesort

    0下载:
  2. 将文件夹里面的文件按照顺序排序,以便其他函数调用,打开多个文件的时候按照顺序打开。-folder inside of the document in accordance with the order of ranking, so that other function call, open multiple documents in accordance with the sequence open.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:10875
    • 提供者:赵真清
  1. cifang

    0下载:
  2. 用C语言编写程序,以单链表为存储结构,对学生成绩进行处理,要求实现如下功能: (1)随意输入1班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在一个单链表中;随意输入2班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在另一个单链表中; (2)对至少4人的成绩进行修正,输入班级、学号和成绩修正,如+5,-3,-10,+2,但仍要保持数据按成绩由高到低有序; (3)分别按顺序输出两个班的成绩表。 (4)将两个班的单链表合并成一个单链表,数据仍按成绩由高到低有序;
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2030
    • 提供者:houny
  1. outFunc

    0下载:
  2. 用C#实现调用外部程序,方便程序间的互相切换。-C# realization call external procedures to facilitate the process of switching each other.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1150
    • 提供者:yuanhc
  1. blwj

    0下载:
  2. 一个遍历文件夹中文件的例子,已经在源码上做了修改,方便调用!-traverse a document folder example, the source code has been revised to facilitate the call!
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26339
    • 提供者:zy
  1. xiaojin

    0下载:
  2. 上传一个题目为病房呼叫模拟控制电路的课程设计任务书-uploads a topic of ward call analog control circuit design of the curriculum book
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:131072
    • 提供者:dusong
  1. dos11111

    0下载:
  2. 使用mfc模拟dos操作系统的部分功能,只是简单的调用了一些api函数,并未使用汇编语言写底层函数-use mfc simulation dos part of the operating system functions, simply call a number api function, did not use the bottom to write assembly language functions
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:107356
    • 提供者:郑强
  1. testWordAll

    0下载:
  2. 本工程里的代码是针对VC6调用操作word2003的,是我很辛苦做的,有对Word书签操作的方法,对表格操作的方法,表格复制的方法等等。不过代码乱了些,请见谅,呵呵。-the code works against VC6 call word2003 operation, I am very hard to do. Word bookmarks to have the operation method of operation of the form, copy the form and so o
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8244890
    • 提供者:高茜
  1. Linux_systerm_call

    0下载:
  2. 《LINUX下增加系统调用的二种方法》 摘要: 在分析LINUX系统调用机制的基础上通过修改内核源代码和插入内核模块实现二种增加系统调用的方法。 关键词: LINUX系统调用操作系统-"Linux system call to increase the two methods" Abstract : Analysis of the Linux system call mechanism adopted on the basis of amendments to the
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:44531
    • 提供者:jackeyer
  1. SIP-Call-Flow-Examples

    1下载:
  2. SIP呼叫流程的示例,英文版,是很好的学习资料。-SIP call flow examples, in English, is a very good learning materials.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:120731
    • 提供者:lxm
  1. VC-Call-ansys

    0下载:
  2. VC调用ansys,实现后台运行,全代码-VC call ansys, running in the background, the whole code
  3. 所属分类:File Operate

    • 发布日期:2017-11-09
    • 文件大小:3839
    • 提供者:xiaolong
  1. VCPP-call-matlab-draw-sin-curve

    0下载:
  2. vc++6.0调用matlab的函数,画正弦曲线,比较详细的源码。-vc++6.0 to call matlab function, draw a sine curve, the more detailed source.
  3. 所属分类:File Operate

    • 发布日期:2017-11-01
    • 文件大小:2216679
    • 提供者:zhtwei
« 12 3 4 5 6 »
搜珍网 www.dssz.com