代码搜索:字符编码
找到约 10,000 项符合「字符编码」的源代码
代码结果 10,000
www.eeworm.com/read/171697/9742088
m bam_字符.m
%仿真从噪声背景中进行联想过程
% BAM
clc
%网络初始化
%调用字母矩阵中的字符,ALPHABET - 35x26 matrix of 5x7 bit maps for each letter,TARGETS - 26x26 target vectors.
[alphabet,targets]=prprob;
B=1;% B为噪声干扰的强度,输入向量的标准差
%训练样本
www.eeworm.com/read/171270/9763853
plg 字符串.plg
礦ision3 Build Log
Project:
E:\电子设计\MCU\串口\字符串\字符串.uv2
Project File Date: 08/01/2006
Output:
www.eeworm.com/read/171270/9763857
lnp 字符串.lnp
"STARTUP.obj",
"字符串.obj"
TO "字符串"
RAMSIZE(256)
CODE( 0X0000-0X1FFF )
www.eeworm.com/read/171270/9763859
lst 字符串.lst
C51 COMPILER V7.50 字符串 08/01/2006 19:56:26 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 字符串
OBJECT MODULE PLACED IN 字符串.OB
www.eeworm.com/read/171270/9763866
opt 字符串.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/171270/9763871
hex 字符串.hex
:03000000020800F3
:0C080000787FE4F6D8FD758117020847E8
:1008D500100849206C6F766520796F75200000003F
:0208E500000011
:10088C00758920758BFD758DFD7598D8E4F587D22B
:10089C008EE4FD74082DF8E6F599E4FEFF0F
www.eeworm.com/read/171270/9763872
c 字符串.c
#include"reg52.h"
#define uchar unsigned char
#define uint unsigned int
uchar idata trdata[16]={'I',' ','l','o','v','e',' ','y','o','u',' ',0x00};
void main(void)
{
uchar i;
uint
www.eeworm.com/read/171270/9763874
obj 字符串.obj
www.eeworm.com/read/236526/14012705
txt 字符转成时间.txt
DateTime d1=Convert.ToDateTime("2003-01-01 18:20:01");
string s=d1.ToString("yyyy-MM-dd HH:mm:ss");
MessageBox.Show(s);