代码搜索:Coding

找到约 9,366 项符合「Coding」的源代码

代码结果 9,366
www.eeworm.com/read/287849/8664402

txt k=3.txt

please input the message length to n: 382 please input the con_len to K: 3 你选择的编码深度所对应的穿孔矩阵及其它信息如下: M G1 G2 the punc_table the coding rate: 2 5 7 1 1 0 1 1 5/9 1 1 1 1 1 2
www.eeworm.com/read/287849/8664403

txt arq3.txt

please input the message length to n: 384 please input the con_len to K: 3 你选择的编码深度所对应的穿孔矩阵及其它信息如下: M G1 G2 the punc_table the coding rate: 2 5 7 1 1 0 1 1 5/9 1 1 1 1 1 2
www.eeworm.com/read/287849/8664464

txt soft_conv.txt

please input the message length to n: 384 please input the con_len to K: 3 你选择的编码深度所对应的穿孔矩阵及其它信息如下: M G1 G2 the punc_table the coding rate: 2 5 7 1 1 0 1 1 5/9 1 1 1 1 1 2
www.eeworm.com/read/299182/7880953

py a12.py

# -*- coding: cp936 -*- #第十二章----其他趣味程序 #:《c趣味编程》94-100题 #21:51 2006-11-4 def z94(): #斐波那契数列 def filie(x): a,b,t=1,1,0 if x==1 or x==2:return 1 while t!=x-2:
www.eeworm.com/read/299182/7881032

py a6.py

# -*- coding: cp936 -*- #第六章----分数趣题 #《c趣味编程》42-47题 #21:46 2006-11-4 def gcd(x,y): #最大公因子 if x>y:x%=y while x: x,y=y%x,x return y def lcm(x,y): #最小公倍数 retur
www.eeworm.com/read/299182/7881058

py timechange.py

#! /usr/bin/env python # -*- coding: cp936 -*- #'timechange.py' # 比如你想改变一个文件夹里的 # 所有文件的访问时间和修改时间 # 07-06-15 att = [2008, 4, 14, 14, 34, 34, 4, 144, 0] import os import time import sys def gbtime(pa
www.eeworm.com/read/413986/11134988

py pythontelnet.py

# -*- coding: utf-8 -*- '''程序的目的:您只要将下面内容中的IP地址、用户名和密码替换成您想登录的计算机 就可以访问这台计算机,并且执行相关命令''' import telnetlib host = {'ip': '0.0.0.0', 'user': 'username', 'password':'password','commands':'command
www.eeworm.com/read/284422/8932445

txt 用户态和内核共享内存--最简单的例子.txt

例子中,用户态程序的KERNEL_VIRT_ADDR就是内核模块打印的地址p 这里是hard coding(先加载内核模块,再把打印的地址赋值给KERNEL_VIRT_ADDR), 可以采用其他的方式传递。 2.6内核验证。 内核模块----------------------- #include #include
www.eeworm.com/read/381211/9103709

m fg_10_06.m

% fg_10_06 Waveform vector for Huffman coding. x=[4 4 4 5, 4 3 2 1, 0 1 2 3, 2 3 2 3, ... 4 5 6 5, 4 5 6 7, 6 5 4 5, 6 5 5 4]; sp_fig(1,8.5,4); set(gca,'position',[.1,.2,.3,.5]); set(gca,'
www.eeworm.com/read/381211/9103965

m fg_10_08.m

% fg_10_08 Waveform vector for Huffman coding. x=[4 4 4 5, 4 3 2 1, 0 1 2 3, 2 3 2 3, ... 4 5 6 5, 4 5 6 7, 6 5 4 5, 6 5 5 4]; sp_fig(1,8.5,4); set(gca,'position',[.1,.2,.5,.5]); set(gca,'