搜索结果
找到约 1,951 项符合
F-RAM 的查询结果
汇编语言 dac1220e的应用程序 this is dac1220e program 基准:2.487v f=2.0mhz f2=2.45mhz 2006.3.10 调试通过 问题:起始控制电压
dac1220e的应用程序 this is dac1220e program
基准:2.487v f=2.0mhz f2=2.45mhz
2006.3.10 调试通过 问题:起始控制电压不线性(<20mv)
人工智能/神经网络 一个基于Matlab的人工免疫算法%Immune Algorithm based on the immune network model for function f(x1,x2) optimum
一个基于Matlab的人工免疫算法%Immune Algorithm based on the immune network model for function f(x1,x2) optimum
驱动编程 三星2440开发板上直接操作GPIO F的测试代码!教你如何在嵌入式开发中直接访问GPIO!
三星2440开发板上直接操作GPIO F的测试代码!教你如何在嵌入式开发中直接访问GPIO!
单片机开发 ADC0832进行AD转换,使用通道0.采集后存入RAM
ADC0832进行AD转换,使用通道0.采集后存入RAM
matlab例程 两个正态总体方差的检验(F检验)的matlab程序
两个正态总体方差的检验(F检验)的matlab程序
汇编语言 凌阳单片机实验, IRAM、ISRAM、ORAM、OSRAM、RAM和SRAM几个段的比较.
凌阳单片机实验, IRAM、ISRAM、ORAM、OSRAM、RAM和SRAM几个段的比较.
VHDL/FPGA/Verilog 32×4bit 的RAM设计。VHD语言。能在ISE上仿真。
32×4bit 的RAM设计。VHD语言。能在ISE上仿真。
Java编程 输出System.out.println(10) System.out.println(0 x10) System.out.println(5.123 f) ystem.out.println(5.1
输出System.out.println(10) System.out.println(0 x10) System.out.println(5.123 f) ystem.out.println(5.123d) System.out.println(2E3)
SQL Server Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, a
Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, and F are the attributes (columns). Write the SQL statements that will express each of the queries given below:
数学计算 %调用格式 =trapez_g( f_name ,a,b,n) %f_name: 被积函数的文件名f(x) % a:x的上限 % b:x的下限 % 部分区间数 %实例:trapez_g( s
%调用格式 =trapez_g( f_name ,a,b,n)
%f_name: 被积函数的文件名f(x)
% a:x的上限
% b:x的下限
% 部分区间数
%实例:trapez_g( sin ,0,pi,20)