搜索结果
找到约 195 项符合
Result 的查询结果
按分类筛选
- 全部分类
- 技术资料 (30)
- 书籍 (15)
- 单片机编程 (11)
- 单片机开发 (10)
- 汇编语言 (9)
- matlab例程 (9)
- 其他 (8)
- DSP编程 (6)
- 电源技术 (5)
- Java编程 (5)
- 教程资料 (4)
- 可编程逻辑 (4)
- 数学计算 (4)
- 通讯编程文档 (4)
- VHDL/FPGA/Verilog (4)
- 其他嵌入式/单片机内容 (4)
- C/C++语言编程 (3)
- 其他书籍 (3)
- 教育系统应用 (3)
- 编译器/解释器 (3)
- 数据结构 (3)
- Delphi控件源码 (3)
- 软件设计/软件工程 (3)
- 论文 (2)
- 无线通信 (2)
- 通讯/手机编程 (2)
- 软件工程 (2)
- 网络 (2)
- 人工智能/神经网络 (2)
- 文章/文档 (2)
- 微处理器开发 (2)
- 行业发展研究 (2)
- 源码 (1)
- PCB相关 (1)
- Linux/uClinux/Unix编程 (1)
- 数值算法/人工智能 (1)
- 加密解密 (1)
- 数据库系统 (1)
- 书籍源码 (1)
- 技术书籍 (1)
- 测试测量 (1)
- 工控技术 (1)
- 模拟电子 (1)
- 电子书籍 (1)
- 驱动编程 (1)
- Linux/Unix编程 (1)
- Modem编程 (1)
- *行业应用 (1)
- Applet (1)
- 多国语言处理 (1)
- 其他数据库 (1)
- STL (1)
- J2ME (1)
- VxWorks (1)
- 百货/超市行业 (1)
- 并行计算 (1)
单片机开发 This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within
This will sample all 8 A/D-channels.
The result will be send out via UART1 and can be seen within
any terminal-program (9600 Baud).
With each pressed key the next channel will be converted.
No interrupts are used.
VHDL/FPGA/Verilog Ring register[1 from 8] which seven speeds. The result is presented on 8 LEDs. After every cycle, sp
Ring register[1 from 8] which seven speeds. The result is presented on 8 LEDs. After every cycle, speed grows. The process starts again after last 8 cycle.
其他嵌入式/单片机内容 Computing the addition of two 8-bit numbers and display the result in an output port.-Target PIC16F8
Computing the addition of two 8-bit numbers and display the result in an output port.-Target PIC16F877A
其他 1. compile: mpicc cjacobi.c -o cjacobi -lm 2. run: mpirun -np 4 cjacobi 3. result: Input of
1. compile:
mpicc cjacobi.c -o cjacobi -lm
2. run:
mpirun -np 4 cjacobi
3. result:
Input of file "dataIn.txt"
人工智能/神经网络 function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent fo
function [U,center,result,w,obj_fcn]= fenlei(data)
[data_n,in_n] = size(data)
m= 2 % Exponent for U
max_iter = 100 % Max. iteration
min_impro =1e-5 % Min. improvement
c=3
[center, U, obj_fcn] = fcm(data, c)
for i=1:max_iter
if F(U)>0.98
break
else
w_new=eye(in_n,in_n)
center1=sum(cent ...
电子书籍 不知道啊!25 result love(boy, girl) {- if ( boy.有房() and boy .有车() ) {- boy.set(nothing) return girl.嫁给(b
不知道啊!25 result love(boy, girl) {- if ( boy.有房() and boy .有车() ) {- boy.set(nothing) return girl.嫁给(boy)
DSP编程 viterbi译码器的一种fpga实现.是一个cs252 的project的result 供大家研究用
viterbi译码器的一种fpga实现.是一个cs252
的project的result
供大家研究用
数据库系统 最大频繁项集挖掘算法。运行前需将release中的data和result数据拷贝到上一级目录下。
最大频繁项集挖掘算法。运行前需将release中的data和result数据拷贝到上一级目录下。
驱动编程 MCS-96单片机A_D转换器应用-通过检测AD_RESULT(LO)中的S位来判定A/D转换是否完成。需要注意的是
MCS-96单片机A_D转换器应用-通过检测AD_RESULT(LO)中的S位来判定A/D转换是否完成。需要注意的是,当发出启动A/D转换命令后,AD_RESULT中的S位要经过8个状态周期后才能对其查询.
matlab例程 % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.
% 文件名:randlsbget.m
% 程序员:余波
% 编写时间:2007.6.25
% 函数功能: 本函数将完成提取隐秘于上的秘密信息
% 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001)
% 参数说明:
% output是信息隐藏后的图象
% len_total是秘密信息的长度
% goalfile是提取出的秘密信息文件
% key是随机间隔函数的密钥
...