代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/256544/11987911
lua sieve.lua
-- the sieve of of Eratosthenes programmed with coroutines
-- typical usage: lua -e N=1000 sieve.lua | column
-- generate all the numbers from 2 to n
function gen (n)
return coroutine.wrap(function
www.eeworm.com/read/255612/12068759
m qam16_fading.m
% Program 3-22
% qam16_fading
%
% Simulation program to realize 16QAM transmission system
% (under one path fading)
%
% Programmed by H.Harada and R.Funada
%
%******************** preparatio
www.eeworm.com/read/152220/12132245
m babysnake.m
function varargout = babysnake(varargin)
% Babysnake is a mini game programmed by Chen Guangling.
% 'w' for "up";'s' for "down";'a' for "left";'d' for "right"
% Last Modified by GUIDE v2.5 02-Dec-2
www.eeworm.com/read/250907/12376310
m crmapping.m
% Function 4-6
% crmapping.m
%
% Function to set data on subcarrier
% (DC=0)
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]=crmapping(idata,qdata,fftlen,nd);
%*********
www.eeworm.com/read/250907/12376326
m interwave.m
% Function 4-10
% interwave.m
%
% Function to add interference wave
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]=interwave(ci,spow,ml,nsamp,tstp,fadingpara);
%*********
www.eeworm.com/read/232948/14175956
asm reg.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Programmed by 罗云彬, bigluo@telekbird.com.cn
; Website: http://asm.yeah.net
; LuoYunBin's Win32 ASM page (罗云彬的编程乐园)
;>>>>>>>>>
www.eeworm.com/read/232948/14175958
asm graphic.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Programmed by 罗云彬, bigluo@telekbird.com.cn
; Website: http://asm.yeah.net
; LuoYunBin's Win32 ASM page (罗云彬的编程乐园)
;>>>>>>>>>
www.eeworm.com/read/232948/14175984
asm win.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Programmed by 罗云彬, bigluo@telekbird.com.cn
; Website: http://asm.yeah.net
; LuoYunBin's Win32 ASM page (罗云彬的编程乐园)
;>>>>>>>>>
www.eeworm.com/read/231739/14222156
m crmapping.m
% Function 4-6
% crmapping.m
%
% Function to set data on subcarrier
% (DC=0)
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]=crmapping(idata,qdata,fftlen,nd);
%*********
www.eeworm.com/read/231739/14222210
m interwave.m
% Function 4-10
% interwave.m
%
% Function to add interference wave
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]=interwave(ci,spow,ml,nsamp,tstp,fadingpara);
%*********