代码搜索:舒服点
找到约 10,000 项符合「舒服点」的源代码
代码结果 10,000
www.eeworm.com/read/488157/6497330
m shortest.m
%function p=shortest(startp,endp,Cost)
function p=shortest(startp,endp,Cost)
CrossPointNo=length(Cost);
[a b]=Shortest_Djk(Cost,CrossPointNo,startp);
%getpath用来显示各点与起始点之间的最短路的路径
%其中,a,b为Shortest_
www.eeworm.com/read/486720/6525770
c point.c
//点
void pointxy(unsigned char x,unsigned char y,unsigned char bitdata)
{ unsigned char a1,p;
Lcd_CurrentX=x;
Lcd_CurrentY=y;
lcdpos();
p=(Lcd_CurrentY%8)&0x7;
a1=lcdrd()&Mask1[
www.eeworm.com/read/485466/6562953
m example6_11.m
%装载采集的信号leleccum.mat
load leleccum;
%=============================
%将信号中第2000到第3450个采样点赋给s
indx=2000:3450;
s=leleccum(indx);
%=============================
%画出原始信号
subplot(2,2,1);
plot(s);
t
www.eeworm.com/read/484560/6579900
h font.h
//-----------------------------------------------
// Font 0
// ASCII:5X8点阵数据
//-----------------------------------------------
INT8U code Font_ASC5X8[]={
0x00,0x00,0x08,0x00,0x00,
www.eeworm.com/read/482646/6620605
m example6_11.m
%装载采集的信号leleccum.mat
load leleccum;
%=============================
%将信号中第2000到第3450个采样点赋给s
indx=2000:3450;
s=leleccum(indx);
%=============================
%画出原始信号
subplot(2,2,1);
plot(s);
t
www.eeworm.com/read/481374/6639494
m shortest.m
%function p=shortest(startp,endp,Cost)
function p=shortest(startp,endp,Cost)
CrossPointNo=length(Cost);
[a b]=Shortest_Djk(Cost,CrossPointNo,startp);
%getpath用来显示各点与起始点之间的最短路的路径
%其中,a,b为Shortest_
www.eeworm.com/read/481249/6646405
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/481249/6646406
c 小写数字转换成大写数字2.c
/*** 程序: 123.45 则输出“壹佰贰拾叁点肆伍” ***/
#include /*标准输入输出函数*/
#include /*字符串函数*/
#include
void ConvertN(int n,char* &p,bool IsSequece=true); /*声明函数Convert
www.eeworm.com/read/480189/6667807
java direction.java
//【例4.4】 设计点的坐标作为直线类的内部类。
public interface Direction //方向接口
{
public static final int LEFT=0; //声明4个方向的常量
public static final int RIGHT=1;
public static final int UP
www.eeworm.com/read/480109/6677083
cpp ledtest.cpp
// LedTest.cpp : 定义应用程序的入口点。
//
#include "stdafx.h"
#include "LedTest.h"
#include
#include
// 全局变量:
HINSTANCE g_hInst; // 当前实例
HANDLE hDev=NULL;
const BYTE