资源简介
封装的 .net 打码类库,支持手动打码与联众、、打码兔、优优云、QQ超人、小爱等多个远程打码平台 资源是此类库的使用 demo!
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace 打码Demo
{
public partial class Form1 : Form
{
Nie.Apps.Captcha.CaptchaResult result;
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
DMEngines.Items.AddRange(Nie.Apps.Captcha.CaptchaFactory.Providers);
}
private bool check()
{
if (DMEngines.SelectedItem == null)
{
MessageBox.Show(“请选择打码引擎!“);
return false;
}
if (DMEngines.SelectedItem.To
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 75776 2014-04-08 02:03 打码Demo\bin\Debug\Captcha.dll
文件 1405952 2014-02-12 00:43 打码Demo\bin\Debug\CrackCaptchaAPI.dll
文件 114688 2013-12-31 12:39 打码Demo\bin\Debug\dc.dll
文件 77824 2013-08-03 11:33 打码Demo\bin\Debug\FastVerCode.dll
文件 1543 2014-04-08 01:17 打码Demo\bin\Debug\test.jpg
文件 179712 2014-02-18 10:18 打码Demo\bin\Debug\UUWiseHelper.dll
文件 201728 2013-07-17 15:32 打码Demo\bin\Debug\xiaoapi.dll
文件 12288 2014-04-08 02:03 打码Demo\bin\Debug\打码Demo.exe
文件 898 2014-04-08 01:49 打码Demo\demo说明.txt
文件 4050 2014-04-08 01:49 打码Demo\Form1.cs
文件 7257 2014-04-08 01:49 打码Demo\Form1.Designer.cs
文件 5817 2014-04-08 01:49 打码Demo\Form1.resx
文件 865 2014-04-07 23:39 打码Demo\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6423 2014-04-08 01:59 打码Demo\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 530 2014-04-08 02:04 打码Demo\obj\Debug\打码Demo.csproj.FileListAbsolute.txt
文件 977 2014-04-08 02:03 打码Demo\obj\Debug\打码Demo.csproj.GenerateResource.Cache
文件 3696 2014-04-08 02:03 打码Demo\obj\Debug\打码Demo.csprojResolveAssemblyReference.cache
文件 12288 2014-04-08 02:03 打码Demo\obj\Debug\打码Demo.exe
文件 180 2014-04-08 02:03 打码Demo\obj\Debug\打码Demo.Form1.resources
文件 24064 2014-04-08 02:03 打码Demo\obj\Debug\打码Demo.pdb
文件 180 2014-04-08 02:03 打码Demo\obj\Debug\打码Demo.Properties.Resources.resources
文件 491 2014-04-07 23:39 打码Demo\Program.cs
文件 1344 2014-04-07 23:39 打码Demo\Properties\AssemblyInfo.cs
文件 2872 2014-04-07 23:39 打码Demo\Properties\Resources.Designer.cs
文件 5612 2014-04-07 23:39 打码Demo\Properties\Resources.resx
文件 1097 2014-04-07 23:39 打码Demo\Properties\Settings.Designer.cs
文件 249 2014-04-07 23:39 打码Demo\Properties\Settings.settings
文件 3820 2014-04-08 01:58 打码Demo\打码Demo.csproj
目录 0 2014-04-07 23:39 打码Demo\obj\Debug\TempPE
目录 0 2014-04-08 02:04 打码Demo\bin\Debug
............此处省略9个文件信息
- 上一篇:c# 2048 游戏(毕业设计可参考)
- 下一篇:C# 制作 IE插件
相关资源
- winform仿qq停靠屏幕边缘
- 利用uu云打码平台的lib实现的c#打码平
- UU云远程打码工具源码
- QQ农场辅助工具源码
- QQMsg群发源代码,好东西啊,运营用最
- C# 远程关闭重启计算机 实例源码下载
- QQ聊天记录Mht转Html格式(附工具源码
- 仿照QQ好友分组的伸缩式菜单
- QQ C#编写的局域网内的通讯工具QQ
- qqWPF 一款应用微软WPF技术编写的仿q
- QQCSharp 一套模仿QQ的实时语音以及视频
- TLoveQUI 此聊天软件系统是模拟现今国
- RemoteDesktopControl 利用桌面驱动实现远
- MyQQ C#实现QQ功能
- RemoteControl C#实现的远程控制代码
- CSharp-QQdemo 基于 Udp协议
- CSharpvideo-source c#编的视频传输软件源
- QQIM_shell 一个使用C#编写的高仿QQ的
- c_control c#编写的远程桌面监控的软件
- Paway.Windows.Forms C#窗体个性 设计 像Q
- Shutdown 远程关闭或重新启动局域网内
- c#远程桌面连接监控源码
- C# MyQQ视频聊天程序(完整源码+文档)
- c#远程监控和控制对方系统源码
- 自动注册qq源代码
- 多功能QQ邮件发送(C# 源码)
- c# winfrom socket模拟QQ多人聊天
- C#仿QQ截图源码DLL+Demo
- C#聊天程序改进版
- C#调用大漠插件给微信,QQ发信息
评论
共有 条评论