曲线x3+y3+(x+1)cosπy+9=0,在x=-1点处的法线方程是:
A.y+3x+6=0 B.y-3x-1=0C.y-3x-8=0 D.y+3x+1=0
参考答案:B
有以下程序: #include <iostream> #include <fstream> using namespace std; int main() fstream file; file.open("abc.txt", ios_base::in); if (! file ) cout<<"Can not open abc.txt"<<end1; abort(); char ch; int i = 0; while ( ! file.eof() ) file.get(ch); i++; cout<<"Characters : "<<i<<end1; file.close(); return 0; 程序实现的功能是 【15】 。
用人单位按照国家规定缴纳生育保险费,职工()保险费。
A、缴纳生育
B、自愿缴纳
C、不缴纳生育
D、可缴可不缴