CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 函数

搜索资源列表

  1. LiFangGen

    0下载:
  2. 不利用库函数实现求立方根,根据泰勒公式求得。C语言实现-Do not use the library functions achieve for the cube root, according to the Taylor formula obtained. C language
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:597
    • 提供者:英明强
  1. LinkStack

    0下载:
  2. 单链表代码,包括链表的各种操作实现函数-Single list of code, including the list of the various operating functions to achieve
  3. 所属分类:Console

    • 发布日期:2017-04-23
    • 文件大小:183808
    • 提供者:徐文锋
  1. Cpp1

    0下载:
  2. 设计一个名为Account 类。这个类包含: (1)一个名为id 的int 型数据域,表示账户的身份号(默认值为0)。 (2)一个名为balance 的double 型数据域,表示账户余额(默认值为0)。 (3)一个名为annualInterestRate 的double 型数据域,保存当前年利率(默认值为0)。 (4)一个无实参构造函数,创建一个默认账户。 (5)id、balance 和annualInterestRate 的访问器和更改器函数。 (6)一
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:641819
    • 提供者:紫玉轩辕
  1. 148

    0下载:
  2. 通过简单的函数实现获取字符串中的汉字,非常简单使用。-Through a simple function for a string of characters, very simple to use.
  3. 所属分类:Console

    • 发布日期:2017-05-25
    • 文件大小:8167244
    • 提供者:132
  1. kernel_matrix

    0下载:
  2. SVM 核矩阵的生成 支持多种核函数 线性 径向基函数等-kernel_matrix for SVM with different kernel functions
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1139
    • 提供者:zhao
  1. testboost

    0下载:
  2. 该代码用于测试基于vs2010+opencv上添加库函数boost,测试是否加载成功的代码。-This code is used to test based on adding a library function vs2010+ opencv boost test whether load code of success.
  3. 所属分类:Console

    • 发布日期:2017-05-30
    • 文件大小:11834456
    • 提供者:zhaoyanxi
  1. HashTable_Array

    0下载:
  2. 用数组实现的哈希表,包括哈希表的构建、哈希函数的设计。-Using an array of the hash table, the hash table is constructed including the design of the hash function.
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:893952
    • 提供者:蔡禾苗
  1. testIp

    0下载:
  2. 一个简单的,利用库函数调用来查看本机IP地址的测试小程序,可以查看IPV4,IPV6以及dns地址-A simple, using the library function call to see the local IP address of the test applet, you can view IPV4, IPV6 and dns address
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:28004
    • 提供者:hatikoo
  1. Template-Matching

    0下载:
  2. 使用opencv给出的函数进行模板匹配,给出一幅图像及目标模板,在图像中找出模板所在区域。-Using the function given by opencv for template matching, the target template is given an image , to identify the template location in the image
  3. 所属分类:Console

    • 发布日期:2017-05-25
    • 文件大小:8141640
    • 提供者:yp
  1. Genealogy-Management-System

    1下载:
  2. 本项目的实质是完成兑家谱成员信息的建立,查找,插入,修改,删除等功能,可以首先定义家族成员数据结构,然后将每个功能作为一个成员函数来完成对数据的操作,最后完成主函数以验证各个函数功能并得到运行结果。 -The essence of this project is to complete the establishment against the genealogy membership information, search, insert, modify, delete, etc., yo
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1592
    • 提供者:林斌
  1. objconv

    0下载:
  2. objconv是一个促进跨平台开发的实用程序函数库,用来转换和修改目标文件,转储和反汇编目标文件 、可执行文件,适用于所有X86和X86-64平台。-A utility for cross-platform development of function libraries, for converting and modifying object files and for dumping and disassembling object and executable files for all
  3. 所属分类:Console

    • 发布日期:2017-05-24
    • 文件大小:7815913
    • 提供者:gaowei
  1. Crc16-lxp-modify

    0下载:
  2. 本人写的 16位CRC校验程序,校验函数的实现,本人测试已经通过!-CRC parity
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:163074
    • 提供者:leo
  1. LRU_OSmode

    0下载:
  2. 利用VC和ege图形函数库编写基于LRU的请求分页模拟操作系统。模拟的功能有文件系统,鼠标响应,进程调度等。-VC and ege use graphics library written request LRU paging simulation operating system is based. Analog features include file systems, the mouse response, process scheduling.
  3. 所属分类:Console

    • 发布日期:2017-06-15
    • 文件大小:24179521
    • 提供者:李德
  1. NETCONQQ

    0下载:
  2. 控制台迷你局域网聊天室 V1.0 1.基于控制台的局域网聊天室程序,用C++编写,VC++6.0 VC++2010编译通过 2.程序中调用了windows API函数,利用了WinSock以及多线程等编程技巧 3.程序采用TCP-IP协议的C/S模式,并且服务端与客户端使用同一程序中 4.程序具有通过您输入的 IP地址自动运行服务端或客户端的功能,无需手动选择 5.本程序非常适合C++初学者学习修改。欢迎大家使用或修改其中的代码!6.输入的IP地址为已经运行作为服务端的机器的IP地址,格式必须如
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:26595
    • 提供者:namejiang
  1. haxibiao

    0下载:
  2. 选取哈希函数 H(k)=(3k) MOD 11。用开放定址法处理冲突,di = i((7k) MOD 10+1) (i=1,2,3,…)。试在 0~10 的散列地址空间中对关键字序列(22, 41, 53, 46, 30, 13, 01, 67)造哈希表,并求等概情况下查找成功时的平均查找长度。-Hash function
  3. 所属分类:Console

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:rua
  1. strTok

    0下载:
  2. 本示例程序详细展示了使用strTok的方法,是理解此库函数的重要参考。-This example shows the use of the program in detail strTok way to understand this is an important reference library functions.
  3. 所属分类:Console

    • 发布日期:2017-04-28
    • 文件大小:182743
    • 提供者:乔飞翔
  1. Geomag

    1下载:
  2. 利用12阶12次勒让德球谐函数准确计算地球表面及近地空间的地磁场信息,输入参数:三维地理位置(纬度、经度、海拔高度(以千米为单位))和时间(小数年),输出:地磁场的7个量,包括:地磁场总强度F、地磁场水平分量H、北向分量X、东向分量Y、垂直分量Z以及地磁偏角D和磁倾角I。-The use of the order of 12 12 Legendre spherical harmonics geomagnetic information to accurately calculate the Ea
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:748118
    • 提供者:丁伟
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows program operating principle and procedure of the preparation process, the process window, handle principle, message queue, the callbac
  3. 所属分类:Console

    • 发布日期:2017-06-09
    • 文件大小:16081154
    • 提供者:萧晓
  1. OpenCV_Filter

    0下载:
  2. 用VS2012编写的关于OpenCV中线性和非线性滤波的程序,可以帮助初学者较好的理解滤波的函数-OpenCV with VS2012 prepared on linear and nonlinear filtering program that can help beginners to better understand the function of filtering
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:3897511
    • 提供者:rebecca
  1. BTNode1

    0下载:
  2. 利用C++语言实现二叉树相关操作,初学者必学的一种数据结构,包含头文件及主函数-BTNode C++
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:779863
    • 提供者:王阿浩
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com