代码搜索:COde

找到约 10,000 项符合「COde」的源代码

代码结果 10,000
www.eeworm.com/read/274170/10886302

c code.c

# include void main() { /* 定义字符型变量,并给它们付初值 */ char c1, c2, c3, c4, c5, c6, c7; c1 = 'C'; c2 = 'h'; c3 = 'i'; c4 = 'n'; c5 = 'e'; c6 = 's'; c7 = 'e'; /* 输出原码 */ pr
www.eeworm.com/read/273878/10895896

m code.m

function [minimum,fval] = anneal(loss, parent, options) % ANNEAL Minimizes a function with the method of simulated annealing % (Kirkpatrick et al., 1983) % % ANNEAL takes three input parameter
www.eeworm.com/read/273597/10909042

gif code.gif

www.eeworm.com/read/272970/10934499

exe code.exe

www.eeworm.com/read/272970/10934501

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/418558/10940226

txt code.txt

Code Here is some Matlab code that you might find useful. All code is licensed under the GNU Lesser General Public License (LGPL) unless otherwise stated. I also have a Forge project which potentia
www.eeworm.com/read/418534/10941643

txt code.txt

www.eeworm.com/read/418534/10942744

txt code.txt

www.eeworm.com/read/418475/10944395

docx code.docx

www.eeworm.com/read/272452/10957403

v code.v

//-------------------------------- //Generate scan code //Filename : CODE.v //-------------------------------- module CODE(CLK, SCAN_CODE); input CLK; output [1:0] SCAN_CODE; parameter leng=9