上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 90 下一页

2019年3月9日

循环左移实现

摘要: https://wenku.baidu.com/view/912312b019e8b8f67d1cb904.html 阅读全文

posted @ 2019-03-09 14:53 xihong 阅读(488) 评论(0) 推荐(0) 编辑

2018年12月11日

C166 -MDH

摘要: Writing a C logic for moving MDH register contents after MUL instruction http://www.keil.com/forum/5231/ unnecessary code generation http://www.keil.c 阅读全文

posted @ 2018-12-11 09:57 xihong 阅读(216) 评论(0) 推荐(0) 编辑

2018年12月10日

C166 8位字节位运算赋值-代码优化

摘要: 8位字节位运算赋值优化特记录下: unsigned short func1(){ unsigned short a; return a;} unsigned char func2(){ unsigned char a; return a;} unsigned short u_16;unsigned 阅读全文

posted @ 2018-12-10 22:01 xihong 阅读(305) 评论(0) 推荐(0) 编辑

2018年12月9日

c166 -div

摘要: unsigned short a=10; unsigned short b; unsigned short c;unsigned long d; b = (unsigned short)(d/2400)/60; /*ok */ //sbit p3_0 = P3^0; unsigned long fu 阅读全文

posted @ 2018-12-09 19:58 xihong 阅读(213) 评论(0) 推荐(0) 编辑

Fixed-point multiplication (C166 A*B/B)

摘要: Read-Only AuthorAndrew Neil Posted22-Oct-2003 09:34 GMT ToolsetC166 RE: Fixed-point multiplication Read-Only AuthorMike Kleshov Posted22-Oct-2003 09:5 阅读全文

posted @ 2018-12-09 17:47 xihong 阅读(303) 评论(0) 推荐(0) 编辑

2018年12月7日

C166 结构按字节访问的设置

摘要: PACK Compiler Directive Home » Compiling Programs » Directives » Reference » PACK None. A decimal number (1 or 2) enclosed in parentheses. PACK(1) Opt 阅读全文

posted @ 2018-12-07 20:35 xihong 阅读(160) 评论(0) 推荐(0) 编辑

2018年11月9日

CentOS6.5系统下RPM包安装MySQL5.6(转)

摘要: 1.查看操作系统相关信息。 [root@linuxidc ~]# cat /etc/issue CentOS release 6.5 (Final) Kernel \r on an \m [root@linuxidc ~]# uname -a Linux linuxidc 2.6.32-431.el 阅读全文

posted @ 2018-11-09 14:39 xihong 阅读(119) 评论(0) 推荐(0) 编辑

Centos6.8 Mysql5.6 安装配置教程(转)

摘要: 准备Mysql文件: 方式一:wget url(mysql下载地址); 方式二:从官网下载mysql,上传至centos(小编使用的Nodepad++的NppFTP具体做法请百度); 准备Mysql文件: 方式一:wget url(mysql下载地址); 方式二:从官网下载mysql,上传至cent 阅读全文

posted @ 2018-11-09 14:38 xihong 阅读(147) 评论(0) 推荐(0) 编辑

2018年10月30日

yum 和 rpm安装mysql彻底删除(转)

摘要: 1、yum方式安装的MySQL $ yum remove mysql mysql-server mysql-libs compat-mysql51 $ rm -rf /var/lib/mysq $ rm /etc/my.cnf 查看是否还有mysql软件: $ rpm -qa|grep mysql 阅读全文

posted @ 2018-10-30 08:31 xihong 阅读(238) 评论(0) 推荐(0) 编辑

2018年10月29日

Centos6 rpm 安装mysql5.5(转)

摘要: 版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/macfac/article/details/51868712 0. 到官网下载好,想要安装的rpm包,本人使用的是MySQL-server-5.5.50-1.linux2.6.x86_64.rpm 和 阅读全文

posted @ 2018-10-29 17:23 xihong 阅读(438) 评论(0) 推荐(0) 编辑

上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 90 下一页

导航