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

搜索资源列表

  1. CreateThread

    0下载:
  2. 使用Win32 API创建、销毁线程 创建线程控制进度条-Using the Win32 API to create, destroy thread ,creates thread to control the progress bar
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-24
    • 文件大小:3569995
    • 提供者:WaterDropSteps
  1. CircleQueue

    0下载:
  2. 这是一个循环队列的基本操作程序,是在ubuntu下编写的,包括建循环队列,插入,查找,删除,清空,销毁这些操作,很基本,适合初学者。基础很重要的。-This is the basic operating procedures of a circular queue is prepared under ubuntu, including the construction of a circular queue, insert, search, delete, clear, destroy thos
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:1020
    • 提供者:李友
  1. LinkQueue

    0下载:
  2. 这个程序的功能是实现链式队列的基本操作,包括插入,删除,查找,销毁,清空。初学者可以看看。基本的东西才是主要的。理解了基本的,才能去学更加高深的。-The function of this program is the chain queue operations, including insert, delete, find, destroyed and emptied. Beginners can take a look. The basic thing is the main. Under
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:982
    • 提供者:李友
  1. SequenceQueue

    0下载:
  2. 这个程序的功能是实现顺序队列,包括插入,删除,查找,清空,销毁。虽然顺序队列用的不多,但是初学者应该要掌握。-The function of this program is to achieve the order queue, including insert, delete, find, clear, destroy. Although the order of the queue is not used much, but beginners should grasp.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:987
    • 提供者:李友
  1. SequenceStack

    0下载:
  2. 这个程序是实现顺序栈的基本操作,包括建空栈,插入,删除,查找,清空,销毁。栈在解决问题的时候用的还是比较多的,必须掌握。-This program is the basic operation of the order of the stack to build an empty stack, insert, delete, find, clear, destroy. Stack is used to solve the problem, or more, we must master.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:1127
    • 提供者:李友
  1. Timer

    0下载:
  2. linux系统下使用C语言,实现了定时器的创建,启动,和销毁,实现了定时器的基本方法,为初学者提供参考。-linux system using the C language, the creation of the timer started, and destruction, to achieve the basic method of the timer to provide a reference for beginners.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:720
    • 提供者:
  1. xiancheng-jindutiao

    0下载:
  2. 实例257——使用Win32 API创建、销毁线程——控制进度条-Example 257- use Win32 API create, destroy thread- control progress bar
  3. 所属分类:StatusBar

    • 发布日期:2017-03-28
    • 文件大小:15786
    • 提供者:于靖
  1. MobileCalendar

    0下载:
  2. Java手机日历程序源代码,重载抽象类MIDlet的抽象方法startApp(),指定时区为东八区,创建包含日期字段和时间字段的DateField对象dateAndTime,设置初始日期和时间添加dateAndTime到表单form,添加退出命令到表单form,为表单form设置命令监听者,最后实现接口CommandListener的方法销毁程序。-Java mobile phone calendar program source code, abstract methods overloade
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:2502
    • 提供者:haha
  1. BinarySearchTree

    0下载:
  2. 创建二叉排序树,含有创建,添加,删除,查找元素,销毁二叉树等功能,MFC可视化显示-This is a binary search tree demonstration, including create, delete, search elements in the tree. In addition, it is shown on MFC forms. welcome to download!!!
  3. 所属分类:source in ebook

    • 发布日期:2017-05-17
    • 文件大小:4148411
    • 提供者:abcdefg
  1. SemThreadPool

    0下载:
  2. 实现简单的线程池,可以随时增加线程、销毁线程,此外还有一个很好用的调试函数,自己封装的-Simple thread pool, you can always increase the thread, the thread is destroyed, in addition to a good debugging function, its own package
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:16811
    • 提供者:苏诗卧龙
  1. threadPool

    0下载:
  2. 这个是采用互斥量和条件变量实现的线程池。此线程池可以添加线程、销毁线程;经过几百次测试,改正bug。现在暂时还没发现bug-This is the thread pool mutex and condition variable implementation. The thread pool can add a thread, the thread is destroyed After hundreds of tests, correct the bug. Temporarily not fo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:70511
    • 提供者:苏诗卧龙
  1. lesson-3tom

    0下载:
  2. 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-About the principle of the MFC AppWizard MF
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:11261472
    • 提供者:理想
  1. shujujiegou

    0下载:
  2. 1.实现顺序表的基本操作,包括顺序表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。2.实现单链表、循环链表、双向链表的所有基本操作 3.定义顺序栈类型,实现栈的所有基本操作。定义链栈类型,实现栈的所有基本操作。应用栈实现数制的转换。4.定义顺序队列类型,实现栈的所有基本操作。定义链队列类型,实现栈的所有基本操作。将字符串转换为整形。5.定义二叉链表类型,建立二叉树。先序、中序、后序、层次遍历二叉树,并输出遍历结果。-1. Achieve the basic o
  3. 所属分类:Console

    • 发布日期:
    • 文件大小:9968
    • 提供者:ludan
  1. martixsavex

    0下载:
  2. 矩阵横向链表存储,包括初始,插入节点,返回节点数,打印,销毁等功能-MartixSaveX
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:177752
    • 提供者:周勇
  1. BlackHole

    1下载:
  2. unity模拟黑洞,可以吸入并销毁被唤醒的刚体-unity to simulate a black hole can be inhaled and destroy the rigid body to wake up
  3. 所属分类:Game Engine

    • 发布日期:2017-11-07
    • 文件大小:574
    • 提供者:王寰
  1. Code

    0下载:
  2. 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-About the principle of the MFC AppWizard MF
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:237074
    • 提供者:lidawei
  1. Text1

    0下载:
  2. 链队列题目:初始化队列+入队列+出队列+销毁队列-Chain queue Topic: the initialization queue the+ entry queue+ out queue+ destroyed queue
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:1094
    • 提供者:吴玉
  1. SingleList

    0下载:
  2. 数据结构单链表试验源码,包括单链表的建立销毁等基本操作-The basic operation of the singly-linked list of data structures test source code, including the establishment of the single linked list destruction
  3. 所属分类:Data structs

    • 发布日期:2017-11-29
    • 文件大小:3610
    • 提供者:Tom
  1. Process

    0下载:
  2. c语言对进行的模拟,模拟进程的创建和生成,销毁,对操作系统的简单模拟-c language to carry out the simulation, simulation of the process of creation and generation, destruction, simple simulation of the operating system
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-20
    • 文件大小:1986
    • 提供者:张伟
  1. RSA

    1下载:
  2. RSA 数字签名的基本思想 RSA数字签名的安全性依赖于大数分解的困难性。 1、参数与密钥生成 首先选取两个大素数p和q,计算 n=pq 其欧拉函数值 (p-1)*(q-1) 然后选取随机整数e,满足 gcd(e,(p-1)*(q-1)))=1 并计算 d=e^-1 mod((p-1)*(q-1)) 则公钥为(e,n),私钥为d;p,q是秘密参数,需要保密。如不需要 保存,计算出e,d后可销毁。 2、签名算法 设
  3. 所属分类:Communication-Mobile

    • 发布日期:2016-12-12
    • 文件大小:1024
    • 提供者:zzq
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 23 »
搜珍网 www.dssz.com