登录
首页 » C# » csdmcapture

csdmcapture

于 2020-05-27 发布
0 205
下载积分: 1 下载次数: 2

代码说明:

说明:  C# 调用大漠插件实现找字、找图、截图、打字等功能(C # calls the desert plug-in to find words, find pictures, screenshots, typing and other functions)

文件列表:

code\调用大漠插件\03调用大漠插件.csproj, 4846 , 2013-06-05
code\调用大漠插件\03调用大漠插件.csproj.user, 227 , 2013-06-05
code\调用大漠插件\App.config, 187 , 2013-06-04
code\调用大漠插件\bin\Debug\dm.dll, 823296 , 2013-06-04
code\调用大漠插件\bin\Debug\dmc.dll, 390656 , 2013-06-04
code\调用大漠插件\bin\Debug\word.txt, 178 , 2013-06-05
code\调用大漠插件\CDmSoft.cs, 109231 , 2013-06-04
code\调用大漠插件\ClassDiagram1.cd, 60 , 2013-06-05
code\调用大漠插件\Form1.cs, 5647 , 2017-07-29
code\调用大漠插件\Form1.Designer.cs, 9771 , 2014-12-30
code\调用大漠插件\Form1.resx, 6165 , 2014-12-30
code\调用大漠插件\Form2.cs, 419 , 2017-07-29
code\调用大漠插件\Form2.Designer.cs, 2930 , 2013-06-05
code\调用大漠插件\Form2.resx, 5817 , 2013-06-05
code\调用大漠插件\Form3.cs, 419 , 2017-07-29
code\调用大漠插件\Form3.Designer.cs, 2894 , 2013-06-05
code\调用大漠插件\Form3.resx, 5817 , 2013-06-05
code\调用大漠插件\Program.cs, 533 , 2013-06-04
code\调用大漠插件\Properties\AssemblyInfo.cs, 1360 , 2013-06-04
code\调用大漠插件\Properties\Resources.Designer.cs, 3990 , 2013-06-05
code\调用大漠插件\Properties\Resources.resx, 6681 , 2013-06-05
code\调用大漠插件\Properties\Settings.Designer.cs, 1108 , 2013-06-04
code\调用大漠插件\Properties\Settings.settings, 249 , 2013-06-04
code\调用大漠插件\Resources\baidu.png, 7050 , 2013-06-05
code\调用大漠插件\Resources\chazhao.png, 6594 , 2013-06-05
code\调用大漠插件\Resources\Snap1.png, 3830 , 2013-06-05
code\调用大漠插件\bin\Debug, 0 , 2017-07-29
code\调用大漠插件\bin\Release, 0 , 2013-06-04
code\调用大漠插件\bin, 0 , 2017-07-29
code\调用大漠插件\Properties, 0 , 2017-07-29
code\调用大漠插件\Resources, 0 , 2017-07-29
code\调用大漠插件, 0 , 2017-07-29
code, 0 , 2017-07-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • sd_drv
    这是sd卡驱动的源代码,适合通信设备把sd卡当作硬盘使用(This is the sd card driver source code for communications equipment put sd card as a hard disk use)
    2007-06-07 12:11:07下载
    积分:1
  • 1
    发撒地方萨芬 飞洒的浪费就 广泛的郭德纲个梵蒂冈的(Safin Feisa hair sprinkled local waste on a wide range of Guo Degang Vatican)
    2013-11-26 15:38:39下载
    积分:1
  • KCBJ
    说明:  库存仿真,对比各策略,选择优化,相互比较(Stock simulation, comparing the strategy, select the optimization, compared with each other)
    2010-04-01 13:46:08下载
    积分:1
  • 最终-高级转弯
    一个简单的电脑鼠走迷宫程序,略微改进了转弯代码。(A Micromouse maze simple procedure, slightly improved turn code.)
    2017-10-30 11:07:21下载
    积分:1
  • 194947
    用TCP获得网路标准时间来设定您的PC时钟(Set your PC clock with TCP to get network standard time)
    2018-12-31 15:05:46下载
    积分:1
  • measure
    可以在使用此代码实现测量距离,主要是ArcEngine C#实现(Measuring the distance, mainly ArcEngine C# implementations can use this code)
    2012-10-19 15:52:40下载
    积分:1
  • Cyclonev0.88
    m68k的arm模拟汇编代码,效率非常高。(source code emulator of m68k on arm)
    2009-07-10 15:03:37下载
    积分:1
  • BMPtoAVI最终版
    说明:  基于visual c++开发,实现有bmp图像序列向avi视频信号转化(Based on Visual C + + development, the conversion from BMP image sequence to avi video signal is realized)
    2020-06-16 11:00:02下载
    积分:1
  • sLinkList
    说明:  项目任务 在单链表类中增加一个功能erase(x, y), 删除表中所有值在 [x, y] 之间的结点。假设链表中结点数值类型是整形,要求编程返回删除相应结点后的链表长度和链表元素。 输入描述 第一行输入链表List的结点元素值,元素之间用空格间隔,且均为int类型; 第二行输入为x和y,分别表示需要删除结点元素的最小值和最大值。 输出描述 第一行输出删除相应结点后链表的长度; 第二行输出删除相应结点后链表的所有元素,元素之间用空格间隔。若无剩余元素,输出null。(Project tasks A function erase (x, y) is added to the class of single linked list to delete all nodes whose values are between [x, y]. Assuming that the numerical type of the node in the linked list is plastic, the program is required to return the length and elements of the linked list after deleting the corresponding nodes. Enter a description In the first line, enter the node element values of the linked list list, with spaces between the elements, and all of them are of type int; In the second line, input X and y to indicate the minimum and maximum values of node elements to be deleted. Output description The first line outputs the length of the linked list after deleting the corresponding node; The second line outputs all the elements of the linked list after deleting the corresponding nodes, with space between the elements. If there are no remaining elements, null is output.)
    2020-11-04 16:54:25下载
    积分:1
  • graphical-reporting
    C#编写各种WIN、WEB的图形报表,并提供多种报表表现形式(Written in C# of WIN, WEB graphical reporting, and offers a variety of report forms)
    2011-11-05 12:08:41下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载