-
一个测试java安全性代码
一个测试java安全性代码 -a test safety code
- 2022-03-30 22:19:50下载
- 积分:1
-
linux 串口编程指南,很不错的串口编程入门指南哦
linux 串口编程指南,很不错的串口编程入门指南哦-linux Serial Programming Guide, a very good introductory Serial Programming Guide oh
- 2022-03-15 02:41:15下载
- 积分:1
-
ban vao doc va se thay day la mot bai rat thu vi.
ban vao doc va se thay day la mot bai rat thu vi.
- 2022-04-01 02:15:35下载
- 积分:1
-
linux下 采用kdevelop环境就行qt界面的很好的资料。适合初学qt的学者...
linux下 采用kdevelop环境就行qt界面的很好的资料。适合初学qt的学者-kdevelop used under linux environment, on the qt-line interface, a good information. Suitable for beginners qt scholars
- 2022-05-23 04:32:09下载
- 积分:1
-
API函数大集合,介绍windows API各种函数。
API函数大集合,介绍windows API各种函数。-Large collection of API functions, introduce a variety of windows API function.
- 2022-07-28 14:33:38下载
- 积分:1
-
Matlab的神经网络工具箱实用指南
第一章是神经网络的基本介绍,第二章包括了由工具箱指定的有关网络结构和符号的基本材料以及建立神经网络的一些基本函数,例如...
Matlab的神经网络工具箱实用指南
第一章是神经网络的基本介绍,第二章包括了由工具箱指定的有关网络结构和符号的基本材料以及建立神经网络的一些基本函数,例如new、init、adapt和train。第三章以反向传播网络为例讲解了反向传播网络的原理和应用的基本过程。-Matlab neural network toolbox is a practical guide to the first chapter a basic introduction to neural networks, and the second chapter, including designated by the toolbox on network structure and symbols of basic materials and the establishment of neural networks, some of the basic functions, such as new, init, adapt and the train. Chapter III in order to back-propagation network as an example to explain the back-propagation network, the basic process principles and applications.
- 2023-01-29 01:25:03下载
- 积分:1
-
算法分析和设计过程是本书的核心,是对算法的一个研究。
算法分析与设计是程序的核心,这本书就是关于算法分析与设计方面的书.国外很多大学将此书作为经典的教材.-algorithm analysis and design process is the core of this book is on algorithm analysis and design of the book. Many foreign universities will book as a classic textbook.
- 2023-04-07 04:15:05下载
- 积分:1
-
remote sensing electronic version intensive solutions, hope you like them.
遥感电子精解版,希望大家喜欢。-remote sensing electronic version intensive solutions, hope you like them.
- 2023-03-14 18:50:06下载
- 积分:1
-
ADC0809做的数字电压表,视线电压显示,数字式显示
ADC0809做的数字电压表,视线电压显示,数字式显示-ADC0809 make the digital voltage meter, voltage line of sight display, digital display
- 2022-07-22 05:50:17下载
- 积分: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