-
本书介绍了机械加工误差的计算与控制,如加工误差的统计分析计算、加工误差的总和计算、加工误差的补偿与控制等。...
本书介绍了机械加工误差的计算与控制,如加工误差的统计分析计算、加工误差的总和计算、加工误差的补偿与控制等。-The book introduced the machining error of the calculation and control, such as statistical analysis of machining error calculation, the sum of processing errors, the machining error compensation and control.
- 2022-12-27 20:45:03下载
- 积分:1
-
How to control the time s equence of LM3033B
讨论如何利用软件控制 !"#$## &$ ’# 液晶显示模块时序(采用 )*+ 语言编程(驱动
液晶模块实现并行传输方式的字符#汉字以及图形显示$具体阐述了 !"#$## !$ ’# 液晶显示
模块与单片机 ,-./0*1 的并行接口电路和软件编程方法$
关键词"!"#$## &$ ’# 液晶显示模块 0-2/1$ 控制器 ,-./0*1 单片机 )*+ 编程-How to control the time s equence of LM3033B- 0BR3 LCD module by C51
programming was dis cus s ed in this paper. In this way the LCD module was driven by
parallel communication and the characters and graphics could be displayed well. The parallel
interface circuit and the soft des ign between LM3033B- 0BR3 LCD module and AT89S52
were narrated in detail.
- 2022-03-21 07:54:47下载
- 积分:1
-
概论:程序设计的基本概念与基本
1 . 方法;怎样才能学好这门基础课
2. 程序的基本结构
3. 编程关键:逻辑思维与问题求解
人是怎样让计算...
概论:程序设计的基本概念与基本
1 . 方法;怎样才能学好这门基础课
2. 程序的基本结构
3. 编程关键:逻辑思维与问题求解
人是怎样让计算机帮助自己解题的
4. 数据的组织方式一:数组
5. 模块化:函数与函数调用
6. 分治思想:递归算法及其实现
7. 逻辑指代与物理指代:指针
8. 数据的组织方式二:结构
9. 蒙特卡洛法
10.贪心法
11.动态规划
12. 数据的组织方式三:链表与树
13.数据的组织方式四:文件,数据的
永久存储与重复使用
14.面向对象程序设计的概念及特点-Introduction: the basic concepts of program design and basic one. Methods how to learn this basic course 2. The basic structure of the procedure 3. Programming key: logical thinking and problem solving is how to make computers help themselves solve problems 4. Data one organization: the array 5. Modularized: function and function call 6. divided Thought: recursive algorithm and its realization 7. logical and physical anaphora anaphora: pointer 8. data organization II: the structure of 9. montecalvo Lofa 10. Greedy 11. Dynamic Programming 12. data organization III: List and Tree 13. data organized in a manner that four: documents, data, permanent storage and re-use 14. object-oriented programming concepts a
- 2022-01-30 18:41:53下载
- 积分:1
-
ASD use and debugging notes, introduced AXD debugger shows online
ASD使用和调试说明,同时介绍了AXD的在线调试说明-ASD use and debugging notes, introduced AXD debugger shows online
- 2022-02-07 06:56:53下载
- 积分:1
-
《java大学教程》源码
《java大学教程》源码-"java University Guide" FOSS
- 2022-05-23 15:13:32下载
- 积分:1
-
这本书不错,推荐
这本书不错,推荐-this book is true that recommended
- 2022-03-20 22:23:50下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
sync ML同步的协议。是个不错的程序
sync ML同步的协议。是个不错的程序 -sync ML synchronization agreement. Be a good procedure
- 2022-10-04 16:45:04下载
- 积分:1
-
java network programming, 3rd Edition
java network programming, 3rd Edition
- 2022-02-06 13:16:33下载
- 积分:1
-
为3个立即数排序, 为3个立即数排序
为3个立即数排序, 为3个立即数排序-3 Number of sort
- 2022-01-24 18:32:04下载
- 积分:1