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

搜索资源列表

  1. graph_string_file

    0下载:
  2. Introducing the new and improved CGraph Classes!! CGraph was my attempt to produce a set of freeware graph classes. After several iterations of the classes, it became more and more difficult to maintain and support. 这是我在CGRAPH4的基础上和StringFil
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:809.18kb
    • 提供者:罗成
  1. rdel

    0下载:
  2. 该程序是用汇编语言编写的,采用COM 文件格式。主要设计思想为:把目录当作N个结点的二叉树, 采用二叉树的先序遍历完成对盘上目录的搜索、定位,即从根目录开始用INT21H的 4EH号子功能搜索匹配目录(CL=10H)并判断搜索的结果是否为目录,若是则进入此目录,删除文件后继续搜索下一级子目录。若不是则用INT21H的4FH号子功能搜索下一个匹配目录, 并在判断为真后进入目录删除文件,如此一级一级地纵向深入子目录删除文件,直到完成此目录的最后一级子目录的文件删除(遍历左子树)。然后用INT21的4
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1.32kb
    • 提供者:sunwei
  1. dect_image

    0下载:
  2. 功能是图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-function is image detection, template matching process compiler command line as follows vcvars32 rc bmp.rc cl detect.c
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:22.42kb
    • 提供者:zhanghua
  1. trans_image

    0下载:
  2. 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-open a bitmap, achieving geometric transformation process compiler command line as follows vcvars32 rc bmp.rc cl geot
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:28.79kb
    • 提供者:zhanghua
  1. trace_image

    0下载:
  2. 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-functions of edge detection and extraction. Contour Tracking command line compiler process following vcvars32 rc bmp.rc
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:31kb
    • 提供者:zhanghua
  1. testautomation

    0下载:
  2. 这是一个automation server 和 client 的演示程序 多个client 可以共享 server 进程 首先用ms vc++ .net 编译代码, 再运行 TestAutomation3.exe (server) 然后可以运行多个 TestAutomation2.exe (client) 单击 TestAutomation2 可以调用 TestAutomation3 中的方法和参数 -This is an automation server and c
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:89.54kb
    • 提供者:大名
  1. cll

    0下载:
  2. 点出系统1,打开cl.cgi,修改$myurl为你自己的实际使用路径!(也可以不修改) 2,上传到任意支持CGI的目录,设置cl.cgi属性为755 3,daten目录以及里面的所有文件属性设置为777 4,打开浏览器浏览-point out a system to open up cl.cgi. $ myurl changes for your own use of the actual path! (You can not amend) 2 Upload CGI support
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.11kb
    • 提供者:王欢
  1. EODL_demo

    0下载:
  2. how to extend an OLE DB consumer template class and make it much easier to use in applications. I had also explained how you can utilize the power of C++ exception-handling feature to make your work easier, especially in error handling. It was just a
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:299kb
    • 提供者:
  1. MyVprinter

    0下载:
  2. 用delphi开发的有关打印的驱动实例; LIBRARY genprint EXPORTS EnumPrintProcessorDatatypesW OpenPrintProcessor PrintDocumentOnPrintProcessor ControlPrintProcessor ClosePrintProcessor GetPrintProcessorCapabilities-with delphi development
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:505.74kb
    • 提供者:feige
  1. cl

    0下载:
  2. 复数计算,包括模量计算与比较,测量主辐角计算,复数线形组合
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13.51kb
    • 提供者:常玲
  1. wol

    0下载:
  2. // 局域网远程唤醒(Wakeup On LAN) -- 发送一个Magic Packet到某个MAC地址 // Magic Packet:UDP广播包,端口不限,数据是FF-FF-FF-FF-FF-FF加16个MAC // 编译:cl sendmagic.cpp ws2_32.lib
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:小月三石
  1. smooth

    0下载:
  2. 实现图象的平滑(去噪声),锐化 命令行编译过程如下 vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:22.86kb
    • 提供者:chenchen
  1. DG

    0下载:
  2. 实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:22.81kb
    • 提供者:chenchen
  1. SF

    0下载:
  2. 直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:29.13kb
    • 提供者:chenchen
  1. 直方图均衡化

    0下载:
  2. 直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-color histogram amendments and command line compiler transformation process following vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:29.93kb
    • 提供者:智慧
  1. 图象的几何变换3

    0下载:
  2. 图象的几何变换 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在
  3. 所属分类:Windows编程

  1. VB-621c

    0下载:
  2. DM4指令的VB打印例子源码说明.适合CITIZEN CLP-621/631,CL-S621/S631/S700/S703-DM4 command the VB source code examples illustrate print suitable for CITIZEN CLP-621/631, CL-S621/S631/S700/S703
  3. 所属分类:Printing program

    • 发布日期:2017-03-27
    • 文件大小:579byte
    • 提供者:丰匡电子
  1. r

    0下载:
  2. 实现图象的平滑(去噪声),锐化 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib-The Method of Preserving Edge Smoothing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:791.91kb
    • 提供者:liang
  1. TEEN-CL

    0下载:
  2. Routing Wireless sensor network Protocol: TEEN-cl
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.44kb
    • 提供者:ss.s
  1. GetLink

    0下载:
  2. 关于草榴社区链接获取的一个小工具,并分析是否有社区邀请码的帖子存在(a tool about get the links of cl bbs...)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:134kb
    • 提供者:cl1024er
« 12 3 »
搜珍网 www.dssz.com