代码搜索:舒服点

找到约 10,000 项符合「舒服点」的源代码

代码结果 10,000
www.eeworm.com/read/349895/6684215

c 20.c

#include #define MAX_STATION_NUM 32 /*定义最大允许的储油点数目*/ void main() { int k,i; float wDistance; /*wDistance是终点至当前贮油点的距离*/ float storedOil[MAX_STATION_NUM]
www.eeworm.com/read/479629/6689479

cpp 继承设计.cpp

#include #include class Point{/*point基类*/ public: Point(float a=0,float b=0) { x=a; y=b; } void get_point(){ coutx>>y; } protected:
www.eeworm.com/read/477190/6739680

java traingle.java

import java.util.Scanner; public class traingle extends graph { traingle() { System.out .println("Please input offset about x & y:(notice: 以前两点构成的直线需存在斜率且不为0)"); Scanner in1 = new Scan
www.eeworm.com/read/476406/6761048

f90 ex0839.f90

program ex0839 implicit none integer :: a read(*,*) a call sub( a, *100, *200 ) ! 特别另外指定两个返回点, 分别是行代码100及200这两个地方 write(*,*) "Default" stop 100 write(*,*) "Return 1" stop
www.eeworm.com/read/264560/11310170

c 小写数字转换成大写数字1.c

#include #include #include char * floattoch(float m); static char chinese[]="零壹贰叁肆伍陆柒捌玖点"; static char ch[80]; void main() { float m; char *s; p
www.eeworm.com/read/264560/11310172

c 小写数字转换成大写数字2.c

/*** 程序: 123.45 则输出“壹佰贰拾叁点肆伍” ***/ #include /*标准输入输出函数*/ #include /*字符串函数*/ #include void ConvertN(int n,char* &p,bool IsSequece=true); /*声明函数Convert
www.eeworm.com/read/409260/11339027

f90 ex0839.f90

program ex0839 implicit none integer :: a read(*,*) a call sub( a, *100, *200 ) ! 特别另外指定两个返回点, 分别是行代码100及200这两个地方 write(*,*) "Default" stop 100 write(*,*) "Return 1" stop
www.eeworm.com/read/409020/11361573

cpp range_fdr.cpp

// Range_FDR.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" long double Range_FDR(wchar_t* negLogP_filename, long double totalCount, double threshold); int _tmain(int argc, _TCHAR* argv[]) {
www.eeworm.com/read/408889/11366113

m ls_dft.m

function [H]=LS_DFT(N_subc,H,L_delay) time_domain = ifft(fftshift(H,1)) * sqrt(N_subc); % 保留一段时域样点 leakage = 0; % 能量泄漏的子载波数 % 保留时域能
www.eeworm.com/read/405283/11466933

c 小写数字转换成大写数字1.c

#include #include #include char * floattoch(float m); static char chinese[]="零壹贰叁肆伍陆柒捌玖点"; static char ch[80]; void main() { float m; char *s; p