代码搜索:信号链
找到约 10,000 项符合「信号链」的源代码
代码结果 10,000
www.eeworm.com/read/127962/14324265
c bo3-2.c
/* bo3-2.c 链队列(存储结构由c3-2.h定义)的基本操作(9个) */
Status InitQueue(LinkQueue *Q)
{ /* 构造一个空队列Q */
(*Q).front=(*Q).rear=(QueuePtr)malloc(sizeof(QNode));
if(!(*Q).front)
exit(OVERFLOW);
(
www.eeworm.com/read/127961/14324622
h c4-3.h
// c4-3.h 串的块链存储表示
#define CHUNKSIZE 4 // 可由用户定义的块大小
struct Chunk
{
char ch[CHUNKSIZE];
Chunk *next;
};
struct LString
{
Chunk *head,*tail; // 串的头和尾指针
int curlen; // 串的当前长
www.eeworm.com/read/206115/15299840
c bo3-2.c
/* bo3-2.c 链队列(存储结构由c3-2.h定义)的基本操作(9个) */
Status InitQueue(LinkQueue *Q)
{ /* 构造一个空队列Q */
(*Q).front=(*Q).rear=(QueuePtr)malloc(sizeof(QNode));
if(!(*Q).front)
exit(OVERFLOW);
(
www.eeworm.com/read/38039/1089886
mnu const_vary.mnu
CONST/VARY 常数/变量
#
Constant 常数
Create fillets/rounds with constant radius.
用恒定半径创建圆角/倒圆角。
Multi#Const 多重常数
Fillet/round multiple edges/chains. Each may have a different constant radius.
圆角/倒圆角化多重边/链。
www.eeworm.com/read/38039/1089954
mnu edg_ed_crt.mnu
CREATE 创建
# remove the # sign and enter foreign help string in this line
Project 投影
Create edge chain by projection.
用投影创建边链
Make#Isoline 产生等值线
Create edge from surface isoline.
从曲面的等值线创建边
Connect 连接
www.eeworm.com/read/38039/1092392
mnu trimtraj.mnu
TRIM/EXTEND 裁剪/延拓
#
Enter#Length 输入长度
Trim (or extend) by a specified amount.
按指定数量裁剪(或扩展)。
Drag 拖动
Use the mouse to adjust chain end.
使用鼠标调整链的端点。
Trim#At 裁剪位置
Trim to a specified point, curve, or su
www.eeworm.com/read/235684/4646263
asm cur_mod.asm
;===========================================================================
; 文件名: Cur_mod.asm
; 模块名: CURRENT_MODEL
; 初始化程序名: CURRENT_MODEL_INIT
; 公司: 达盛科技
; 功能描述: 三相异步电动机转子电流磁链计算模型
;
;
www.eeworm.com/read/235684/4646296
asm cur_mod.asm
;===========================================================================
; 文件名: Cur_mod.asm
; 模块名: CURRENT_MODEL
; 初始化程序名: CURRENT_MODEL_INIT
; 公司: 达盛科技
; 功能描述: 三相异步电动机转子电流磁链计算模型
;
;
www.eeworm.com/read/306178/3760656
h xiangfang.h
//Cracked by Kafei
string look_jia() {
string msg;
msg = "
可以拿的兵器有剑(sword),刀(blade),棒(stick),杖(staff),轮(falun),
鞭(whip),棍(club)。还有铁甲(armor),石块(stone),醍醐香(xiang),颅钵
(lubo),人头链(lian),骷髅冠(gu
www.eeworm.com/read/306178/3760781
h xiangfang.h
//Cracked by Kafei
string look_jia() {
string msg;
msg = "
可以拿的兵器有剑(sword),刀(blade),棒(stick),杖(staff),轮(falun),
鞭(whip),棍(club)。还有铁甲(armor),石块(stone),醍醐香(xiang),颅钵
(lubo),人头链(lian),骷髅冠(gu