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

搜索资源列表

  1. mima

    0下载:
  2. 一个简单的C++密码设计,设计密码的基本思路就是这样的简单。-A simple C++ of password design, the basic idea is to design a password such simple.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:2244
    • 提供者:李华
  1. max

    0下载:
  2. 实验描述:给定X和Y都是n位整数,计算乘积XY。分治算法思想,将n位X和Y分成2段,每段n/2位。则X分为AB两段,Y分为CD两段。 有X=A*(10)^(n/2)+B,Y=C*(10)^(n/2)+D;XY=(A*(10)^(n/2)+B)(C*(10)^(n/2)+D)=AC*(10)^n+(AD+BC)*(10)^(n/2)+BD。 -Experiment: given X and Y are n-bit integers, calculate the product of the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:985
    • 提供者:tianguochao
  1. PQfenjie

    0下载:
  2. pq分解法,c语言编写,条理清晰,注释详细,构思精巧-Written in C language trends PQ decomposition process, the absolute self, clarity, detailed notes, the idea of compact
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5489
    • 提供者:黄起
  1. B0069

    0下载:
  2. C#写的很不错的家庭理财管理系统~可以看看思路的!-Very good family financial management system written in C# ~ can look at the idea!
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2637210
    • 提供者:魏巍
  1. PageRank

    0下载:
  2. 这是一本介绍PageRank算法的资料。PageRank基本思想:如果网页T存在一个指向网页A的连接,则表明T的所有者认为A比较重要,从而把T的一部分重要性得分赋予A。这个重要性得分值为:PR(T)/C(T)其中PR(T)为T的PageRank值,C(T)为T的出链数,则A的PageRank值为一系列类似于T的页面重要性得分值的累加。 -This is the one introduced the PageRank algorithm. PageRank basic idea: If the p
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:355666
    • 提供者:
  1. ShortestPath_FLOYD

    0下载:
  2. 代码的功能:用弗洛伊德算法求每一对顶点之间的最短路径的c语言实现。弗洛伊德算法采用图的带权邻接矩阵存储结构。算法基本思想:假设求顶点Vi到Vj的最短路径。弗洛伊德算法依次找从Vi到Vj,中间经过结点序号不大于0的最短路径,不大于1的最短路径,直到中间顶点序号不大于n-1的最短路径,从中选取最小值,即为Vi到Vj的最短路径。- Functionality of the code: Freud algorithm for each of the shortest path between ver
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2839
    • 提供者:Mei
  1. quick

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列-Quicksort (Quicksort) is to improve a bubble sort. By CAR Hoare in 1962. The basic idea is
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:882
    • 提供者:叶幸
  1. TIDEAziph

    0下载:
  2. 采用C++实现IDEA私钥加密密算法,可对文件和字符串进行加解密 -The C++ IDEA private key encryption encryption algorithm, encryption and decryption of files and strings
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:26901
    • 提供者:qinzhifan
  1. Csimple

    0下载:
  2. 讲述c语言一些有趣的程序实现方法,对程序员的思路有很大的扩展-Some interesting program about the c language implementations greatly expanded on the idea of ​ ​ programmers
  3. 所属分类:source in ebook

    • 发布日期:2017-05-18
    • 文件大小:4798634
    • 提供者:大锅饭
  1. I4_iideaaD

    0下载:
  2. IDEA算法,用C++实现的。对然不不是界面的。但是对于理解这个算法非常有用 -IDEA algorithm with C++ achieve. However, not interface. But very useful for understanding this algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:17347
    • 提供者:tyjx
  1. Tic-Tac-Toa

    0下载:
  2. Tic Tac Toe A game designed in c++ to give student and idea about how tto do game programming in c++.
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:35247
    • 提供者:Hassan
  1. OIDEEA11w

    0下载:
  2. 自己开发的C语言实现的IDEA算算法的程序源码,能运行 -Developed C language implementation of the IDEA on the program source code of the algorithm can run
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2398
    • 提供者:apwyhh
  1. reversec++

    0下载:
  2. reverse c++, This appendix discusses the most common logical and control flow constructs used in high-level languages and demonstrates how they are implemented in IA-32 assembly language. The idea is to provide a sort of dictionary for typical assemb
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:919907
    • 提供者:yang
  1. HeapSort

    0下载:
  2. 在Visual C++环境下实现算法与数据结构中堆排序,采用面向对象的思想编程实现-Heap sort algorithm and data structure in Visual C++ environment, using the idea of ​ ​ object-oriented programming to achieve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:264660
    • 提供者:ba
  1. 2272228-2260298

    0下载:
  2. this important document for newcomer which gives idea about data structure using c-this is important document for newcomer which gives idea about data structure using c
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:112111
    • 提供者:rohit
  1. 43749952-rohit

    0下载:
  2. this important document for newcomer which gives idea about data structure using c-this is important document for newcomer which gives idea about data structure using c
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:95350
    • 提供者:rohit
  1. haigui

    0下载:
  2. c++实现循环螺旋输出26个英文字母,思路很巧秒,很不错的资源-circulation spiral c++ output 26 letters of the alphabet, the very clever idea of ​ ​ seconds, a very good resource
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:956580
    • 提供者:fmk
  1. digui

    0下载:
  2. 一个用C++写的递归程序,实现递归算法,根据C++数据结构的思想实现-A C++ write recursive procedure, a recursive algorithm, based on idea of ​ ​ C++ data structure to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:588073
    • 提供者:HJ
  1. dos_snake.zip

    0下载:
  2. dos 下的,c++做的小游戏,用了类的思想,under dos c++ to do game, with the idea of the class
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:1554650
    • 提供者:温辉翔
  1. Electronic_Devices_and_Amplifier_Circuits_with_MA

    0下载:
  2. The idea of programming might sound like a daunting task, but don’t worry. We designed this chapter so that you can get your feet wet without having to delve into the deeper complexities of programming. The chapter begins with a discussion on CodeWar
  3. 所属分类:Communication

    • 发布日期:2017-12-05
    • 文件大小:6998268
    • 提供者:engineer
« 1 2 ... 8 9 10 11 12 1314 15 16 17 »
搜珍网 www.dssz.com