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

搜索资源列表

  1. KNN(CSHARP)

    1下载:
  2. 基于不断学习的贝叶斯-KNN文本分类算法的设计与实现,给出原始几个类别的文本文件,通过机器学习,获取各个类别文本内容的主要特征,在这个基础上,给出待分类的文件库,系统通过自动分类,对文件库中的文本进行分类,把文件分配到最有可能的类别中。-based learning Bayesian-KNN text classification algorithm design and implementation given several types of the original text file,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:108.25kb
    • 提供者:linvg
  1. 利用AE经行三维开发

    0下载:
  2. 利用AE经行三维开发!可以实现放大缩小!关键是能实现自动旋转,直观看到目标点,The use of three-dimensional development of AE by the line! Zoom can be achieved! The key is to achieve automatic rotation, intuitive to see the target points
  3. 所属分类:界面编程

    • 发布日期:2017-04-09
    • 文件大小:1.97mb
    • 提供者:许水燕
  1. wince-key

    0下载:
  2. 加密与解密; 中间可添加自定义的加密字符串。-Encryption and decryption the middle you can add custom encryption string.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:758byte
    • 提供者:pengjun
  1. SimpleCode

    0下载:
  2. 一、 完成一个类似windwos系统中“计算器”的软件。 (1) 界面与其类似,含菜单及菜单快捷键(菜单功能除了“帮助”外其余可以空置);设置自己的程序肖像。 (2) 须支持按键。 (3) 选择“帮助”里的“关于”子菜单,弹出一个版权提示窗口。 (4) (选作)当鼠标点击计算器的关闭按钮时 ,弹出一个消息框,提示“你真的要退出吗”,按确定退出,按取消则留在计算器中。 -First, the completion of a similar windwos system,
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:208.81kb
    • 提供者:位函
  1. CSharp[AESEncryptDecrypt]

    0下载:
  2. C#编写的文件加密解密程序,使用AES加密算法,速度快,安全,不限制要输入的密钥长度,可以选择是否更改加密后文件的后缀名,界面美观-C# documents prepared by encryption and decryption procedures, the use of AES encryption algorithm, fast, safe, no restrictions on the importation of key length, you can choose whether
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:84.58kb
    • 提供者:卓然
  1. 3DProgramming

    0下载:
  2. 使用wpf进行3d编程。wpf做桌面界面或网络编程都有其优势,是.net 3.0的重要特性。 -Wpf programming for the use of 3d. Does wpf desktop or network programming interface has its advantages. net 3.0 Key features of the.
  3. 所属分类:.net

    • 发布日期:2017-03-27
    • 文件大小:868.95kb
    • 提供者:yefeng
  1. ArcObjects-GIS-CSharp.NET

    0下载:
  2. 基于ArcObjects与C#.NET的GIS应用开发 在广泛的社会需求调查的基础上,选择国际流行的、最具代表性的、最新版本的ArcObjects作为CIS开发组件,以C#.NET作为开发环境,全面系统地阐述了应用型GIS工程项目开发的基本思路、技术方法和应用实例。-NET GIS application development based on ArcObjects with C#. "On the basis of a wide range of social needs survey,
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3.58mb
    • 提供者:小王
  1. SharpICTCLAS.net1.1

    0下载:
  2. 这是用C#编写的简单的中文分词程序,采用的是键树。-This is written in C# using simple Chinese word segmentation procedure is the key tree used.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:74.37kb
    • 提供者:星光
  1. GooglePageRankQuery

    0下载:
  2. 查询Google PageRank 破解全过程 1. 装个 google工具条 开启pagerank 2. 找个网络 sniffer 软件, 运行浏览器随便打开个网站, 3. sniffer将记录 google工具条发给 google的数据包 分析可得,传输协议是 http, 数据包内除了 有访问网站的地址, 关键还有个 ch参数 , ch参数根据网站地址不同 发生变化(看来关键是 ch怎么计算出来的!) 4.分析google工具条,得到计算 ch的汇编代码,然后翻
  3. 所属分类:Search Engine

    • 发布日期:2017-03-27
    • 文件大小:17.84kb
    • 提供者:yechen
  1. Campus_NetwrkSearchEngneAnalysisandDesign

    0下载:
  2. 随着Internet的迅速发展,校园网也不断发展,校园网中的信息量不断增大,我们在查找信息时也因其信息资源量大而不能很快找到所需的信息,所以一种基于校园网的搜索引擎也就应运而生了。而网络蜘蛛技术是搜索引擎的关键。本文围绕这一技术而展开。首先从搜索引擎的种类和原理整体分析了搜索引擎,然后研究网络蜘蛛这一技术,从网络蜘蛛技术的原理、一般系统结构、关键技术、技术实现等几个方面来分别分析、为设计校园搜索引擎作最基本的工作。选择.NET为设计平台,以C#语言编写程序。-With the rapid dev
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:316.29kb
    • 提供者:jia li you
  1. key

    0下载:
  2. 键盘记录C#版本的很不错 很简单 但是需要自己修改 设置为隐藏运行和邮件发送程序已启用很不错-C#. Net written records of the operation of the keyboard is very simple little procedure
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:45.03kb
    • 提供者:yuchengdu
  1. 8-2-4

    0下载:
  2. 檔案加解密程式-使用DES對稱式金鑰加密演算法進行檔案加密-File encryption and decryption program- the use of DES symmetric key encryption algorithm to encrypt files
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:14.41kb
    • 提供者:Reg
  1. 8-4-4

    0下载:
  2. 使用RC2對稱式金鑰加密演算法來進行檔案加密-Use RC2 symmetric key encryption algorithm to encrypt files
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:14.54kb
    • 提供者:Reg
  1. register

    0下载:
  2. 在C#中创建注册表,修改注册表,删除注册表,获取和设置注册表键值-In C# to create the registry, to modify the registry, delete the registry, access and set the registry key
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:103.06kb
    • 提供者:郭伟华
  1. kgdRegCode

    0下载:
  2. kgdRegCode软件注册码生成器 使用范围:本kgdRegCode.dll只能在Windows NT及其以上操作系统上使用! 使用方法:在kgdRegCode命令空间下,有两个方法:GenMachineCode()和GenRegCode(),GenMachnieCode用于生成机器码,GenRegCode用于生成软件注册码,另外还有一个属性,RegisterCode,你通过调用GenRegCode 生成的注册码可以通过这个属性来查看,主要用于和用户输入的注册码比对。
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:17.2kb
    • 提供者:吴贝贝
  1. Csharp

    0下载:
  2. 俄罗斯方块,源代码,可设置游戏中所使用的键,比较类似QQ游戏中的火拼俄罗斯-Russian box, the source code can be used in the game set up the key, to compare like with like QQ Russian Rush game
  3. 所属分类:Other Games

    • 发布日期:2017-04-16
    • 文件大小:195.66kb
    • 提供者:lixing
  1. Racer

    0下载:
  2. a simple car racing game,use arraow key to move our player
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:169.38kb
    • 提供者:vikas
  1. RegistryIO

    0下载:
  2. 一个C#例子,在C#中调用、查看注册表键值、修改处理注册表键值。-A C# example, in C# to call to view the registry key, registry key modifications to deal with.
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:47.99kb
    • 提供者:曹瞻
  1. key

    0下载:
  2. 判断键盘按下的键值,这个在平时开发的时候经常用到-Determine the key keyboard press, this time in the normal development of frequently used
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:33.08kb
    • 提供者:gucheng2008
  1. FileEncryptionAndDecryption

    0下载:
  2. C#加解密文件,可以自己创建私有密钥对文件进行加密与解密,IO对称加解密操作,强度很高,无私钥与解密算法情况下可逆性几乎为零。。VS2003/VS2005下编译通过-C# file encryption and decryption, you can create your own private key to encrypt and decrypt files, IO symmetric encryption and decryption operations, a high intensit
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:27.32kb
    • 提供者:赵世玉
« 12 3 4 »
搜珍网 www.dssz.com