您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. c语言名题精选百则技巧篇

  2. 这是部很好C语言自学练习的好书 #include /* for INT_MAX and INT_MIN */ #include /* for isdigit() */ #define OVERFLOW 1 #define UNDERFLOW -1 #define NO_ERROR 0 int x_atoi(char s[], int *result) { int digit_value; /* value of the scaned dig */ int i; *result = 0; f
  3. 所属分类:C

    • 发布日期:2010-06-07
    • 文件大小:134144
    • 提供者:WOCAONIMAMABIE
  1. EM algorithm for Gaussian Mixture Model

  2. EM算法的高斯混合模型参数估计:Descr iption This is a function performs maximum likelihood estimation of Gaussian mixture model by using expectation maximization algorithm. It can work on data of arbitrary dimensions. Several techniques are applied in order to avo
  3. 所属分类:其它

    • 发布日期:2011-05-30
    • 文件大小:20480
    • 提供者:facny_wang
  1. 软件工程之专题九:数据结构知识

  2. 专题九:数据结构知识 数据结构是计算机软件的一门基础课程,计算机科学各个领域及有关的应用软件都要用到各种数据结构.语言编译要使用栈、散列表及语法树;操作系统中用队列、存储管理表及目录树等;数据库系统运用线性表、多链表及索引树等进行数据管理;而在人工智能领域,依求解问题性质的差异将涉及到各种不同的数据结构,如广义表、集合、搜索树及各种有向图等等。学习数据结构目的是要熟悉一些最常用的数据结构,明确数据结构内在的逻辑关系,知道它们在计算机中的存储表示,并结合各种典型应用说明它们在进行各种操作时的动态
  3. 所属分类:其它

    • 发布日期:2011-06-05
    • 文件大小:519168
    • 提供者:net_david
  1. Microprocessor Simulation

  2. Descr iption 吴泽乐: Consider a small microprocessor that has the following properties: ?Each word is four bits. ?Addresses are two words. The high word always comes first. That is, the high word of a two-word address will always occupy the lower word
  3. 所属分类:C++

    • 发布日期:2011-06-15
    • 文件大小:295936
    • 提供者:wuzele
  1. proguard4.6.zip (2.5 MB)

  2. proguard Version 4.6 Added support for synthetic, bridge, and varargs modifiers in configuration. Added detection of atomic updater construction with constant arguments. Fixed merging of package visible classes. Fixed optimization of fields that are
  3. 所属分类:Java

    • 发布日期:2011-07-16
    • 文件大小:2097152
    • 提供者:yeyongjin
  1. 先进先出双口RAM芯片

  2. The IDT7203/7204/7205/7206 are dual-port memory buffers with internal pointers that load and empty data on a firstin/ first-out basis. The device uses Full and Empty flags to prevent data overflow and underflow and expansion logic to allow for unlim
  3. 所属分类:硬件开发

    • 发布日期:2011-09-08
    • 文件大小:167936
    • 提供者:xczj8620
  1. 线性表的运算

  2. #include #include void insl(int v[],int m,int*n,int i,int b) //插入函数 { int j; if(*n==m) //存储空间已满时,出现"上溢"错误,不能进行插入 { printf("overflow\n"); return; } if(i>*n) i=*n+1; //i>n认为在最后一个元素之后 if(i<1) i=1; //i=i;j--) v[j]=v[j-1]; v[i-1]=b; *n=*n+1; fo
  3. 所属分类:C/C++

    • 发布日期:2011-11-09
    • 文件大小:1024
    • 提供者:huchao91
  1. 用于人脸识别的NMF分解程序,用MATLAB编写的

  2. ---------------------------------------------------------------------------- README file for nmfpack ---------------------------------------------------------------------------- Patrik Hoyer August 03, 2006 Version 1.1 This Matlab package implements
  3. 所属分类:其它

    • 发布日期:2011-12-23
    • 文件大小:13631488
    • 提供者:fishday36
  1. underflow软件

  2. 这是一个东四环的underflow软件,对于数值模拟分析的绘图有着强大的优化与调整作用
  3. 所属分类:Windows Server

    • 发布日期:2014-09-14
    • 文件大小:43008
    • 提供者:sinat_20799963
  1. JPEG2000 C语言源代码全集

  2. Changes from version 2.2.2 to version 2.2.3 ------------------------------------------- * Extremely minor changes to avoid mixed use of formatted and unformatted calls to "ostream" objects. These appear to excite a bug in GCC version 3.0. The only f
  3. 所属分类:C

    • 发布日期:2009-03-11
    • 文件大小:477184
    • 提供者:li213y
  1. Practical C++ Programming C++编程实践

  2. Preface Part I. The Basics 1. What Is C++? A Brief History of C++ C++ Organization How to Learn C++ 2. The Basics of Program Writing Programs from Conception to Execution Creating a Real Program Getting Help in Unix Getting Help in an IDE Programmin
  3. 所属分类:C

    • 发布日期:2018-04-12
    • 文件大小:2097152
    • 提供者:weixin_41763959
  1. vxg_player_1.8.43_0

  2. Video Experts Group is the first who introduced a solution for all Chrome OS users! VXG Media Plugin for Chrome OS is based on Google’s Native Client (NaCl) and Portable Native Client (PNaCl) architecture. The core software is market proven in our M
  3. 所属分类:编解码

    • 发布日期:2018-09-25
    • 文件大小:7340032
    • 提供者:qq_43277114
  1. Matlab实现算术编码(arithmetic coding)演示下溢问题

  2. Matlab代码的输入为一个字符串,输出为range,bits,high_value和low_value。算术编码(arithmetic coding)演示下溢问题
  3. 所属分类:编解码

    • 发布日期:2018-11-11
    • 文件大小:624
    • 提供者:h763247747
  1. Matlab实现算术编码(arithmetic coding),解决underflow问题

  2. Matlab实现算术编码(arithmetic coding),解决underflow问题。输入为一个字符串,输出为entropy, range, bits, ave_bits, codeword.
  3. 所属分类:编解码

    • 发布日期:2018-11-11
    • 文件大小:1024
    • 提供者:h763247747
  1. 内存泄漏检测工具源码

  2. MemWatch由 Johan Lindh 编写,是一个开放源代码 C 语言内存错误检测工具。MemWatch支持 ANSI C,它提供结果日志纪录,能检测双重释放(double-free)、错误释放(erroneous free)、内存泄漏(unfreed memory)、溢出(Overflow)、下溢(Underflow)等等。
  3. 所属分类:C

    • 发布日期:2018-11-30
    • 文件大小:155648
    • 提供者:fubingyao
  1. 机器学习代码实战——数值计算

  2. 文章目录1.上溢和下溢2.优化方法 1.上溢和下溢 下溢(Underflow):当接近零的数被四舍五入为零时发生下溢。 上溢(Overflow):当大量级的数被近似为 ∞ 或 −∞ 时发生上溢。 必须对上溢和下溢进行数值稳定的一个例子是 softmax 函数。softmax 函数经常用于预测与范畴分布相关联的概率,定义为: import numpy as np x = np.array([1e7, 1e8, 2e5, 2e7]) y = np.exp(x) / sum(np.exp(x)) p
  3. 所属分类:其它

    • 发布日期:2020-12-22
    • 文件大小:108544
    • 提供者:weixin_38708707
  1. errors-源码

  2. 错误 errors是go中用于错误处理的程序包。 种类 有3种错误。 基于Not, NotFound , NotExist 。 基于无效, Invalid Type , Invalid Value 。 根据在外面, Overflow , Underflow , OutOfRange 。 我们可以使用New...函数来创建这些错误。 如果要创建NotFound错误,请使用NewNotFound函数。 每个New...函数都需要2个参数,即name和content 。 两者都是字符串。 裹 Wr
  3. 所属分类:其它

    • 发布日期:2021-03-14
    • 文件大小:7168
    • 提供者:weixin_42131628
  1. stack-underflow:堆栈溢出的最好方面!-源码

  2. 快递项目:堆栈下溢 注意事项: JS文件可以添加到public/javascr ipts并应根据需要附加到Pug模板中 CSS文件可以放在public/stylesheets ,也需要添加到Pug模板中 编辑Wiki文件时,请确保您的工作目录位于./stack-underflow/wiki/下,并在./stack-underflow/wiki/执行所有git命令 确保运行npm install来安装依赖项 在.env.example文件下,使用以下凭据创建一个stack_underflow_a
  3. 所属分类:其它

    • 发布日期:2021-03-13
    • 文件大小:654336
    • 提供者:weixin_42098759