-
Matlab学习课件,著名院校老师的。主要是一些代码
Matlab学习课件,著名院校老师的。主要是一些代码-Matlab learning courseware, teachers in reputable institutions. Mainly code
- 2022-05-07 03:27:49下载
- 积分:1
-
国民财富的性质和原因,经济学的经典著作
国民财富的性质和原因,经济学的经典著作-national wealth to the nature and causes of Economics classics
- 2022-09-14 13:20:03下载
- 积分:1
-
本书介绍了嵌入式系统的C和C++程序员。主题包括T。
This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation, optimizing embedded code for size and speed, and making the most of C++ without a performance penalty. Pages : 336 Slots : 1-This book introduces embedded systems to C and C++ Programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation, optimizing embedded code for size and speed , and making the most of C++ without a performance penalty. Pages: 336 Slots: 1
- 2022-12-15 05:20:03下载
- 积分:1
-
做手机开发硬件的朋友注意了,该文章主要讲解了做手机射频方面的问题,从原理到PCB各方面的注意问题都有!...
做手机开发硬件的朋友注意了,该文章主要讲解了做手机射频方面的问题,从原理到PCB各方面的注意问题都有!-Make phone Friend attention to the development of hardware, and the main article on the phone to do radio frequency issues, from the principle to the attention of all aspects of PCB problems!
- 2023-06-12 22:00:04下载
- 积分:1
-
Professional PHP5 code for this book
Professional PHP5 code for this book
- 2022-10-19 16:35:04下载
- 积分:1
-
php最新经典入门书籍PHP.5.MySQL.Programming.for.the.Absolute.Beginner
php最新经典入门书籍PHP.5.MySQL.Programming.for.the.Absolute.Beginner-php latest entry classic books PHP.5.MySQL.Programming.f or.the.Absolute.Beginner
- 2023-07-14 20:15:04下载
- 积分:1
-
它聚集了一批以提高算法的相关文章,我相信宝贝…
里面聚集了许多Boosting算法相关的文章,相信对Boosting算法有兴趣的有所帮助-Which gathered a number of articles related to Boosting algorithm, I believe Boosting Algorithm for help interested
- 2022-02-15 11:07:18下载
- 积分:1
-
Solution for digital communication Bernard Sklar
Solution for digital communication Bernard Sklar
- 2022-12-21 00:55:03下载
- 积分: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
-
学生成绩分析系统,VB可以直接打开,是中小学教师计算学生生成的好帮手。...
学生成绩分析系统,VB可以直接打开,是中小学教师计算学生生成的好帮手。-Student performance analysis system, VB can directly open, is the calculation of primary and secondary school teachers of students to generate a good helper.
- 2022-04-09 19:46:10下载
- 积分:1