搜索结果

找到约 1,362 项符合 new 的查询结果

按分类筛选

显示更多分类

VHDL/FPGA/Verilog The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA i

The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until ...
https://www.eeworm.com/dl/663/374293.html
下载: 53
查看: 1123

Java编程 java中大部分对图形、文本、图像的操作方法都定义在Graphics类中

java中大部分对图形、文本、图像的操作方法都定义在Graphics类中,所以此次实验使用的方法如Color(int r, int g,int b), setColor(Color c),drawline(int x1,int y1,int x2,int y2)等都来自Graphics类中,此外对文本和字体的处理还用到了Font类中的 new Font(“字体名”,字体风格,字体大小),setFont(Font f)等方法; ...
https://www.eeworm.com/dl/633/383689.html
下载: 145
查看: 1079

Java书籍 Overview If you have been wanting to learn Java, check out the newly revised fourth edition of the

Overview If you have been wanting to learn Java, check out the newly revised fourth edition of the best-seller Sams Teach Yourself Programming with Java in 24 Hours. This step-by-step tutorial will teach you how to create simple Java programs and applets. Comprised of 24 one-hour lessons, this new e ...
https://www.eeworm.com/dl/656/390107.html
下载: 29
查看: 1083

游戏 A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances a

A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances are you have not heard of the term "codecave" before. If you have heard of it, you might not have read a clear definition of it or quite understand what it is or why it is useful. I have even asked sea ...
https://www.eeworm.com/dl/625/402913.html
下载: 69
查看: 1064

Java编程 java 线程 静态锁

java 线程 静态锁,对象锁, synchronized 是锁方法还是锁对象?还是锁类?如何实现?? 部分代码如下, public static Object lock=new Object() //静态锁,锁类,不是锁对象了!!所以两个线程同时 运行两个 TestThread 的execute( ),也可以同步!!! public void execute(){ // synchronize ...
https://www.eeworm.com/dl/633/465618.html
下载: 196
查看: 1056

Java编程 Exploring C++ uses a series of self–directed lessons to divide C++ into bite–sized chunks that you c

Exploring C++ uses a series of self–directed lessons to divide C++ into bite–sized chunks that you can digest as rapidly as you can swallow them. The book assumes only a basic understanding of fundamental programming concepts (variables, functions, expressions, statements) and requires no prior kn ...
https://www.eeworm.com/dl/633/470079.html
下载: 66
查看: 1063

软件设计/软件工程 The Pages 2.0 specification is one of the most exciting Java Community Process releases of the year.

The Pages 2.0 specification is one of the most exciting Java Community Process releases of the year. Chances are you picked this book to learn more about the new features of 2.0. Or you may be interested in using for the first time in your next project. Regardless of your interest, we ve put togethe ...
https://www.eeworm.com/dl/684/472668.html
下载: 115
查看: 1132

Linux/uClinux/Unix编程 GoAhead Webs 2.1.5

===================================== GoAhead WebServer 2.1.8 Release Notes ===================================== .. NOTES: .. This document is maintained using the reStructuredText markup system. .. You may download this from <http://docutils.sf.net>. Also note that running .. the docutils code re ...
https://www.eeworm.com/dl/509531.html
下载: 2
查看: 177

Linux/uClinux/Unix编程 GoAhead Webs 2.1.5 embedded webserver arm

===================================== GoAhead WebServer 2.1.8 Release Notes ===================================== .. NOTES: .. This document is maintained using the reStructuredText markup system. .. You may download this from <http://docutils.sf.net>. Also note that running .. the docutils code re ...
https://www.eeworm.com/dl/509532.html
下载: 1
查看: 126

Matlab 基于MATLAB的特定人语音识别算法设计

通过MATLAB平台建立一个GUI界面,接着对一组语音信号的输入进行预处理及端点检测,提取特征参数(MFCC),形成参考模块。然后再对一组相同的语音信号输入进行同样的操作作为测试模块,与参考模块进行DTW算法进行匹配,输出匹配后的识别结果。 ...
https://www.eeworm.com/dl/511752.html
下载: 3
查看: 103