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

搜索资源列表

  1. HuffmanCode

    0下载:
  2. 本算法的作用是利用建立的huffman编码进行编码和译码。首先要建立huffman树,其主要的思想是权大的外结点靠近根,权小的远离根。大体的算法是在n个结点中不断的选取两个相对小的结点建立huffman树,直到全部结点都在huffman树中。-The role of this algorithm is the use of established code huffman encoding and decoding. First of all, to establish huffman tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7057
    • 提供者:pig
  1. wpfoff

    0下载:
  2. 关闭WINDOWS文件保护WPF 值得一看作者思路不错引用了未公开函数-Close WINDOWS File Protection WPF good idea to see the authors cited undisclosed function
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2463
    • 提供者:刘雨
  1. testmtsc

    0下载:
  2. CToolBar不支持多行文字,本文将通过一个定制的MFC/C++类 CMTToolBar 实现在工具条中显示多行文字。其思路是先把文字变成位图,再替换原来的工具条位图,达到显示多行文字的效果。 -CToolBar does not support multiple lines of text, this article will be customized through a MFC/C Class CMTToolBar achieve the toolbar to display
  3. 所属分类:ToolBar

    • 发布日期:2017-04-17
    • 文件大小:32101
    • 提供者:huangta
  1. HideDriver

    0下载:
  2. The main idea of this work is to create a driver for hiding selected processes and files.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-06
    • 文件大小:549707
    • 提供者:xiaoc
  1. MyDetective

    0下载:
  2. 日写程序,倍感无聊,想知道到底我按了多少次键,想看看键盘和鼠标被我“折磨”了多少次。嘿嘿。 为了满足自己的好奇心,所以有了一个写一下小程序的想法。 MyDetective是一个侦测你的按键次数的一个有趣的小工具,包括鼠标左右按键和键盘上的每一个键。 想想在你写文章的时候或者写程序的时候,还可以统计出你按了多少次键,是不是很有趣呢? -Japanese writing process, the more boring, in the end would l
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:76654
    • 提供者:sfs
  1. processbar

    0下载:
  2. 一个另一种方式做进度条的思路!!!和系统的进度条几乎两样,美观也是可观的-Another way to do a progress bar idea!!! And systematic progress bar is almost the same, appearance is also impressive!!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1902
    • 提供者:king
  1. Stack

    0下载:
  2. 基于堆栈的计算器,vc++开发,学习,从顶而下的设计思想-Stack-based calculator, vc++ development, study, from the top-down design idea
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1013
    • 提供者:张胜超
  1. calendar

    0下载:
  2. 编程思路:按照以上背景知识可得判断闰年的规律:某年年份如果能被4整除但不能被100整除,或者能被400整除则是闰年。由此规则可推得计算万年历的公式: s=X-1+[X-1]/4-[X-1]/100+[x-1]/400+c 上式中:X为公元年数(如2003年);C 为从元旦起,到要算的那天总数(如2003年3月23日,C=31+28+23=82)。S/7余数是星期几。 -Programming idea: In accordance with the above background kn
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:7110
    • 提供者:ivan
  1. ManageSystem

    0下载:
  2. 主要面向企业站管理,都是些企业站里面有关系。-i have no idea
  3. 所属分类:.net

    • 发布日期:2017-05-03
    • 文件大小:660902
    • 提供者:王砚秋
  1. money

    0下载:
  2. 有钱人想的和你不一样 看看有钱人的想法rich-Think rich and you do not like the idea of the rich
  3. 所属分类:RichEdit

    • 发布日期:2017-04-03
    • 文件大小:271625
    • 提供者:
  1. windows

    0下载:
  2. 本程序的核心思路是调整控件的位置和显示/隐藏控件,当一个面板被收起或展开时,只要把它下面的控件都隐藏或显示出来,再调整各面板控件位置,这样整个面板组就像百叶窗一样可以收放自如了。-This procedure is the core idea of the location and adjust controls Show/Hide control, when a panel was put away, or started, as long as it put the following co
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:59076
    • 提供者:youth
  1. wuziqi

    0下载:
  2. 一个五子棋小游戏,掌握程序设计思想,对学习程序设计很有帮助呀。-A Gobang game, master program design idea, the study design it very helpful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6037017
    • 提供者:skylan
  1. ToolbarControlShareCommandPool

    0下载:
  2. C#实现命令池共享的代码,可以方便的添加命令,可以给朋友提供一种思路-C# implementation of the code-sharing pool command, you can easily add command, you can provide an idea to a friend
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:54892
    • 提供者:岳波
  1. Market

    0下载:
  2. 程序体现面向对象的编程思想;. 要求能够灵活添加新物品,并向用户提供多次购买一次性结帐的功能 并加入的数据库功能-Procedures reflect the idea of object-oriented programming . Request to add new items can flexibly provide users with numerous one-time purchase of the functional checkout And to add data
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:986020
    • 提供者:张米
  1. clearmine

    0下载:
  2. 这是一个模拟扫雷游戏的vc编码程序 编码思想: 通过几个数组设定好雷区的位置,自己造出几个视图类的成员函数,分析是是否有雷,以及雷的个数。-This is a simulated mine vc game coding procedure coding idea: through several array set the location of mined areas, their own view class create a member of several functions, a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:39100
    • 提供者:刘栋
  1. petshopanddesign

    0下载:
  2. 本程序为.NET插件式开发思想的应用,代码为桌面开发。。。也可以用于WEB-This procedure for. NET development of plug-in idea of the application, the code for desktop development. . . Can also be used for WEB. .
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:424888
    • 提供者:amwteje
  1. LABVIEWProgramingApplication

    0下载:
  2. LabVIEW图形化编程与实例应用。本书以LabVIEW6.1版为对象,系统地阐述了LabVIEW图形化编程的思想,并给出了大量的应用实例。-LabVIEW graphical programming applications and examples. LabVIEW6.1 edition of this book in order to target and systematically expounded the LabVIEW graphical programming idea, an
  3. 所属分类:Other systems

    • 发布日期:2017-06-09
    • 文件大小:15495730
    • 提供者:吴妍
  1. worklog1.1

    0下载:
  2. 还在为一天忙碌却不知忙碌什么而发愁吗?还在为绞尽脑汁想着前几天在干什么吗? 此小程序专为这个问题设计,主要思想就是定时提醒用户记录自己干的事情。 并且添加脑筋急转弯等功能。 相信在大家的努力下,这个小程序的功能会越来越强大。-Is also a busy day, busy but I do not know what to worry about it? Brains are still a few days before thinking about doing it? T
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:4766
    • 提供者:笑千秋
  1. ElectronicScale

    0下载:
  2. 基于LabVIEW软件设计数字电子秤系统,阐述系统硬件电路构成、软件设计思想和具体实现。系统应用虚拟仪器技术进行自动测量、处理和显示,实现电子秤的智能化,并且要求具有测量精度高、界面友好、运行稳定可靠、功能便于扩展。-LabVIEW-based software design digital electronic weighing system, the system hardware circuits, software design idea and concrete implementat
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:18442
    • 提供者:周海东
  1. C_Parser_training

    0下载:
  2. this program can detect well known tags in c/c++. its not a completely full c parser but it has the main idea about how to parse/analyze code .-this program can detect well known tags in c/c++. its not a completely full c parser but it has the ma
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:149174
    • 提供者:me
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 45 »
搜珍网 www.dssz.com