搜索结果
找到约 51 项符合
Num 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (6)
- 其他 (5)
- 数据结构 (4)
- 单片机编程 (4)
- 编译器/解释器 (3)
- matlab例程 (2)
- 网络 (2)
- Matlab (2)
- 软件 (2)
- 源码 (2)
- 数据库系统 (1)
- Delphi/CppBuilder (1)
- uCOS (1)
- 人工智能/神经网络 (1)
- 嵌入式/单片机编程 (1)
- Windows CE (1)
- 数学计算 (1)
- VHDL/FPGA/Verilog (1)
- Java编程 (1)
- 压缩解压 (1)
- DSP编程 (1)
- 数值算法/人工智能 (1)
- C/C++语言编程 (1)
- PCB图/BOM单/原理图 (1)
- Linux/uClinux/Unix编程 (1)
- 嵌入式综合 (1)
- 其他 (1)
- 书籍 (1)
- VIP专区 (1)
单片机编程 AVR单片机转速表
/**************************************************************** 
                外部晶振8M 
                PA0~3:四位数码管的位选 
                PB0~7:数码管 ...
Linux/uClinux/Unix编程 c语言程序源
#include <iostream>
using namespace std;
class Student
{
public:
Student(int, int);
int num;
int grade;
};
Student::Student(int n, int g)
{
num = n;
grade = g;
}
int maxGradeIndex(Student* s)
{
int maxGrade, index = 0, i = 0;
maxGrade = s[0].grade;
for (i = 0; i<5; i++)
{
if (s[i].grade > maxGrade)
...
Matlab Matlab中kmean算法实现
自己编写代码实现了kmeans算法,输入变量 data 为 N 行 m 列,每一行为一个数据点,num 表示聚类数目;输出变量 label 为 N 行 1 列, 表示对应的数据点属于哪一类。
嵌入式综合 红外遥控RGB
#include "STC90.h"
#include < intrins.h >
#define uchar unsigned char
#define uint unsigned int
#define led_port P1
sbit IR_RE = P3^2;
sbit led_r = P1^3;
sbit led_g = P1^4;
sbit led_b = P1^5;
sbit led_wd = P1^7;
sbit K1 =P3^0 ; //增加键
sbit K2 =P3^1 ; ...
软件 aster注册机
選Activate Product 然後下一步
進到了註冊畫面
將註冊機打開選擇Aster V7 2x
按Get Num產生註冊碼
將註冊碼複製到Aster的註冊畫面上,按下面的"其它"
將硬體代碼複製
將硬體代碼貼上註冊機上的Hardware ID後,按Get Key產生啟動碼後複製到註冊畫面的最下方.按下一步即可啟動 ...
软件 PL0语言设计一个词法分析器
PL0语言是与pascal类似的语言,但是比pascal语言的词法、语法更加严格苛刻。
在PL0语言中,只有五种类型的单词:关键字、用户自定义标识符、数字、特殊符号以及非法标识符。
根据题目给出的PL0的文法,关键字只有如下几个:
Const——用来声明常量;
Var——用来声明变量;
Procedure——用来声明过程;
...
其他 有限差分法
function&nbsp;[alpha,N,U]=youxianchafen2(r1,r2,up,under,num,deta)&nbsp;&nbsp;
&nbsp;&nbsp;
%[alpha,N,U]=youxianchafen2(a,r1,r2,up,under,num,deta)&nbsp;&nbsp;
%该函数用有限差分法求解有两种介质的正方形区域的二维拉普拉斯方程的数值解&nbsp;&nbsp;
%函数返回迭代因子、迭代次数 ...
源码 成绩查询系统
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...
源码 学生成绩guanli
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...
书籍 Radio+Resource+Management
Wireless communications and networking technology are advancing at a very rapid
pace. Newer technologies and standards are evolving to serve the ever-increasing num-
ber of users demanding different types of mobile applications and services. Research
and development activities on wireless technology ...