代码搜索:数字中频
找到约 10,000 项符合「数字中频」的源代码
代码结果 10,000
www.eeworm.com/read/141570/12998906
txt 49.txt
把数字转成英文字
●建立D2T巨集,并把快速键设为Shift + Ctrl + T。
●写入程式码:
Sub D2T()
Dim MyStr As String
MyStr = ActiveCell.Text
If IsNumeric(MyStr) = True Then
ActiveCell.Value = ""
Select Case Len(MySt
www.eeworm.com/read/242302/13035330
html 15450.html
Re: 请问有谁会使用crystal report的formula来写将数字转换成中文吗..
Re: 请问有谁会使用crystal report的formula来写将
www.eeworm.com/read/242302/13039906
html 15463.html
Re: 请问有谁会使用crystal report的formula来写将数字转换成中文吗..
Re: 请问有谁会使用crystal report的formula来写将
www.eeworm.com/read/242302/13054110
html 15457.html
Re: 请问有谁会使用crystal report的formula来写将数字转换成中文吗..
Re: 请问有谁会使用crystal report的formula来写将
www.eeworm.com/read/242302/13066097
html 15436.html
Re: 请问有谁会使用crystal report的formula来写将数字转换成中文吗..
Re: 请问有谁会使用crystal report的formula来写将
www.eeworm.com/read/242096/13095424
c main.c
/***********************************************
**** AVR SPI接口控制AD9833 ***
功能:M8 SPI 接口控制 AD9833
AD9833为DDS(Direct Digital Frequency Synthesis)直接数字频率合成器
可产生0-12.5MHz的正弦波、三
www.eeworm.com/read/139562/13148915
m chap1_2.m
%连续系统的数字PID控仿真
%Discrete PID control for continuous plant
clear all;
close all;
ts=0.001; %Sampling time
xk=zeros(2,1);
e_1=0;
u_1=0;
for k=1:1:2000
time(k) = k*ts;
rin(k)=0.50*sin(
www.eeworm.com/read/240662/13208010
c 7-44.c
/*将字符串a,b,c 分别采用10,2,16进制转换成数字*/
#include
main()
{
char a[]="1000000000";
char b[]="1000000000";
char c[]="ffff";
printf("a=%d\n",strtol(a,NULL,10));
printf("b=%d\n",strtol(b,NULL,2)
www.eeworm.com/read/240662/13208071
c 7-43.c
/*将字符串a,b,c 分别采用十,二,十六进制转换成数字*/
#include
main()
{
char a[]="1000000000";
char b[]="1000000000";
char c[]="ffff";
printf("a=%d\n",strtod(a,NULL));
printf("b=%d\n",strtod(b,NULL));
pr
www.eeworm.com/read/240362/13221608
c lcdii.c
// Header: 数字示波器
// File Name:lcdII.c
// Author: H.C.H
// Date:2005/8/15
//说明:基本成功
#include
#include
#include
#define uint unsigned int
#define uchar unsi