static

共 165 篇文章
static 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 165 篇文章,持续更新中。

数据挖掘-聚类-K-means算法Java实现

<span style="box-sizing:inherit;color:#3D464D;font-family:&quot;font-size:16px;white-space:normal;background-color:#FFFFFF;">K-Means算法是最古老也是应用最广泛的聚类算法,它使用质心定义原型,质心是一组点的均值,通常该算法用于n维连续空间中的对象。</span><spa

模拟电子技术基础

<div class="para" label-module="para" style="font-size:14px;color:#333333;margin-bottom:15px;text-indent:2em;line-height:24px;zoom:1;font-family:arial, 宋体, sans-serif;white-space:normal;background-col

信号与系统

<div class="lemma-summary" label-module="lemmaSummary" style="clear:both;font-size:14px;color:#333333;margin-bottom:15px;text-indent:2em;line-height:24px;zoom:1;font-family:arial, 宋体, sans-serif;white

matlab 0-1背包问题

<p> <span style="color:#333333;font-family:Arial, &quot;font-size:18px;text-indent:36px;white-space:normal;background-color:#FFFFFF;">遗传算法已经成为组合优化问题的近似最优解的一把钥匙。它是一种模拟生物进化过程的计算模型,作为一种新的全局优化搜索算法,它以其简单、

java入门编程合集

<p class="MsoNormal"> <span style="font-family:宋体;">题目:古典问题:有一对兔子,从出生后第</span>3<span style="font-family:宋体;">个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?</span><span style="font-family:ˎ̥;"

模拟 PWM 输出控制灯的 10 个亮度级别

LED 一般是恒流操作的,如何改变 LED 的亮度呢?答案就是 PWM 控制。在一定的<br /> 频率的方波中,调整高电平和低电平的占空比,即可实现。比如我们用低电平点亮一个 LED<br /> 灯,我们假设把一个频率周期分为 10 个时间等份,如果方波中的高低电平占空比是 9:1,<br /> 这是就是一个比较暗的亮度,如果方波中高低电平占空比是 10:0,这时,全部是高电平,<br /> 灯

一个按键控制的 10 级变速跑马灯试验

在本课中,我们要用一个按键来实现跑马灯的 10 级调速。这又会涉及到键的去抖的问<br /> <br /> 题。&nbsp;<br /> <br /> 本课的试验结果是,每按一次按键,跑马速度就降低一级,共 10 级。&nbsp;<br /> 这里我们又增加了一个变量 speedlever,来保存当前的速度档次。&nbsp;<br /> 在按键里的处理中,多了当前档次的延时值的设置。&nbsp;<

Interfacing to External Static Ram This module colntroller is for srams

Interfacing to External Static Ram This module colntroller is for srams

第一个Java程序 public class Practice { public static void main(String args[]) { System.out.print

第一个Java程序 public class Practice { public static void main(String args[]) { System.out.println("**********************************") System.out.println("** Practice makes perfect") Sy

RS_latch using vhdl, When using static gates as building blocks, the most fundamental latch is the

RS_latch using vhdl, When using static gates as building blocks, the most fundamental latch is the simple SR latch, where S and R stand for set and reset. It can be constructed from a pair of cross-c

java 线程 静态锁

java 线程 静态锁,对象锁, synchronized 是锁方法还是锁对象?还是锁类?如何实现?? 部分代码如下, public static Object lock=new Object() //静态锁,锁类,不是锁对象了!!所以两个线程同时 运行两个 TestThread 的execute( ),也可以同步!!! public void execute

The emphasis of this book is on real-time application of Synopsys tools, used to combat various pro

The emphasis of this book is on real-time application of Synopsys tools, used to combat various problems seen at VDSM geometries. Readers will be exposed to an effective design methodology for handl

Java 程序编码规范 所有的程序开发手册都包含了各种规则。一些习惯自由程序人员可能对这些规则很不适应

Java 程序编码规范 所有的程序开发手册都包含了各种规则。一些习惯自由程序人员可能对这些规则很不适应,但是在多个开发人员共同写作的情况下,这些规则是必需的。这不仅仅是为了开发效率来考虑,而且也是为了后期维护考虑。 内容: 命名惯例 、Java文件样式 、代码编写格式 、程序编写 、编程技巧 、Swing 、调试 、性能 、可移植性 1) 命名规范 定义这个规范的目的是让项目中所有的文档都

Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/

Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,x

java面试笔试题大汇总 ~很全面 java面试笔试题大汇总 第一

java面试笔试题大汇总 ~很全面 java面试笔试题大汇总 第一,谈谈final, finally, finalize的区别。   最常被问到。   第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?   第三,Static Nested Class 和

机器学习-ID3算法

机器学习ID3算法的简单实现, <div class="lemma-summary" label-module="lemmaSummary" style="clear:both;font-size:14px;color:#333333;margin-bottom:15px;text-indent:2em;line-height:24px;zoom:1;font-family:arial, 宋体,

本程序是用JNI技术实现的读取硬盘序列号 将ChenminDiskIDJoc.jar 加入环境变量 这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹 Disk

本程序是用JNI技术实现的读取硬盘序列号 将ChenminDiskIDJoc.jar 加入环境变量 这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹 DiskID32.dll DiskID.dll public static String chenmin.io.DiskID.Factory() 返回硬盘厂家 public static Str

These are matlab and simulink files to model the membrane crystallization system, including the matl

These are matlab and simulink files to model the membrane crystallization system, including the matlab file to get the optimation point of this system, and 3 simulink files, which are static model and

Advanced ASIC Chip Synthesis Using Synopsys Design Compiler. This second edition of this book descr

Advanced ASIC Chip Synthesis Using Synopsys Design Compiler. This second edition of this book describes the advanced concepts and techniques used towards ASIC chip synthesis, physical synthesis, fo

飞机订票系统的 OO模型 包含use case modeling 2. static modeling 、。。等

飞机订票系统的 OO模型 包含use case modeling 2. static modeling 、。。等