代码搜索:CHUAN
找到约 442 项符合「CHUAN」的源代码
代码结果 442
www.eeworm.com/read/314126/13574265
chuan
www.eeworm.com/read/283939/8978521
m chuan.m
function xdot=cun(t,x)
v1=1; v2=2;
xdot=[v1-v2*x(1)/sqrt(x(1)^2+x(2)^2),-v2*x(2)/sqrt(x(1)^2+x(2)^2)]';
www.eeworm.com/read/183256/9174296
c chuan.c
www.eeworm.com/read/270948/11018886
txt chuan.txt
www.eeworm.com/read/436696/7765679
vhd chuan.vhd
library ieee;
use ieee.std_logic_1164.all;
entity chuan is
port (
m :in std_logic_vector (17 downto 0);
x : out std_logic_vector(23 downto 0)
);
end chuan;
ARCHITECTURE ART
www.eeworm.com/read/436696/7765717
bsf chuan.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/433919/7904250
c chuan.c
#include
#fuses NOLVP, NOWDT, XT
#use delay(clock=4000000)
#use i2c(master,Slow,SDA=PIN_C4,SCL=PIN_C3)
#use rs232(baud=2400, xmit=PIN_C6, rcv=PIN_C7,parity=N,bits=8)
#include
www.eeworm.com/read/333664/12666528
java chuan.java
package turing;
import java.awt.Color;
import java.awt.Graphics2D;
import java.util.ArrayList;
import turing.Game.Screen;
public class Chuan {
//属性
private int chuanHao;
//包含关系
priv
www.eeworm.com/read/333664/12666543
class chuan.class
www.eeworm.com/read/321816/13398250