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

搜索资源列表

  1. rising钥匙盘破解源码.rar

    1下载:
  2. DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;
  3. 所属分类:汇编语言

    • 发布日期:
    • 文件大小:314
    • 提供者:
  1. yy

    0下载:
  2. 实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-achieving pictorial and jitter technology, and command line compiler bmp2txt process following vcvars32 rc bmp.rc cl dither.c bmp.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:23353
    • 提供者:杨卿卿
  1. dllTest

    0下载:
  2. steps: . compile dll: cl /LD f.cpp . view the exports: dumpbin /exports f.dll . compile exe: cl test.cpp . run: test
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:841
    • 提供者:宗睿
  1. edge

    0下载:
  2. 关于边沿检测与提取,轮廓跟踪的图象算法,命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib-on edge detection and extraction, image contour tracking algorithm, the command line compiler process following vcvars32 rc bmp.rc cl edge.c bmp.res user32.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6374
    • 提供者:峰云
  1. ExMAPIDemo

    0下载:
  2. extended mapi demo, you can use the program develop extended mapi client to retrieve and send e-mail.-extended MAPI demo, you can use the program develop extended MAPI cl ient to retrieve and send e-mail.
  3. 所属分类:Email客户端

    • 发布日期:2008-10-13
    • 文件大小:49030
    • 提供者:石羽
  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
    • 文件大小:828601
    • 提供者:罗成
  1. readygonews

    0下载:
  2. 1.支持中文验证码,让网站更加安全 2.采用ASP.NET 2.0技术制作 3.三层架构设计,层次分明,功能可拓展性强。 4.优化的缓存设计,执行速度是ASP类网站的3~4倍。 5.安全性更高,能够有效防范WEB攻击。 6.面向搜索引擎设计——采用URL重写技术,增加搜索引擎收录机会。 7.前后台代码分离,使前台界面修改更加容易。 8.可选风格及模板,可对不同分类和专题使用不同模板和风格显示充分满足客户要求。 9.功能强大的网页编辑器,方便进行图文
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:772848
    • 提供者:efish
  1. rdel

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

    • 发布日期:2008-10-13
    • 文件大小:1355
    • 提供者: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
    • 文件大小:22953
    • 提供者: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
    • 文件大小:29478
    • 提供者: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
    • 文件大小:31747
    • 提供者:zhanghua
  1. tansform

    0下载:
  2. 是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 -corruption, inflation, thinnin
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:19208
    • 提供者:qq
  1. cos 向T=CL协议的卡发送COS指令

    0下载:
  2. //功 能:向T=CL协议的卡发送COS指令 //参数说明:CID[IN]: 高半字节指明是否包含CID,低半字节=CID // pCommand[IN]:COS指令 // ComLg[IN]: COS指令长度 // pAnswer[OUT]:卡片应答数据 // pAnsLg[OUT]: 应答数据长度
  3. 所属分类:源码下载

    • 发布日期:2010-12-17
    • 文件大小:4375
    • 提供者:jiaodiande
  1. PCDevelopment

    0下载:
  2. NXP MIFARE Card reader Pegoda CL RD701
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:248425
    • 提供者:LamiLami
  1. TEEN-CL

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

    • 发布日期:2017-04-13
    • 文件大小:2498
    • 提供者:ss.s
  1. MIMO-ol-cl

    0下载:
  2. 可以计算和比较MIMO开环和闭环系统的信道容量,可以看出闭环比开环系统更大的容量。-ol vs cl comparison
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1599
    • 提供者:John
  1. CL

    0下载:
  2. 基金CL因子的量化择时策略,每日可自动推荐近期走势较好的行业-Fund CL factor quantitative timing strategy, the daily trend of the industry can automatically recommend a better trend
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-12
    • 文件大小:1262
    • 提供者:李维国
  1. GetLink

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

    • 发布日期:2018-01-03
    • 文件大小:137216
    • 提供者:cl1024er
  1. 翼型失速延迟修正

    0下载:
  2. 基于三种失速延迟模型对CL、CD进行修正的程序(Program for modifying CL and CD based on stall delay model)
  3. 所属分类:*行业应用

  1. cl

    0下载:
  2. 可以画出CL多小波的尺度函数和小波函数的图像,只要把滤波器组输入相关的系数即可完成(We can draw the scale function of CL multi wavelet and the image of the wavelet function, so long as the filter banks are input the correlation coefficients can be completed.)
  3. 所属分类:图形图象

    • 发布日期:2018-04-22
    • 文件大小:9216
    • 提供者:好好学习闵
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com