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

搜索资源列表

  1. dingshiguangji

    0下载:
  2. 正常实现操作系统定时关机的功能能进一步了解操作系统编程的思想-Normal shutdown from time to time to achieve the functions of the operating system to further understand the idea of operating system programming
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:30477
    • 提供者:黄广
  1. caishuzi

    0下载:
  2. 自己编写的猜数字游戏请给点意见吧自己编写的猜数字游戏请给点意见吧-I have written, please猜数字game points you have written, please point猜数字game idea
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:21045
    • 提供者:liuruo
  1. LaptopBackupsource

    0下载:
  2. 热插拔设备现在是一个巨大威胁的IT安全。 In this article, we will try to develop a user-mode application to detect device change on the system, ie plug-in a USB drive, iPod, USB wireless network card, etc. The program can also disable any newly plugged devices.在本文中,我们将尝
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:333018
    • 提供者:mm
  1. hobo6676ASPNetDataGrid

    0下载:
  2. 应客户要求再次开发有滚动条的ASP.Net DataGrid控件 从该例子中可以学习到对VS提供的标准控件进个性开发的思路-Customer requirements should be re-development of the scroll bar ASP.Net DataGrid control from the example of the VS can learn to provide a standard control into the idea of personality de
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-03
    • 文件大小:2247
    • 提供者:hobo6676
  1. e19c7600-55cd-4382-a965-dd1ee145f3b7

    0下载:
  2. 《微型计算机系统应用基础》 本书包括计算机基础知识与操作系统、文字处理系统、程序设计入门等内容,覆盖了计算机基础知识的各个方面。为反映最新的技术成就,还包括了Windows操作系统和计算机病毒方面的内容。   本书在内容上力求使初学者得到清晰的概念、坚实的基础;在编写上力求结合实际、易于掌握上机操作、篇幅简练。达到使初学者很快入门,打好基础的目的。 - Application of micro-computer system based on the book, including
  3. 所属分类:OS Develop

    • 发布日期:2017-05-28
    • 文件大小:11009250
    • 提供者:liuhongbo
  1. NetClient

    0下载:
  2. 里面有一个QQ远程聊天系统,可以给你开发远程聊天一点思路哦-Inside there is a long-range QQ chat systems, can give you a little idea of the development of long-distance chat Oh
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:202744
    • 提供者:吕枫
  1. A

    0下载:
  2. 这是我根据A*算法,通过javascr ipt实现的最短路径程序。可以说,程序非常糟糕,不过总算是实现了。思路是起点和终点的跑动过程中,我们中间可能会遇到障碍物,所以,我们不能仅仅是两点一直线,而是聪明的饶过障碍物进行聪明的跑动-This is my under the A* algorithm, through the javascr ipt to achieve the shortest path procedure. It can be said that the procedure is
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:2505
    • 提供者:wayne
  1. IDEA_in_C

    0下载:
  2. C实现的IDEA加密算法,可作为应用参考。-C to achieve the IDEA encryption algorithm, the application can be used as reference.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:14881
    • 提供者:yuvmen
  1. jinchengshouhu

    1下载:
  2. 双进程守护例子,想法其实大家都会,但实现不容易,大家可看看,其实运行时移动走一个程序,也失败了-Dual-process guardian example, the idea of fact, we will, but not easy to achieve, we can see, in fact, run-time mobile take a program, but also failed
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:10562
    • 提供者:王奎
  1. No000056

    0下载:
  2. 快速掌握TCP编程技术 TCP编程基本思路,基本方法等-TCP programming technology to grasp the basic idea of TCP programming, basic methods
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:380690
    • 提供者:lancy
  1. cpp

    0下载:
  2. 内容比较全面,构思新颖!个人辛苦了两天编写和修改的,多多提意见!-Content more comprehensive, innovative idea! Individuals have worked hard to prepare and modify the two-day, multi-do so!
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:2352
    • 提供者:wenxing
  1. shijianpian

    0下载:
  2. 简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程。直至所有的进程运行完毕。-Simple movement of the basic idea is: all lined up ready for the process according to a FCFS queue, the processor is always assi
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:1248
    • 提供者:Andy
  1. 883

    0下载:
  2. 功能: 用回溯算法求解883喝酒问题。注意: 该程序尽可能用与算法一致的思路实现算法, 力求简单明了, 注重算法的清晰性-Function: The retrospective algorithm 883 alcohol problem. NOTE: The procedures and algorithms as much as possible consistent with the idea of algorithm to simple algorithms focus on the cl
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3988
    • 提供者:佚名
  1. c++source

    0下载:
  2. 利用矩阵的思想 大量数据分类储存 以矩阵的形式储存 大家可以参考下-The idea of using matrix classification of a large amount of data stored in matrix form of storage we can refer to the following
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-05
    • 文件大小:243153
    • 提供者:谭响林
  1. my_cam

    0下载:
  2. 一个比较简单的设想头小程序..(C#)-A relatively simple idea of the first small program .. (C#)
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:13378
    • 提供者:hejianhua
  1. MATLAB-newbox

    0下载:
  2. 采用面向对象的基本思想,MATLAB/SIMULINK环境下,开发出一个基于MATLAB的化工单元操作工具箱(ChET)并以此工具箱为基础进行了化工过程模拟的尝试。-Adopt the basic idea of object-oriented, MATLAB/SIMULINK environment, the development of a MATLAB-based toolbox of chemical unit operation (ChET) and to the toolbox as
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:37367
    • 提供者:李玉
  1. HMM

    0下载:
  2. 主要描述了HMM的基本思想及原理,还有其在连续语音中的应用-Main HMM describes the basic idea and principle, as well as its application in continuous speech
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-04
    • 文件大小:173636
    • 提供者:liujianfei
  1. comb

    0下载:
  2. 一、 程序作用 实现排列组合功能。 例如:如果允许出现的数字为1 2 3 4 ,每个组合有3个元素,则输出的组合为 (1 2 3) (1 2 4) (1 3 4) (2 3 4) 二、 算法实现 采用栈的思想,首先输入第一个组合(1 2 3…..r) 如果r<n,则r弹栈,把r=r+1压栈,如果r=n,则r弹栈,同时把前一项也弹栈,再依次增加,直到出现组合 (n-r+1 n-r+2 ….n). -First, procedures for the functi
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:9038
    • 提供者:yangjun
  1. softradio2

    0下载:
  2. 软件无线电的基本思想是以一个通用、标准、模块化的硬件平台为依托,通过软件编程来实现无线电台的各种功能,从基于硬件、面向用途的电台设计方法中解放出来。-The basic idea of software radio is a generic, standard, modular hardware platform based on software radio programming to achieve a variety of functions, from hardware-based,
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:31499
    • 提供者:zhang xu
  1. compilation-program

    0下载:
  2. 本课程的教学目的是使学生进一步了解计算机的基本组成,汇编指令的格式和使用方法,以及用汇编语言进行程序设计的基本思想和方法。于此同时,希望学生能了解用汇编语言程序来充分发挥计算机性能的基本思想。-The purpose of this course is to enable students to learn more about the computer s basic component, compile and use the format command, as well as using
  3. 所属分类:assembly language

    • 发布日期:2017-05-06
    • 文件大小:1536077
    • 提供者:马强业
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com