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

搜索资源列表

  1. Apriori

    0下载:
  2. Apriori算法C++实现,Apriori算法是一种挖掘关联规则的频繁项集算法,其核心思想是通过候选集生成和情节的向下封闭检测两个阶段来挖掘频繁项集-Apriori algorithm C++ realize, Apriori algorithm is an association rule mining frequent itemsets algorithm, the core idea is the frequent item sets through a two-stage closed
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1060829
    • 提供者:lihaoliang
  1. DES

    0下载:
  2. 这是用C语言编写的DES加密解密文件的算法,很好地阐述了DES算法的核心思想。-This is the DES encryption algorithm to decrypt the file using C language, a good exposition of the core idea of ​ ​ the DES algorithm.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-01
    • 文件大小:3943
    • 提供者:yaowangfengling
  1. RotateTransform

    0下载:
  2. C#让图片围绕中心旋转一周,C#旋转图片的一个实例源码。实现思路是先装入图片,获取当前窗口的中心点,精选C#学习源码。-C# let the pictures around the center of rotation, a source code examples C# rotation picture. The idea is to first into the picture, the center point of access to the current window, select
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:31104
    • 提供者:糟熘鱼片
  1. qiuhe

    0下载:
  2. 问题描述 求1+2+3+...+n的值。 输入格式 输入包括一个整数n。 输出格式 输出一行,包括一个整数,表示1+2+3+...+n的值。 样例输入 4 样例输出 10 样例输入 100 说明:有一些试题会给出多组样例输入输出以帮助你更好的做题。 一般在提交之前所有这些样例都需要测试通过才行,但这不代表这几组样例数据都正确了你的程序就是完全正
  3. 所属分类:Other systems

    • 发布日期:2016-01-24
    • 文件大小:8192
    • 提供者:童话Bu说话
  1. RotateTransform

    0下载:
  2. C#让图片围绕中心旋转一周,C#旋转图片的一个实例源码。实现思路是先装入图片,获取当前窗口的中心点,构造图片显示区域:让图片的中心点与窗口的中心点一致,然后让绘图平面以图片的中心点旋转,恢复绘图平面在水平和垂直方向的平移,绘制图片并延时,将全局变换矩阵重置为单位矩阵-C# make una revolución alrededor del centro de la imagen, una instancia de código fuente C# girar la imagen. La idea
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:31711
    • 提供者:gpudn12
  1. BankManager

    0下载:
  2. 基于命令行的银行管理系统。可以用于学习相关系统的工作流程和C++类等相关基础思想-Command line-based bank management system. Relevant basic idea can be used to study the system workflow and C++ etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:8654
    • 提供者:赵冲
  1. 2.3QUICK-paixu

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

    • 发布日期:2017-04-13
    • 文件大小:2555
    • 提供者:Mj
  1. 1

    0下载:
  2. 上面的代码实现了一个目的――检查信号imf1(一个向量)是否存在绝对值大于1的点,这显然是基于C++的思想写出来的。如果在matlab下面,其实用两个语句就足够了(当然,可以合并为一个):-The above code implements a purpose- check signal imf1 (a vector) is greater than the absolute value of a point of presence, which is obviously based on C+
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:11409
    • 提供者:侬学锋
  1. vcDllCapture

    0下载:
  2. VC/C++源码,图形处理,屏幕抓图 C++ 基于DLL的屏幕抓图,是利用通用的热键管理DLL 实现的热键功能,在收到热键通知后截取屏幕的内容并保存到BMP 文件中。从而实现屏幕抓图功能,运行程序后,界面可参见上图,单击【浏览…】按钮可以改变保存文件的路径,而单击【设置】按钮则可以改变截取屏幕的热键。   实现思路主要是:   在一个DLL(热键管理DLL)中安装一个键盘钩子,用另一个程序(Capture)通过这个DLL 来增加、修改、删除热键。当用户按了抓取屏幕的热键后,热键管
  3. 所属分类:Screen Saver

    • 发布日期:2017-04-03
    • 文件大小:31264
    • 提供者:ynm
  1. VarianceCalc

    0下载:
  2. 方差计算器软件以及C++源代码,源码添加了注释,自认为已经很详细,但是有关于数据结构的部分我可以算没有添加任何注释了,因为数据结构这个东西我不认为添加一点注释是能够理解的。   用VC6编写,Win32 Application程序,源码均由个人完成。实现大致思路:   定义一个字符串,用于存储输入的数据,提取第一个字符到 mbi,如果其中有一个字符不是为数字、小数点、负号,将终止循环,那么mbi的值将不会是 \0 ,如果负号出现在除位置1以前的其它位置,或者小数点的个数已经超过1,那
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:15153
    • 提供者:kpudn72
  1. BinaryTree

    0下载:
  2. 大二数据结构课中“二叉树”的实验部分,用的C++实现,用基本的思想实现二叉树的几个方法,编译能通过。-Sophomore class in the experimental part of the data structure, binary , the use of C++ achieve binary tree using several methods to achieve the basic idea, the compiler through.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:284514
    • 提供者:杨嘉
  1. kuaidi

    0下载:
  2. c#快递查询程序[源码],测试时候没有添加太多的快递公司,快递数据取自kuaidi100网站,只是为了演示C#实现快递查询的机理、实现思路,自己可继续完善。使用时在列表框中选择快递公司名称,在下面输入快递单号即可。-c# Express check program [source], the test does not add too much time courier companies, courier data from kuaidi100 website, just to demonst
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:35190
    • 提供者:lpudn52
  1. SingleLinearList

    0下载:
  2. 使用C++编写的单链表,对于初学者很好用,思路很清晰-Use C++ write a single linked list, good for beginners to use, very clear idea
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1218481
    • 提供者:林蓝
  1. pro481v300ufo

    0下载:
  2. hi new create idea for c and c-hi new create idea for c and c++
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-26
    • 文件大小:26541
    • 提供者:suresh
  1. Cdafsdfasd

    0下载:
  2. 是一个C语言直接可以转成流程图的软件,可以将流程图导出,让别人了解我们开发的思路!-Is a C language can be transferred directly into a flow chart of the software, you can export the flowchart, let others know that we developed the idea!
  3. 所属分类:Software Testing

    • 发布日期:2017-05-07
    • 文件大小:1252071
    • 提供者:陈爱国
  1. 6_Design-of-Solar-Charge-Controller

    0下载:
  2. When a solar PV system is deployed for practical applications, the IV Charateristics keeps on changing with insolation and temperature. In order to receive maximum power the load must adjust itself and accordingly to track maximum power point. The
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:201330
    • 提供者:imanedilaneh
  1. Fountain

    0下载:
  2. This is a fountain graphic idea in c++.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-12
    • 文件大小:949
    • 提供者:cinderella
  1. checkAndmanageSystem

    0下载:
  2. 一、OA中报名和审核模块 1、前端页面:报名学员交互 2、后台管理:内部工作人员用的 3、用到的技术: JavaWeb:开发 a、HTTP协议(asp、php、javaweb) b、Tomcat服务器 c、JavaEE开发规范:很多技术的总称 Servlet/JSP规范:非常重要的。 数据库:MySQL。操作数据库:DBUtil框架 开发采用MVC和三层架构的思想:便于后期维护和扩展-A, OA in the registration and ve
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-11
    • 文件大小:2281196
    • 提供者:张裕
  1. yaolog

    0下载:
  2. 就C++而言,不少程序员只是简单地用printf来输出日志,或者临时写个日志类,log4cpp等比较“重型”的日志库的使用率反而并不怎么高(至少从我经历的项目而言)。也许是不想为不需要的功能付出额外的学习成本,但无论如何,对于通用类别的工具采取临时手写的方式来应付,从长远考虑,在功能性和健壮性方面是得不偿失的。写这个日志类(yaolog)的最初的想法只是为了实现“输出到文件的带有时间信息的printf”,后来历经不同项目需求的“拷问”,借鉴和引用了很多开源代码(在此对那些作者表示感谢),就成了现
  3. 所属分类:source in ebook

    • 发布日期:2017-04-26
    • 文件大小:26547
    • 提供者:wuji
  1. dList

    0下载:
  2. 单链表的基本操作,适合广大初学者,纯C的思想-Single list of basic operations, for the majority of beginners, the idea of pure C
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:176809
    • 提供者:王肖程
« 1 2 ... 10 11 12 13 14 1516 17 »
搜珍网 www.dssz.com