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

搜索资源列表

  1. kernell

    2下载:
  2. 自编的几种常用核函数,既经典又稀奇,和大家分享-Feature of several common kernel functions, both classic and surprising, and share it with you
  3. 所属分类:Windows编程

    • 发布日期:2017-05-02
    • 文件大小:800
    • 提供者:强强
  1. internal-sorting

    0下载:
  2. (1) 对常用的内部排序算法进行比较:直接插入排序、简单选择排序、冒泡排序、快速排序、希尔排序。   (2) 利用随机函数产生N(如30000)个随机整数,作为输入数据作比较;比较的指标为关键字参加的比较次数和关键字的移动次数(关键字交换计为3次移动)。   (3) 对结果作出简要分析。-(1) internal sorting algorithm commonly used to compare: direct insertion sort, simple selection sort
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1482
    • 提供者:aaaa
  1. vbdesktop

    0下载:
  2. VB6.0利用DrawIcon ,ExtractIcon保存程序图标.再利用shell 函数打开exe文件,两者结合即可做出一个小巧的快捷桌面.于2013.11.25所做,可把常用的程序图标添加到本快捷桌面中,打开程序时只需点击一下图标即可运行程序,并不需要双击来打开。窗体实现报半透明效果。由于编者水平有限肯定有许多BUG,请多谅解-VB6.0 use DrawIcon, ExtractIcon save the program icon. Reuse shell function to ope
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:25808
    • 提供者:bpudn65
  1. 0512-CString

    0下载:
  2. 每日一学,该工程描述的是CString 类的各种用法,CString是一个很强大的类,自带了很多操作函数,该工程有几种常用的函数,希望能帮到初学者-A study, the project is described in various categories CString usage, CString is a very powerful class, with many functions, the project has several functions, I hope to help
  3. 所属分类:File Operate

    • 发布日期:2017-05-02
    • 文件大小:842887
    • 提供者:静夜思
  1. CPP-Matrix

    0下载:
  2. 代码基于《用C++语言编写数学常用算法》/陈必红著。源码中定义了多种矩阵初始化函数,可以讲数组,文本文件等直接转换为矩阵。除了常用的矩阵运算分解等操作,增加了常用的矩阵点乘,叉乘,矩阵块移除等常用操作,在源文件中有详细注释。-Code based on the " write mathematical language commonly used algorithm C++" /Chen Hung forward. Defined in a variety of matrix s
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:20885
    • 提供者:vicky
  1. example-of-binarytree

    0下载:
  2. 包含了3个示例展示了最常用的数据结构:二叉树的使用方便。初学者可以根据示例学习相关函数。-Contains three examples show the most commonly used data structures: binary tree easy to use. Beginners can learn the correlation function according to sample.
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:991313
    • 提供者:龙先杰
  1. example-of-queue

    0下载:
  2. 包含了2个示例展示了最常用的数据结构:队列的使用方便。初学者可以根据示例学习相关函数。-Contains two examples show the most commonly used data structures: easy to use queue. Beginners can learn to function in accordance with the relevant examples.
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:643543
    • 提供者:龙先杰
  1. example-of-priorityqueue

    0下载:
  2. 包含了3个示例展示了最常用的数据结构:优先队列的使用方便。初学者可以根据示例学习相关函数。-Contains three examples show the most commonly used data structures: a priority queue and easy to use. Beginners can learn to function in accordance with the relevant examples.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:692250
    • 提供者:龙先杰
  1. 1_3

    0下载:
  2. 栈的实现及应用 栈是一种常用的线性表,在操作系统中被大量使用,比如计算各种表达式。设计程序完成一个24点游戏,要求用户将四个随机产生的十以内的整数进行加减乘除(允许使用括号,每个数只能用一次)求得二十四。(注:可以不判断录入的表达式是不是只使用了给定的四个数或者使用了多次数) 功能要求: (1)随机产生四个数(使用randomize和random函数); (2)要求用户录入表达式,只能使用括号,加,减,乘和除; (3)将中序算术表达式变成逆波兰式(也就是后序算术表达式);
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1271
    • 提供者:郑振曦
  1. cal

    0下载:
  2. UCGUI计算器类文件源码下载,基于C语言环境,界面友好,大家可互相学习一下!-很好用的calculator1_UCGUI2。实现说明:把要处理的字符串转化为结构体,修正得到的结构体,如4(3+1)-->4*(3+1) , sin7-->sin(7),提高程序的应用性,把常用的数学函数用一个大写字母表示 如sin 为 H ,sqrt 为 S 把处理的字符串中的表示数字的字符化为double 型-UCGUI calculator class file download source c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7626
    • 提供者:kpudn73
  1. vc_draw

    1下载:
  2. VC中绘制坐标系、网格、常用数学函数以及辅助功能(背景色切换、坐标标题修改等)-vc draw
  3. 所属分类:GDI-Bitmap

    • 发布日期:2016-01-13
    • 文件大小:18432
    • 提供者:lilei
  1. VC-COM

    0下载:
  2. VC下封装的串口类,封装了常用的串口设置函数通讯函数,-the c++ class for com
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:4829
    • 提供者:刘杰
  1. Registry

    0下载:
  2. wince6驱动开发中常用的注册表操作函数和类。-wince common registry operating functions and class in drivers development.
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:5635
    • 提供者:ecjrketai
  1. bp-neural

    0下载:
  2. BP神经网络的非线性系统建模-非线性函数拟合,数学建模常用-BP neural network nonlinear system modeling- the non-linear function fitting, commonly used mathematical modeling
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:48385
    • 提供者:王丽
  1. 15-algorithm

    0下载:
  2. c语言实现常用算法函数,可直接调用,包括快排,二分查找-c implement some useful algorithm functions
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3929
    • 提供者:jackietseng
  1. SerialPortTest

    0下载:
  2. 电子秤称重仪表函数库: ScalePort.dll封装了Windows API函数完成通信功能,可代替常用的串口控件完成串口数据采集。 内部封装了国内知名称重仪表公司的通信接口。支持如:柯力,耀华,托利多等公司的主流称重仪表通信。-Electronic scales weighing instrument library: ScalePort.dll encapsulates the Windows API function to complete the communication
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:138936
    • 提供者:yugang
  1. searchposition

    0下载:
  2. 一个windows编程常用的函数查询工具,包含各种程序所用到的函数的解释与举例等,对初学者有帮助很大。-A windows program query tool commonly used functions, explaining the function includes a variety of programs, such as used in the example, there is a great help for beginners.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:71817
    • 提供者:lilin
  1. voicebox

    0下载:
  2. 语音信号处理中经常用到的voicebox工具箱里面包含常用到的函数,比如加窗、分帧,合成、和提取特征-voicebox:a toolbox uesd in speech processing
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:698588
    • 提供者:skycrown
  1. Analog-to-digital-clock

    0下载:
  2. 模拟钟表,熟悉PB环境,了解时间函数,窗口事件和常用控件-Analog watches, PB familiar environment, understand the time function, window events and common controls
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:7929
    • 提供者:孙亭
  1. myArray

    0下载:
  2. 自己编的常用数组函数库和测试源文件,供初学者使用-Own usual array of libraries and test source files for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1679
    • 提供者:mengsuwei
« 1 2 ... 21 22 23 24 25 2627 28 29 30 »
搜珍网 www.dssz.com