题目6 1 计算两数的和与差 1 设计思路 (1)主要描述题目算法 第一步:阅读题目,引用void sum_diff( float op1, float op2, float psum, float pdiff ) 第二步:找到和与差的代表变量,发现不需要再继续加入新变量 第三步:直接代入数据即可 ...
分类:
其他好文 时间:
2018-03-21 21:16:37
阅读次数:
170
p4merge, difftool, mergetool, git diff, git difftool, 各种情况的git diff. ...
分类:
其他好文 时间:
2018-03-21 21:15:35
阅读次数:
185
一、安装linux最小化系统(CentOS6)安装最小系统即可二、安装pyenv多版本管理工具(一)pyenv的安装步骤1、安装gityum install git -y2、安装python编译所需要用到的包yum -y install gcc make patch gdbm-devel opens
分类:
编程语言 时间:
2018-03-21 21:11:04
阅读次数:
181
转载: https://www.oschina.net/news/77354/http-get-post-different https://www.cnblogs.com/wswang/p/6054619.html GET和POST是HTTP协议中的两种发送请求的方法。 HTTP是基于TCP/IP ...
分类:
其他好文 时间:
2018-03-21 21:07:11
阅读次数:
115
npm WARN saveError ENOENT: no such file or directory, open ‘C:\Program Files\nod
ejs\package.json‘
分类:
其他好文 时间:
2018-03-21 18:32:20
阅读次数:
350
hello git 穿越时空 修改一条数据 git status 查看是否修改 git diff file1 如何修改的 git add file1 git commit -m "提交的信息" 版本回退 git reset --hard HEAD^ 回退到上个版本 cat file1 git res... ...
分类:
其他好文 时间:
2018-03-21 18:30:19
阅读次数:
158
题目6 1 计算两数的和与差 1 设计思路 (1)主要描述算法 第一步:输入数据 第二步:引用函数sum_diff( float op1, float op2, float psum, float pdiff ) 第三步:函数sum_diff( float op1, float op2, float ...
分类:
其他好文 时间:
2018-03-18 13:08:40
阅读次数:
96
linxu_usb驱动之框架 USB骨架程序可以被看做一个最简单的USB设备驱动的实例。 首先看看USB骨架程序的usb_driver的定义 [cpp] view plain copy static struct usb_driver skel_driver = { .name = "skeleto ...
分类:
系统相关 时间:
2018-03-17 16:17:19
阅读次数:
297
Problem You have a number of stones with known weights w 1, …, wn. Write a program that will rearrange the stones into two piles such that weight diff ...
分类:
其他好文 时间:
2018-03-17 10:50:47
阅读次数:
149
1.如何用OpenGL ES绘制一个三角形? 编写一个类实现Renderer接口,实现onDrawFrame方法,onSurfaceChanged方法,onSurfaceCreated方法 编写一个类Triangle类,定义定点坐标,装载所有顶点坐标,调用GL10的一个glDrawArrays方法来 ...
分类:
移动开发 时间:
2018-03-15 16:20:24
阅读次数:
232