代码搜索:特征码
找到约 10,000 项符合「特征码」的源代码
代码结果 10,000
www.eeworm.com/read/217802/14951008
m buhuo.m
clc, clear,close all, pause(1)
%系统特性说明
% 1:用GOLD码进行扩频
%
% 仿真参数预设
SNR = -20; % Ec/No,扩频信号的信噪比。
order = 8; % 扩频序列的阶数。其周期等于(2^order - 1)
NumOfBit = 5; %
www.eeworm.com/read/217163/14976223
c general.c
/****************************************************************************
文件名:general.c
编写者:JZJ40
描述:通用子程序库
内容:DelayMs:延时程序
ToBCD:将一个整数转换为BCD码
版本:2003年10月11日 1.0
*****************
www.eeworm.com/read/216389/15015196
txt 05-05.txt
%例5-5 使用char函数将ASCII码转换为字符串。
%解:在“命令窗口“中输入如下命令,并按Enter键确认。
>> t=['Peking University in discrimination debate'
'Middle East has two new leaders '
'Romania, Bulgaria to join
www.eeworm.com/read/114100/15110121
txt 如何播放资源文件中的声音.txt
假 设 资 源 文 件 是 这 样 的 :
CHIMES WAVE DISCARDABLE "Chimes.wav"
DING WAVE DISCARDABLE "Ding.wav"
1、 建 立 一 个 新 工 程 ;
2、 添 加 下 面 代 码 到 Form1
'********************************
www.eeworm.com/read/214207/15110238
tdf prbs_bit.tdf
--以下的程序是按比特方式产生伪随机图案,对于该程序中不同图案的选择采用不同的使能信号来控制
--//////////////////////////////////////////////////////////////////////////////////////////////////////////// // 该电路为按比特方式产生伪随机码电路;
www.eeworm.com/read/114100/15111160
txt 如何对数据库中的用户和密码进行校验.txt
假 定 你 把 用 户 名 和 密 码 保 存 在 数 据 库 中 的 UserInfo表 中 , 使 用 :
Dim rd As Recordset
Set rd = Data1.Database.OpenRecordSet(" SELECT * FROM UserInfo")
rd.FindFirst "User = '" + sUser + "'"
www.eeworm.com/read/114100/15111343
txt 怎样在主窗体载入时,同时链接上server端的access数据库.txt
使 用 ADO,代 码 如 下 :
Dim Db as New ADODB.Connection
(ACCESS 97) db.Open "Provider=Microsoft.Jet.Oledb.3.51;Data Source=" & .\abc.mdb
(ACCESS 2000) .......则 要 将 3.51换 成 4.0即 可 。
www.eeworm.com/read/114100/15112945
txt 如何判断数据库是否成功打开.txt
1、 利 用 错 误 陷 阱 进 行 判 断 , 代 码 如 下 :
on error resume next
err.clear
dim mycn as new adodb.connection
set mycn = new adodb.connection
mycn.open "dsn=abc;uid=uidstr;pwd=
www.eeworm.com/read/212909/15145365
vhd div.vhd
--/*DIV.VHD*/--串行BCD码除法模块
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity div is
Port (clk,rst:in std_logic;
bei,ch
www.eeworm.com/read/212476/15155951
c 36.c
#pragma interrupt_handler timer:7 //TC1溢出中断
#include
#include
#include //自定义字符点阵码文件,存于include目录下#include