在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
分享 SPD采样鉴相器
wangjicheng886 2023-12-18 15:39
SPD采样鉴相器 1. 为什么要引入SPD PLL噪声可分为带内和带外两部分,带外噪声由VCO占主导,带内噪声由Refclk、Divider、PFD+CP占主导。 传统电荷泵PLL中带内噪声主要由PFD+CP贡献,由于分频器的作用,噪声会被放大N^2^倍到输出 且PFD鉴相死区的存在使PFD+CP本身噪声贡献也会比较大。所以在通常情况下, 传统电荷泵PLL ...
484 次阅读|0 个评论
分享 查看系统是否有僵尸进程
wangjicheng886 2023-9-22 12:01
1、查看系统是否有僵尸进程 使用Top命令查找,当zombie前的数量不为0时,即系统内存在相应数量的僵尸进程。 2、定位僵尸进程 使用命令ps -A -ostat,ppid,pid,cmd |grep -e '^ '定位僵尸进程以及该僵尸进程的父进程。 3、杀死僵尸进程 使用Kill -HUP 僵尸进程ID来杀死僵尸进程,往往此种情况无法 ...
个人分类: linux|362 次阅读|0 个评论
分享 liunx 下的进程
wangjicheng886 2023-9-22 11:43
liunx 下的进程 1.查进程 ps命令查找与进程相关的PID号: ps a 显示现行终端机下的所有程序,包括其他用户的程序。 ps -A 显示所有程序。 ps c 列出程序时,显示每个程序真正的指令名称,而不包含路径,参数或常驻服务的标示。   ...
个人分类: linux|335 次阅读|0 个评论
分享 skill language user guide 50--52
wangjicheng886 2023-6-24 22:09
The for Function The index in a for expression is saved before the for loop and is restored to its saved value after the for loop is exited. SKILL does most of its error checking during execution. Error messages involving for expressions can be obscure. Be sure ...
297 次阅读|0 个评论
分享 skill language user guide 48--50
wangjicheng886 2023-6-24 16:41
The if Function Use the if function to selectively evaluate two groups of one or more expressions. 使用if函数来有选择地评估一个或多个表达式的两个组。 The condition in an if expression evaluates to nil or non- nil . if表达式中的条件将被评估为nil或非nil。 ...
1439 次阅读|7 个评论 热度 17
分享 skill language user guide 46--48
wangjicheng886 2023-6-19 22:45
Logical Operators SKILL considers nil as FALSE and any other value as TRUE. The and () and or (||) operators only evaluate their second argument if they need to determine the return result. SKILL将nil视为假(FALSE),而将其他任何值视为真(TRUE)。而逻辑与()和逻辑或( ...
240 次阅读|0 个评论
分享 skill language user guide 44--46
wangjicheng886 2023-6-18 16:41
Reading Data from a File To read a text file 1. Use the infile function to obtain an input port. 2. Use the gets function to read the file a line at a time and/or use the fscanf function to convert text fields upon input. 使用gets函数逐行读取文件,和/ ...
319 次阅读|0 个评论
分享 skill language user guide 42--44
wangjicheng886 2023-6-17 20:40
Writing Data to a File To write text data to a file 1. Use the outfile function to obtain an output port on a file. 2. Use an optional output port parameter to the print and println functions and/or use a required port parameter to the fprintf function. 3. C ...
261 次阅读|0 个评论
分享 skill language user guide 40--42
wangjicheng886 2023-6-17 17:10
File Input/Output This section introduces how to ■ Display values using default formats and application-specific formats ■ Write UNIX text files ■ Read UNIX text files application-specific format应用程序特定格式 Displaying Data Display data using ...
358 次阅读|0 个评论
分享 skill language user guide 39--40
wangjicheng886 2023-5-29 20:13
Modifying Lists The following functions operate on variables without changing their value or creating new variables. 以下函数在操作变量时不会改变它们的值或创建新的变量。 Coordinates An xy coordinate is represented by a two-element list. The colon (:) binary operator builds a coordinat ...
212 次阅读|0 个评论 热度 2
123下一页
关闭

站长推荐 上一条 /1 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-5-26 07:57 , Processed in 0.014323 second(s), 4 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
返回顶部