-
高级Bash 脚本编程指南,做shell的基础,而且做linux开发的开始...
高级Bash 脚本编程指南,做shell的基础,而且做linux开发的开始-Advanced Bash scripting guide, so the basis of shell, and so the development of the beginning of linux
- 2022-03-12 04:29:09下载
- 积分:1
-
钩子原理 Delphi写的,学习的好例子
钩子原理 Delphi写的,学习的好例子 -hook principle Delphi wrote, a good example of learning
- 2022-01-26 04:49:44下载
- 积分:1
-
打印设备的源代码我认为很重要的东西, 我贡献给大家喔
打印设备的源代码我认为很重要的东西, 我贡献给大家喔-Printing device" s source code I think the important thing, I contribute to you Oh
- 2022-05-05 06:50:38下载
- 积分:1
-
Java 课件第3章 来自厦门大学
Java 课件第3章 来自厦门大学-Java courseware Chapter 3 from Xiamen University
- 2022-07-14 18:04:14下载
- 积分:1
-
some references about PMSM used in the elec. lift
some references about PMSM used in the elec. lift
- 2022-03-03 00:56:47下载
- 积分: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
-
Visual C++数字图像识别技术典型案例 光盘源码
Visual C++数字图像识别技术典型案例 光盘源码-Visual C Digital Image Recognition Technology typical CD-source
- 2022-03-30 14:52:44下载
- 积分:1
-
VCL图标组件,TChar的经典教程
VCL图标组件,TChar的经典教程-icon VCL components of the classic guide TChar
- 2023-08-26 01:30:04下载
- 积分:1
-
由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况...
由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。
-As a result of BP network weights optimization is a constrained optimization problems, and weights to be used real-coded, so the direct use of Matlab genetic algorithm toolbox. Posted the following code is for a 19 input variables, an output variable in case of non-linear regression designed, if applied to other situations, simply change your codec function.
- 2022-04-15 10:05:25下载
- 积分:1
-
易语言时尚编程100例
(一)例程名称:计算编辑框的输入内容的长度
设立本100例教程的目的:把易语言现有的例程都学习一遍,以达到共同脱菜的目的...
易语言时尚编程100例
(一)例程名称:计算编辑框的输入内容的长度
设立本100例教程的目的:把易语言现有的例程都学习一遍,以达到共同脱菜的目的-Easy programming language 100 cases of fashion (1) Routine Name: Edit the calculation of the input box the length of one hundred cases to establish the purpose of the tutorial: easy to put the existing language routines are studying again in order to achieve the common objective of food from
- 2022-11-21 04:30:03下载
- 积分:1