CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - VC command

搜索资源列表

  1. vc++_ping

    0下载:
  2. windows的ping命令的源码,对学习编写程序有一定帮助-windows of the ping command source for the study and preparation procedures are helpful
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2.72kb
    • 提供者:云霄
  1. Amendedandcolorhistogramalgorithmcode

    0下载:
  2. 直方图修正和彩色变换的经典VC源码 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 -and color histogram that transform a classic VC command line compiler source process is as follows vcvars32 rc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:31.19kb
    • 提供者:fanxubo
  1. VC向Vb传递命令行参数

    0下载:
  2. VC向Vb传递命令行参数,我做的一个示例,有朋友要的-VC Vb to transfer command line parameters, I am doing an example, a friend to the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:40.4kb
    • 提供者:张三
  1. vc界面例子

    0下载:
  2. 大连110指挥界面,用vc做的,但是的需要数据库支持,界面部分功能需要数据库支持-command interface using vc done, but the need for database support, the functional interface need database support
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:95.92kb
    • 提供者:王晓东
  1. vc+6.0实现文本串的自由拆分

    0下载:
  2. 实现文本串的自由拆分,可用于命令行分解和字符管理部分-free separation can be used to the command line management of decomposition and some characters
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:31.2kb
    • 提供者:张连成
  1. PLC_Control.用VC++ 6.0和mscom编写的通讯程序

    0下载:
  2. 用VC++ 6.0和mscom编写的通讯程序,测试OK.主要是和三菱fx1s 的通讯,包含命令的收发和解码,要熟悉三菱fx1s 的通讯原理和mscom的通讯解码,呵呵,花了好大的功夫才调适好的,界面还有部分预留给未来的使用,可以控制马达的动作,当然你自己要会写PLC的代码。,Using VC++ 6.0 and the preparation of the communication process mscom test OK. Mainly Mitsubishi fx1s communicat
  3. 所属分类:通讯编程

    • 发布日期:2017-03-21
    • 文件大小:42.72kb
    • 提供者:ct688
  1. QuickWin

    0下载:
  2. 执行控制台或批处理程序并可以将运行的显示结果显示在窗口中的类似cmd程序的程序-A program similar to cmd command which can run control console or batch file and show the result in the result window
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:102.88kb
    • 提供者:夏雨
  1. test_dct

    0下载:
  2. 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4 x 4 matrix for the transformat
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:556byte
    • 提供者:浪飞人海
  1. Cadence的ncsc的例子

    0下载:
  2. Cadence的ncsc的例子。 ------------------------ vcd2wlf.bat:将VCD文件转换为modelsim波形格式的批处理。 vc.bat:VC命令行编译的批处理。需要针对自己机器的路径做一下修改。一般我们用VC的集成环境,但如果你习惯用命令行,可以用这个。 -Cadence' s ncsc example.------------------------ Vcd2wlf.bat: the VCD format files in
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-03-24
    • 文件大小:1.69kb
    • 提供者:zidane
  1. sufercode

    1下载:
  2. 本程序汇集了vc调用surfer指令的实例sufer图象广泛应用于各行各业-This procedure brings together surfer calls vc command examples sufer images are widely used in all walks of life
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:217.71kb
    • 提供者:liuyu
  1. Ping

    0下载:
  2. vc环境下实现ping命令,非常好的例子,可以参考一下。-vc achieve ping command, a very good example of oh
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:3.98mb
    • 提供者:duanjianjun
  1. usb_vc

    2下载:
  2. 用于与USB接口设备通讯的上位机程序,可将下位机USB接口设备传输的数据送至PC机并处理。每次数据传送都是上位机主动,上位机先发送命令(借用DEMO程序中的版本号部分),下位机收到READ_VERSION命令就发送64字节数据给上位机,并开始计时,每次发送把发送帧数加1,把时间和帧数发送到上位机显示,方便观察;上位机收到64字节数据就又给下位机发送READ_VERSION命令,重复1000次,测试需时31秒左右。64字节中:第2,3字节是发送帧数,第61字节是通信时间(S)-USB interf
  3. 所属分类:Windows编程

    • 发布日期:2013-01-08
    • 文件大小:9.3kb
    • 提供者:huming
  1. ContinuePing

    0下载:
  2. vc实现连续的ping命令功能。输入一IP地址,设置ping次数-vc achieve continuous ping command function. Enter a IP address, set the number of ping
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:57.15kb
    • 提供者:strugglewang
  1. console

    0下载:
  2. VC源码,可在命令列程序里轻松加入彩色文字或图框显示输出,包含一個简易的使用范例-VC source code can be command-line program easily by adding text or color frame output, including the use of a simple example
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.49kb
    • 提供者:mim
  1. TextHello

    0下载:
  2. VC# command prompt program that displays Hellow world.
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:19.91kb
    • 提供者:krish
  1. shellprograming

    0下载:
  2. Shell 编程源码,有20个程序,分别为VB、VC描述-Shell programming source code, there are 20 procedures, respectively, for VB, VC Descr iption
  3. 所属分类:Shell api

    • 发布日期:2017-05-02
    • 文件大小:995.18kb
    • 提供者:张治国
  1. HUAWEI_UMTS_Datacard_Modem_AT_Command

    0下载:
  2. HUAWEI UMTS Datacard/Modem AT 命令手册-HUAWEI UMTS Datacard/Modem AT Command Interface Specification
  3. 所属分类:Modem program

    • 发布日期:2017-04-05
    • 文件大小:486.96kb
    • 提供者:David Gao
  1. VC_TCL

    0下载:
  2. 功能描述: 此程序主要演示TCL的以下几个方法: 1. 使用接口Tcl_CreateCommand()增加命令 2. 使用另一个API接口Tcl_CreateObjCommand()增加命令 3. 演示Tcl_CreateCommand()和Tcl_CreateObjCommand()接口中参数ClientData和 Tcl_CmdDeleteProc *的使用方法 4. 如何使用TCL API创建自己的应用程序 5. 使用TCL自带的交互接口执行用
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:7.92kb
    • 提供者:曾华荣
  1. BluetoothdevelopmentVC

    0下载:
  2. 蓝牙指令VC实现其功能,蓝牙通信程序,PC界面程序-Bluetooth command VC to achieve its functionality, Bluetooth communication program, PC interface program
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:62.88kb
    • 提供者:liuzheng
  1. ping

    0下载:
  2. VC++60使用套接字实现ping命令。ICMP协议。-ping command with visual c++6.0
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:31.51kb
    • 提供者:hpzhu
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com