搜索:Num
找到约 80 项符合「Num」的查询结果
结果 80
按分类筛选
- 全部
- 单片机开发 (8)
- 源码 (6)
- 其他 (6)
- 单片机编程 (5)
- matlab例程 (5)
- 技术资料 (4)
- 数据结构 (4)
- 编译器/解释器 (3)
- 数学计算 (3)
- 软件 (2)
- DSP编程 (2)
- Matlab (2)
- Java编程 (2)
- 网络 (2)
- 人工智能/神经网络 (2)
- VHDL/FPGA/Verilog (2)
- 书籍 (1)
- 其他 (1)
- C/C++语言编程 (1)
- 电路图 (1)
- 行业应用文档 (1)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 数值算法/人工智能 (1)
- 数据库系统 (1)
- PCB图/BOM单/原理图 (1)
- 其他书籍 (1)
- 嵌入式综合 (1)
- 压缩解压 (1)
- Internet/网络编程 (1)
- 嵌入式/单片机编程 (1)
- uCOS (1)
- Delphi/CppBuilder (1)
- Windows CE (1)
- GPS编程 (1)
- Jsp/Servlet (1)
- MacOS编程 (1)
- VIP专区 (1)
https://www.eeworm.com/dl/664/147749.html
Delphi/CppBuilder
DELPHI basicCtrl+NUM 直接将光标跳到NUM处
DELPHI basicCtrl+NUM 直接将光标跳到NUM处,NUM是用Ctrl+Shift+NUM设置的标号。
NUM不能用小键盘。
Ctrl+Home 将光标移至文件头。
Ctrl+End 将光标移至文件尾。
Ctrl+B Buffer List窗口。
Ctrl+I 同Tab键。
Ctrl+M 同Enter键。
Ctrl+N 同Enter键,但光标位置保持不变。
Ctrl+T 删除光标右边的一个单词 ...
https://www.eeworm.com/dl/641/200438.html
数学计算
Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary
Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary string representation. bin2num is its inverse operation. It can be used in a numerical analysis course when floating point arithmetic is discussed.
https://www.eeworm.com/dl/663/384249.html
VHDL/FPGA/Verilog
nios num clock verilog code
nios num clock verilog code
https://www.eeworm.com/dl/665/178124.html
matlab例程
%绘制系统函数的零极点图 % %pzplot(num,den) %num为系统函数分子多项式的系数向量 %den为系统函数分母多项式的系数向量 %
%绘制系统函数的零极点图
%
%pzplot(num,den)
%num为系统函数分子多项式的系数向量
%den为系统函数分母多项式的系数向量
%
https://www.eeworm.com/dl/641/281878.html
数学计算
比较两个十进制数的二进制各位的差别 $0 $num1 $num2 附devcpp编译后的可执行文件(windows)
比较两个十进制数的二进制各位的差别
$0 $num1 $num2
附devcpp编译后的可执行文件(windows)
https://www.eeworm.com/dl/654/283216.html
数据结构
编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *
编程题(15_01.c)
结构
struct student
{
long num
char name[20]
int score
struct student *next
}
链表练习:
(1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中
的学号、成绩由键盘输入,一共n个节点。
(2).编写函数void print(struct ...
https://www.eeworm.com/dl/641/379438.html
数学计算
K. ATKINSON, THE NUMERICAL SOLUTION OF LAPLACE S EQUATION IN THREE DIMENSIONS , SIAM J. NUM. ANAL. 1
K. ATKINSON, THE NUMERICAL SOLUTION OF LAPLACE S EQUATION IN THREE DIMENSIONS , SIAM J. NUM. ANAL. 19(1982),263-274.
https://www.eeworm.com/dl/693/377007.html
GPS编程
function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by R
function [U,V,num_it]=fcm(U0,X)
% MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J.
% Hathaway on June 21, 1994.) The fuzzification constant
% m = 2, and the stopping criterion for successive partitions is epsilon =??????.
%*******Modified 9/15/0 ...
https://www.eeworm.com/dl/696/482536.html
Jsp/Servlet
java通用分页 PageUtils pu = new PageUtils(10,cnt,"cxdy.do",page_num) //从前之后依次是:数据总量
java通用分页
PageUtils pu = new PageUtils(10,cnt,"cxdy.do",page_num) //从前之后依次是:数据总量,跳转路径,当前跳转至页数
String page = pu.page()