快捷键-- 鼠标放在“大纲视图” --.(小键盘) 定位到所选对象(该键的英文为period)-- 鼠标放在“3D视图” --n 打开3D视图右面属性面板(把鼠标放在面板上,按F5可以左右切换面板所在的位置)t 打开3D视图左侧的工具架(把鼠标放在面板上,按F5可以左右切换面板所在的位置)a 在各个...
分类:
其他好文 时间:
2015-02-01 00:29:55
阅读次数:
389
Catenyms
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 9914
Accepted: 2588
Description
A catenym is a pair of words separated by a period such that t...
分类:
其他好文 时间:
2015-01-31 23:17:35
阅读次数:
234
Catenyms
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 9887
Accepted: 2583
Description
A catenym is a pair of words separated by a period such that the las...
分类:
其他好文 时间:
2015-01-29 14:37:51
阅读次数:
133
后期加工,成为一个实用的功能,这里作为一个demo,进行记录。
#include
using namespace std;
int main()
{
int type;
double money, period, rate, interest;
cout << "欢迎使用利息计算器!" << endl;
cout <> money;...
分类:
编程语言 时间:
2015-01-19 22:44:50
阅读次数:
254
iOS利用Application Loader打包提交到App Store时遇到错误:
The filename 未命名.ipa in the package contains an invalid character(s). The valid characters are:A-Z
,a-z,0-9,dash,period,underscore,but the name cannot s...
分类:
其他好文 时间:
2015-01-19 15:50:52
阅读次数:
156
1. Clock logic为方便对时钟进行修改,已经后续代码中的应用,定义为parameter或者`define更为方便,如下所示://-------------------------------//clock unitsparameter PERIOD = 20; //20ns,50MHzal...
分类:
其他好文 时间:
2015-01-13 12:25:51
阅读次数:
164
select pk_glorgbook from bd_glorgbook where glorgbookcode='0100-0001';--0001N510000000006K4Xselect no,period,year,dr,pk_voucher from gl_voucher where ...
分类:
其他好文 时间:
2015-01-05 18:09:09
阅读次数:
116
package xzxz
import scala.annotation.tailrec
class MersenneTwister(seed: Int) {
private val SIZE: Int = 624
private val PERIOD: Int = 397
private val DIFF: Int = SIZE - PERIOD
private de...
分类:
编程语言 时间:
2015-01-01 21:16:02
阅读次数:
309
stm8s103 PWM的设置不难,但是很多人不注意选项字节这个问题,PWM是IO口的第二功能,要用ST Visual Programmer 修改选项字节。只需要修改AFR0的功能就可以了其中初始化代码如下void TIM1_PWM_Init(unsigned int TIM1_CH1_Period...
分类:
其他好文 时间:
2014-12-30 18:47:54
阅读次数:
249
--在数据库test01中新建课程信息表
USE test01
GO
CREATE TABLE course
(
courseno nchar(6) NOT NULL,
cname nchar(20) NULL,
type nchar(8) NULL,
period tinyint NULL,
credit numeric(4, 1) NULL,
CONSTRAINT PK_c...
分类:
数据库 时间:
2014-12-26 09:39:55
阅读次数:
276