-
Differential Impedance introduction
Differential Impedance introduction
- 2022-11-03 23:40:02下载
- 积分:1
-
java入门经典教程.zip
java入门经典教程.zip-classic handbook. Zip
- 2023-03-28 02:45:04下载
- 积分:1
-
《Simulations for Radar Systems Design》书的Matlab程序
《Simulations for Radar Systems Design》书的Matlab程序
- 2022-11-23 01:55:03下载
- 积分:1
-
(一)功能要求:
(1) 信息维护:
要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修...
(一)功能要求:
(1) 信息维护:
要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息
(2) 信息查询:要求:查询时可实现按姓名查询、按学号查询
(3) 成绩统计:要求:A输入任意的一个课程名(如数学)和一个分数段(如60--70),统计出在此分数段的学生情况。
排序:能-(1) functional requirements : (a) maintaining information : Request : Student data to information in the form of a document preservation, Students can achieve the maintenance of information and data. This module, including sub-modules are : increased student information, delete information of students, student information changes (2) Information : Request : inquiries can be realized by name inquiries, inquiries by the school, (3) results statistics : requirements : A importation of an arbitrary courses (such as mathematics) and a fraction of the (60-- 70), Statistics from the scores of the students of. Ranking : can
- 2022-03-09 15:41:29下载
- 积分:1
-
VerilogHDL 英文版的介绍资料
VerilogHDL 英文版的介绍资料 -This is an introduction ofVerilogHDL in English。
- 2023-03-24 21:00:04下载
- 积分:1
-
WINDOWS CE 的资料
WINDOWS CE 的资料-information WINDOWS CE
- 2022-01-31 03:17:37下载
- 积分:1
-
数值方法 (MATLAB版) (第三版) 中文版
同志们这时中文的!太有用了。...
数值方法 (MATLAB版) (第三版) 中文版
同志们这时中文的!太有用了。-numerical methods (MATLAB) (third edition) Chinese version of Chinese comrades time! A useful too.
- 2022-05-09 02:12:35下载
- 积分:1
-
教你使用Visual C++ 6 21天
在21天内自学Visual C++ 6
- 2022-10-24 19:45:04下载
- 积分:1
-
快速模具制造工艺的变更
quick die changes for manufacturing processes
- 2022-02-05 15:11: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