-
用PROTEL绘制GPS接受模块的电路,对于开发者来说会有帮助...
用PROTEL绘制GPS接受模块的电路,对于开发者来说会有帮助-PROTEL mapping using GPS modules to accept the circuit, for developers who would be helpful
- 2023-05-08 13:10:02下载
- 积分:1
-
介绍怎样产生随机数的文章,在计算机中并没有一个真正的随机数发生器,但是可以做到使产生的数字重复率很低,这样看起来好象是真正的随机数,实现这一功能的程序叫伪随机数...
介绍怎样产生随机数的文章,在计算机中并没有一个真正的随机数发生器,但是可以做到使产生的数字重复率很低,这样看起来好象是真正的随机数,实现这一功能的程序叫伪随机数发生器。-Describes how to generate random numbers of articles in the computer does not have a true random number generator, but it can be done to generate the number of repetition rate is very low, this might seem true random numbers, to achieve this functionality program is called pseudo-random number generator.
- 2022-02-05 10:01:05下载
- 积分:1
-
This book is a Professor Yan Weimin title set data structure (C language version...
此书是严蔚敏教授的数据结构题集(C语言版)-This book is a Professor Yan Weimin title set data structure (C language version)
- 2022-01-22 11:18:32下载
- 积分:1
-
Master DFT in One Day的中文版
帮助大家学习离散傅立叶变换
Master DFT in One Day的中文版
帮助大家学习离散傅立叶变换-Master DFT in One Day to help you learn the Chinese version of the Discrete Fourier Transform
- 2022-08-02 19:09:44下载
- 积分:1
-
J2ME移动设备程序设计
J2ME(Java 2 Micro Edition)是Java 2的一个组成部分,它与J2SE、J2EE并称。根据Sun的定义:J...
J2ME移动设备程序设计
J2ME(Java 2 Micro Edition)是Java 2的一个组成部分,它与J2SE、J2EE并称。根据Sun的定义:J2ME是一种高度优化的Java运行环境,主要针对消费类电子设备的,例如蜂窝电话和可视电话、数字机顶盒、汽车导航系统等等。J2ME技术在1999年的JavaOne Developer Conference大会上正式推出,它将Java语言的与平台无关的特性移植到小型电子设备上,允许移动无线设备之间共享应用程序。-J2ME mobile device programming J2ME (Java 2 Micro Edition) is an integral part of Java 2, which with the J2SE, J2EE and said. According to Sun" s definition: J2ME is a highly optimized Java runtime environment, primarily for consumer electronics devices, such as cellular phones and video phones, digital set-top boxes, car navigation systems and so on. J2ME technology in the 1999 JavaOne Developer Conference General Assembly officially launched it with platform-independent Java language features transplanted into small electronic devices that allow mobile wireless devices to share applications.
- 2022-06-14 11:39:13下载
- 积分:1
-
vc++作为一种成用的语言,几乎所有的科学人员和开发人员都在使用,同时网络的一些源程序可能大家知道的少一些,这里给出一个源程序。...
vc++作为一种成用的语言,几乎所有的科学人员和开发人员都在使用,同时网络的一些源程序可能大家知道的少一些,这里给出一个源程序。-vc++ as a language into almost all of the scientists and developers are using the same time, some of the network source and we may know less, here given a source.
- 2022-01-26 04:16:59下载
- 积分:1
-
代码分为两部分:ff_const_mul.v和ff_mul.v,从而实现GF乘法器,VERILOG编写...
代码分为两部分:ff_const_mul.v和ff_mul.v,从而实现GF乘法器,VERILOG编写-Code is divided into two parts: ff_const_mul.v and ff_mul.v, in order to achieve GF multiplier, VERILOG prepared
- 2022-03-15 17:41:50下载
- 积分:1
-
delta = (srcW << 16)/dstW
int pos = delta >> 1...
着几乎所有智能机厂商都将有自己配套的App Store,甚至并非智能手机制造商的三星也有意加入本次混战.
当然,我们也不能忘记苹果最先从iTunes中得到的灵感,从而带来了应用程序商店,一个正确的面向用户,开发者的平台,提供收入分配的盈利模式.
Symbian下也有众多有趣的程序,诺基亚的应用商店将会让这些软件更有吸引力.
-delta = (srcW > 1
for (int x = 0 x < dstW x++) {
g.setClip(x, 0, 1, srcH)
g.drawImage(src, x- (pos >> 16), 0, Graphics.LEFT |
Graphics.TOP)
pos+= delta
}
Image dst = Image.createImage(dstW, dstH)
g = dst.getGraphics()
delta = (srcH > 1
for (int y = 0 y < dstH y++) {
g.setClip(0, y, dstW, 1)
g.drawImage(tmp, 0, y- (pos >> 16), Graphics.LEFT |
Graphics.TOP)
pos+= delta
- 2022-08-15 23:44:24下载
- 积分:1
-
鲁棒控制理论的经典著作,由Carsten Scherer写。
鲁棒控制理论的经典书,由Carsten Scherer所写。-Robust control theory classic book, written by Carsten Scherer.
- 2022-06-02 00:28:17下载
- 积分:1
-
Verilog大量例程,可用于Verilog的学习
Verilog大量例程,可用于Verilog的学习-Verilog a large number of routines that can be used to learn Verilog
- 2023-05-26 14:25:03下载
- 积分:1