登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:C#
  2. 代码类别:软件工程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. optimize-

  键是一种标准零件,通常用来实现轴与轮毂之间的周向固定以传递转矩,有的还能实现轴上零件的轴向固定或轴向滑动导向。在键连接设计时,间的高度和宽度根据轴的直径d选取,而键长L则根据轴上零件轮毂宽度B而定,通常L=B-(5—10)mm。键的尺寸确定后,再进行强度校核。而为了保证绝对安全,键的尺寸取值往往都趋于保守,所选键的尺寸大。本程序采用优化设计方法,在满足强度要求的前提下求出键的最小结构尺寸,证明键宽b和键高h的取值可以小于标准值。(Key is a standard part, often used to achieve between shaft and hub to transfer torque to a fixed week, and some can achieve a fixed axis or axial parts of the axial sliding direction. Key connection in the design, height and width between the shaft diameter d according to selection, and the bond length L is based on the width of the wheel shaft parts B and, typically L = B-(5-10) mm. Key size is confirmed, then strength check. In order to guarantee absolute security, key size values ??are often conservative, the size of the selected key to big. The program uses optimization methods to meet the strength requirements of the derived key premise of the minimum structure size, proved key width b and height h of the key values ??can be less than the standard value.)

5
下载
249
浏览
2011-09-05发布

2. 22222

  华为工程师培训教材之模拟电子学习资料,基本知识,实践性很强(Huawei engineers, e-learning training materials for the simulation data, basic knowledge, practical, strong)

2
下载
51
浏览
2011-08-20发布

3. PT100_ADC7705

  用ADC7705做模数转换,用查表方式,求PT100 温度值。 (ADC7705 Program)

68
下载
71
浏览
2011-08-17发布

5. OBDIIprotocols091214

  各大车系的OBDII总线协议。 比如:VW,Ford,GM等等。(OBDII bus protocol。)

28
下载
47
浏览
2011-08-16发布

6. Algorithm-SumofSub.doc.tar

  inroduction to algorithms in data structures

2
下载
46
浏览
2011-08-16发布

7. EzCAN

  实现CAN总线协议,完成数据在总线上高效、稳定的传输功能(Realize CANbus protocol, data on the bus are efficiently and stablely atransferred function)

3
下载
66
浏览
2011-08-06发布

8. yunfang

  单电源运放图集,有各类单电源供电的运放实现电路的设计及原理。。。(Atlas of single-supply op amp, there are various types of single-supply op amp circuit design and principles. . .)

2
下载
59
浏览
2011-08-05发布

9. ATT7022CCheckAccuracy

  基于ATT7022C的三相电能表电量采集系统的纯软件自动校表的后台软件!(The three-phase watt-hour meter based on ATT7022C power acquisition system of pure software automatically table of backend software school )

14
下载
73
浏览
2011-08-05发布

10. NETGUI

   一款界面很酷的路由模拟器,类似于小凡,但是克服的了小凡的很多缺点(A cool interface, the routing simulator, similar to Xiao-fan, but to overcome the many shortcomings of the Xiaofan)

3
下载
62
浏览
2011-07-27发布

11. Flash-Magic-ISP-Software-

  Flash Magic ISP Software 使用说明(Flash Magic ISP Software instructions)

9
下载
57
浏览
2011-07-23发布

12. LINER_LTC1068filter-integrated-chip

  LINER_LTC1068滤波器集成芯片(LINER_LTC1068 filter integrated chip)

3
下载
70
浏览
2011-07-22发布

13. beauty-code

  代码之美,规范我们的代码书写,让我们的代码如行云流水般的舒畅(Code of the United States, standardized writing our code, our code to fill the gap of the relaxed)

2
下载
59
浏览
2011-07-22发布

14. OBD-KW1281

  obd kwp1281绝密文档,是开发大众汽车诊断的必备协议,在这里公开给大家!(obd kwp1281 top-secret documents, is to develop the necessary protocols Volkswagen diagnostic, where open to everyone!)

413
下载
53
浏览
2011-07-19发布

15. vcPP1111

  vc++ 向其他进程注入代码的三种方法........(To inject code into other processes of the three methods)

4
下载
60
浏览
2011-07-13发布

16. STM32F107_6P

  STM32互联型产品 具有USB OTG、支持IEEE1588的以太网接口 双CAN接口和音频级别I 2 S接口的32位微控制器(STM32F107 data introduction)

29
下载
61
浏览
2011-07-13发布

17. arithmetic

  求单词个数的三种算法分析 用户任意输入一个字符串 ,求该字符串中包含的单词个数 ,其 中单词以空格分隔。这道题目难度合适,不用理解复杂的概念,纯粹的考察学生解决问题的能力,而且题目看似简单,学 生很有信心能够解决这个问题。每年讲解程序语言基础课或者程序设计高级时 ,都拿这道题目让学生做练习 ,但是学生做 的情况并不乐观 ,因此有必要总结一下 3 种经典解法 ,让初学者也能够体会到程序和算法的乐趣 ,让学生爱上学习。(Find the number of words any of the three algorithms analyze user inputs a string, find the number of words contained in a string, in which words separated by spaces. This question is difficult to project the right, do not understand the complex concepts, students study the pure problem-solving skills, and the subject appears to be simple, the students are confident to solve this problem. Explain each programming language basic course or advanced programming, they all head to take the problem asks students to do exercises, but students do not optimistic, it is necessary to summarize the three kinds of classical solution, so that beginners can understand the procedures and algorithms fun for students to love learning.)

3
下载
37
浏览
2011-07-11发布

18. Computer-graphics

  关于计算机图形学的中文课件,使用的教程是英文的,电子出版社出版(Computer graphics on the Chinese class, using the tutorial is in English, the electronic publishing house)

2
下载
61
浏览
2011-07-05发布

19. The-game-development-physics

  简单地说,本书是专为没有扎实的力学和物理背景,却要在游戏中负责加入物理模拟的电脑游戏设计师而设计的(Simply put, this book is designed to have no solid mechanics and physics background, have joined in the game is responsible for the physical simulation computer game designer and design)

1
下载
61
浏览
2011-06-29发布

20. zzzz

  软件工程课程设计,需求规格说明书概要设计说明书详细设计说明书源代码都有,通讯录的(i can t)

12
下载
51
浏览
2011-06-20发布