-
MFC模拟计算机网络停等协议发送和接收数据过程
MFC模拟计算机网络停等协议发送和接收数据过程-MFC simulated computer network, such as an agreement to stop sending and receiving data process
- 2023-01-26 00:15:04下载
- 积分:1
-
FPGA原理、设计与应用
FPGA原理、设计与应用-FPGA principle, design and application of
- 2022-05-11 01:27:41下载
- 积分:1
-
c++ primer 双语版的,对原文有兴趣的可以多借鉴下
c++ primer 双语版的,对原文有兴趣的可以多借鉴下-c++ primer bilingual version of the original interested parties can learn from the next
- 2022-11-30 04:00:03下载
- 积分:1
-
虽然本书篇幅不大,只有200多页,不适合初学者,但是在开发过过程中放在桌边作为速查手册还是不错的。...
虽然本书篇幅不大,只有200多页,不适合初学者,但是在开发过过程中放在桌边作为速查手册还是不错的。-Although the book devoted not only more than 200 pages, is not for beginners. But in the development process than on the table as Check the manual is pretty good.
- 2022-12-22 08:35:03下载
- 积分:1
-
很好的书籍,空时编码和mimo系统。介绍很详细
很好的书籍,空时编码和mimo系统。介绍很详细-Good books, space-time coding and MIMO systems. Detailed introduction
- 2023-06-01 01:30:04下载
- 积分:1
-
The software provides a direct interface to operate the scanner example, Visual...
本软件提供了一个直接操作扫描仪接口的例子,采用Visual C++语言规范编程.相信会对
从事扫描仪接口编程的朋友们有一定帮助-The software provides a direct interface to operate the scanner example, Visual C programming language specification. I believe it would be Scanner Interface Programming friends will definitely help
- 2022-09-12 21:15:03下载
- 积分:1
-
深入浅出MFC的电子版读物,有繁体和简体两个版,很经典,希望大家喜欢...
深入浅出MFC的电子版读物,有繁体和简体两个版,很经典,希望大家喜欢-MFC easy electronic version of books, has two versions of traditional and simplified, it is classic, I hope everyone likes
- 2022-01-25 22:49:48下载
- 积分:1
-
很好的编码器设计书籍
很好的编码器设计书籍-good encoder design books
- 2022-05-05 05:54:15下载
- 积分: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
-
Book of modern communication systems in Chapter III Procedure (Publishing House...
现代通信系统书第三章程序(电子工业出版社)-Book of modern communication systems in Chapter III Procedure (Publishing House of Electronics Industry)
- 2022-03-12 13:46:40下载
- 积分:1