代码搜索:多信号

找到约 10,000 项符合「多信号」的源代码

代码结果 10,000
www.eeworm.com/read/17522/733867

vhd cufaqi.vhd

--当一个信号的赋值是以另一个信号的跳变为条件时,或者说当发生同步赋值时编译会产生寄存器 --如果变量的值没有被进程(函数或过程)以外的代码调用,那么不一定会产生寄存器 ---如果一个变量是在一个信号跳变时被赋值的,并且该值又被赋给了另外的信号,那么综合后 ---生成寄存器 ---如果一个变量在还没有进行赋值操作时已被使用,那么在综合后就会产生寄存器 ------------------ ...
www.eeworm.com/read/281557/9150646

c bit9_slave.c

//////////////UART1 9bit从机程序///////////////// /////////////多机通讯模式//////////////////// /////////////bit9_slave.c////////////////////// #include // Register definition file. #define aa
www.eeworm.com/read/164413/10109760

c bit9_slave.c

//////////////UART1 9bit从机程序///////////////// /////////////多机通讯模式//////////////////// /////////////bit9_slave.c////////////////////// #include // Register definition file. #define aa
www.eeworm.com/read/358130/10195721

js mdiwin.js

// 描述 : 多文档窗口 // 版本 : 1.1 // 作者 : 宝玉 http://www.nwpubbs.net/ // 最新更新 : 2004-1-13 // 备注 : function mywin() { this.winlist = new Array(); //窗口列表 this.m
www.eeworm.com/read/358130/10195773

js mdiwin.js

// 描述 : 多文档窗口 // 版本 : 1.1 // 作者 : 宝玉 http://www.nwpubbs.net/ // 最新更新 : 2004-1-13 // 备注 : function mywin() { this.winlist = new Array(); //窗口列表 this.m
www.eeworm.com/read/419997/10824078

c bit9_slave.c

//////////////UART1 9bit从机程序///////////////// /////////////多机通讯模式//////////////////// /////////////bit9_slave.c////////////////////// #include // Register definition file. #define aa
www.eeworm.com/read/271192/11004641

cs class1.cs

using System; namespace 多文档 { /// /// Class1 的摘要说明。 /// public class Class1 { public static string RTBox; public static string file; public Class1() {
www.eeworm.com/read/271192/11004661

cs class1.cs

using System; namespace 多文档 { /// /// Class1 的摘要说明。 /// public class Class1 { public static string RTBox; public static string file; public Class1() {
www.eeworm.com/read/445804/7589957

c bit9_slave.c

//////////////UART1 9bit从机程序///////////////// /////////////多机通讯模式//////////////////// /////////////bit9_slave.c////////////////////// #include // Register definition file. #define aa
www.eeworm.com/read/443457/7632713

cpp 2050.cpp

#include void main() { int a,i,n; scanf("%d",&n); while(n--){ scanf("%d",&a); printf("%d\n",2*a*(a-1)+a+1);//多写些数,然后找规律 } }