代码搜索:COde
找到约 10,000 项符合「COde」的源代码
代码结果 10,000
www.eeworm.com/read/462298/7078646
gif code.gif
www.eeworm.com/read/462298/7078755
gif code.gif
www.eeworm.com/read/462298/7079393
gif code.gif
www.eeworm.com/read/133989/7082403
pas code.pas
unit Code;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, Mask, DBCtrls, DB, ADODB, ExtCtrls, ComCtrls;
type
TC
www.eeworm.com/read/133989/7082406
dfm code.dfm
object CodeSelect: TCodeSelect
Left = 149
Top = 214
Width = 363
Height = 267
BorderIcons = []
Caption = #36873#25321#21333#20301#20195#30721#21644#21517#31216
Color = clBtnFace
www.eeworm.com/read/427515/7095573
m code.m
function y=code(e,v)
% CODE
% CODE(e,v) creates a new variable coded with different values depending upon
% which one of a set of logical expressions is true.
% If a row has 0's only, the corresp
www.eeworm.com/read/127187/7098137
asm code.asm
p macro buf
lea dx,buf
mov ah,9
int 21h
endm
data segment
pp db 0dh,0ah,' welcome you to run this programme!$'
qq db 0dh,0ah,' when you input number,press enter.$'
qw
www.eeworm.com/read/446704/7106098
m code.m
clear all;
% Reading image
y=imread('test.jpg');
x=double(y);
a=size(x);
w(:,:)=(255*ones(a(1),a(2)));
% Normalising R,G,B values
for i=1:1:a(1);
for j=1:1:a(2);
Y(i,j,1)=x(i,j,1)/w(i,j)
www.eeworm.com/read/208640/7108387