Computer Vision-A Modern Approach,第二版(英文),2012,非扫描版
2021-11-30 02:01:13 19.99MB 第二版(英文)
1
modern control system-12th-en Instructors_Solutions_Manual_for_Modern_Control_Systems,_12th_Edition.pdf 本来是不要积分的,但最少1个,希望对需要的朋友有用,请放心下载,12th书和对应答案,全英文版
2021-11-28 22:11:37 36.53MB modern contr solutions
1
高等计算机结构 蔡智强教授 Modern.Processor.Design-Fundamentals.of.Superscalar.Processors【英文版】
2021-11-27 22:51:58 13.08MB Modern.Processor.Design
1
Modern Control Engineering 5th Ogata. 控制理论必看的第一本书
2021-11-25 20:49:49 6.08MB Modern Control Ogata
1
As scientific and engineering projects grow larger and more complex, it is increasingly likely that those projects will be written in C++. With embedded hardware growing more powerful, much of its software is moving to C++, too. Mastering C++ gives you strong skills for programming at nearly every level, from “close to the hardware” to the highest-level abstractions. In short, C++ is a language that scientific and technical practitioners need to know. Peter Gottschling’s Discovering Modern C++ is an intensive introduction that guides you smoothly to sophisticated approaches based on advanced features. Gottschling introduces key concepts using examples from many technical problem domains, drawing on his extensive experience training professionals and teaching C++ to students of physics, math, and engineering. This book is designed to help you get started rapidly and then master increasingly robust features, from lambdas to expression templates. You’ll also learn how to take advantage of the powerful libraries available to C++ programmers: both the Standard Template Library (STL) and scientific libraries for arithmetic, linear algebra, differential equations, and graphs. Throughout, Gottschling demonstrates how to write clear and expressive software using object orientation, generics, metaprogramming, and procedural techniques. By the time you’re finished, you’ll have mastered all the abstractions you need to write C++ programs with exceptional quality and performance.
2021-11-25 09:11:02 899KB C++11
1
现代占星术 这是一个占星术应用程序,所有的占星家都可以接触到他们的潜在客户。每个客户都可以要求一个免费的预测和此后的付费预测。主要特点是: 使用个人逻辑注册电话号码 每种活动的材料设计UI 使用MDC库的日期和时间选择器 底部导航视图 乐天动画与JSON文件格式一起使用 Listview显示预测 Google Pay集成支付占星家 该应用程序的一些屏幕截图为:
2021-11-24 14:40:39 1.89MB Java
1
Lindell 教授 2021新版Introduction to Modern Cryptography
2021-11-24 14:00:14 16.87MB 密码学 教材 安全协议 隐私计算
endmodule 图6.46 用生成循环语句定义n位逐位进位加法器 例6.26 在图6.33中,我们列出了16选1多路选择器Verilog代码,该代码实例引用了五个4 选1多路选择器电路,这个4选1多路器电路由一个独立的名为mux4to1模块提供。 16选1多路选择器也可以使用任务(task)来描述,见图6.47所示。 注意观察关 键的不同点。任务mux4to1包含在模块mux16to1中。在always模块中通过case语句 来调用任务。任务的输出必须是一个变量,因此 g 是 reg 型。 module mux16to1 (W, S16, f); input [0:15] W; input [3:0] S16; output f; reg f; always @(W or S16) case (S16[3:2]) 0: mux4to1 (W[0:3], S16[1:0], f); 1: mux4to1 (W[4:7], S16[1:0], f); 2: mux4to1 (W[8:11], S16[1:0], f); 3: mux4to1 (W[12:15], S16[1:0], f); endcase
2021-11-22 11:18:41 15.3MB verilog 数字逻辑基础
1
国外大学经典的计算机视觉教材,入门必读,英文原版
1
Learn Qt 5 Build modern, responsive cross-platform desktop applications with Qt, C++, and QML 英文mobi 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2021-11-19 20:25:32 4.01MB Learn Build modern responsive
1