搜索结果

找到约 641 项符合 Z-stack 的查询结果

书籍源码 同一个数会由于采用不同的基数而使得其表现的形式是完全不一样的

同一个数会由于采用不同的基数而使得其表现的形式是完全不一样的,在我们的学习中,我们熟悉的基数有10进制、12进制、60进制、2进制、8进制和16进制。比如数据12,如果我们用2进制表示,则它就是1100;如果用3进制表示就是110;如果用8进制表示则是14。我们的编程任务就是与数的进制(也就是基数)有关。 程序中我们会给 ...
https://www.eeworm.com/dl/532/194196.html
下载: 40
查看: 1036

并行计算 说明: 此计算机可以计算同时超过多个操作项的什. 例如: y = 3 + 64 * (2 + 3^5) + sinPI 的值

说明: 此计算机可以计算同时超过多个操作项的什. 例如: y = 3 + 64 * (2 + 3^5) + sinPI 的值, 用括号区分优先级,如果有大量很长的算式需要计算,可以试一下这个计算器. 开发语言: C#语言,用Stack原理实现
https://www.eeworm.com/dl/694/196994.html
下载: 186
查看: 1130

其他 BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [

BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the form: % Minimize F(x) subject to: xlb <= x0 <=xub % A*x <= B ...
https://www.eeworm.com/dl/534/198323.html
下载: 24
查看: 1043

其他 Problem Statement You are given a string input. You are to find the longest substring of input su

Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameter ...
https://www.eeworm.com/dl/534/199662.html
下载: 68
查看: 1164

其他 这是一段vhdl程序

这是一段vhdl程序,它是由桂林电子科大编写,完成stack功能
https://www.eeworm.com/dl/534/199932.html
下载: 114
查看: 1031

数值算法/人工智能 对电磁波入射的源为偶极子进行仿真

对电磁波入射的源为偶极子进行仿真,可以z作为其他电磁仿真问题中的源的设置子函数用
https://www.eeworm.com/dl/518/200317.html
下载: 94
查看: 1048

其他 This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) comm

This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) communication system. The receiver uses a correlator(mixer-integrator[LPF]) configuration with BER measurements comparing measured and theoretical results. The bandpass and low pass used in the receiver a ...
https://www.eeworm.com/dl/534/201814.html
下载: 77
查看: 1056

DSP编程 tms320c6711-fft 调试环境:code composer studio3.1 采用查表方式对心电图信号进行处理 设置注意:project-build options-linker-s

tms320c6711-fft 调试环境:code composer studio3.1 采用查表方式对心电图信号进行处理 设置注意:project-build options-linker-stack size 设为5
https://www.eeworm.com/dl/516/203876.html
下载: 35
查看: 1069

并行计算 算法结构的编程

算法结构的编程,用stack和queue的算法,c++的编程
https://www.eeworm.com/dl/694/205337.html
下载: 81
查看: 1011

数学计算 Romberg求定积分 输入:积分区间[a,b]

Romberg求定积分 输入:积分区间[a,b],被积函数f(x,y,z) 输出:积分结果
https://www.eeworm.com/dl/641/209072.html
下载: 191
查看: 1031