搜索结果
找到约 100 项符合
integer 的查询结果
按分类筛选
- 全部分类
- Java编程 (9)
- 数学计算 (8)
- 数据结构 (7)
- Delphi控件源码 (7)
- 其他 (6)
- 单片机编程 (4)
- 压缩解压 (4)
- 其他书籍 (4)
- 单片机开发 (4)
- matlab例程 (4)
- 源码 (4)
- 数值算法/人工智能 (3)
- 模拟电子 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- DSP编程 (2)
- 编译器/解释器 (2)
- 书籍源码 (2)
- Internet/网络编程 (2)
- Applet (2)
- 人工智能/神经网络 (2)
- Delphi/CppBuilder (2)
- 加密解密 (2)
- Mentor (1)
- 语音压缩 (1)
- 软件设计/软件工程 (1)
- 并行计算 (1)
- Oracle数据库 (1)
- 系统设计方案 (1)
- 软件工程 (1)
- JavaScript (1)
- 电子书籍 (1)
- 其他数据库 (1)
- 微处理器开发 (1)
- 嵌入式/单片机编程 (1)
- SQL Server (1)
- VIP专区 (1)
Java编程 CRC16算法的Java实现
CRC16算法的Java实现,使用方法如下:
CRC16 crc16 = new CRC16()
byte[] b = new byte[] {
// (byte) 0xF0,(byte)0xF0,(byte)0xF0,(byte)0x72
(byte) 0x2C, (byte) 0x00, (byte) 0xFF, (byte) 0xFE,
(byte) 0xFE, (byte) 0x04, (byte) 0x00, (byte) 0x00,
(byte) 0x00, (byte) 0x00 }
for (int k = ...
Applet 本程序执行后
本程序执行后,创建一个能够加载文字的面板,文字的内容是本地主机的IP地址的动态显示。跑马灯文字的大小和跑马灯文字显示的速度都可以在GatutTextCrawler.html文件里通过参数进行设置。
编程思路:首先,本练习因为要制作侦测IP的跑马灯的实例,所以首先要生成程序界面:在函数public void init()中,首先通过语句s = getP ...
Delphi控件源码 一个24点自动求解程序
一个24点自动求解程序,用了很多花哨的界面控件。只要看看核心的代码就行了(Unit1.pas中的 calc(i:integer)、print(i:integer) 过程)。可以把24改为其它的整数。
编译器/解释器 构造一个简单程序设计语言的词法分析器
构造一个简单程序设计语言的词法分析器,要求:
1) 含有保留字program, begin, end, var, integer, if, then, else, do, while.
2) 标识符和无符号的整常数,其中保留字和标识符不区分大小写.
3) 含有界符和运算符如下:+,-, (, ), =, >, <, , :, :=.,,。
4) 输出二元组。 ...
其他书籍 密码算法程序包miracl contains all the source code for the latest version of MIRACL: a Multiprecision Int
密码算法程序包miracl
contains all the source code for the latest
version of MIRACL: a Multiprecision Integer and Rational Arithmetic C/C++
library.
matlab例程 多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs
多目标遗传算法程序
to run Demo files, is to run SGALAB_demo_*.m
what s new:
1) Multiple-Objective GAs
VEGA
NSGA
NPGA
MOGA
2) More TSP mutation and Crossover methods
PMX
OX
CX
EAX
Boolmatrix
3) More selection methods
Truncation
tornament
stochastic
4) mutation methods
binary single point
int/r ...
DSP编程 This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is
This programme is to control DC motor in a certain speed using PWM.
The target speed is "r", it is the speed in 1s.
The sample rate is 0.1s, so the actual speed target is "rc"=r/10.
The "r" and "rc" are integer, and the range of "r" is from 50 to 100.
Keep rc=r/10!!!
The array "speed1" and "speed2" ...
单片机开发 DESCRIPTION This function initializes the pointers in the _pid structure to the process variable
DESCRIPTION This function initializes the pointers in the _pid structure
to the process variable and the setpoint. *pv and *sp are
integer pointers.
Applet a Java program that reads in the following values from the standard input device (i.e. Keyboard) an
a Java program that reads in the following values from the standard input device (i.e.
Keyboard) and writes its result on the standard output device (i.e. Console/Monitor):
Inputs:
A: the loan amount in dollars and cents (e.g. 150000.00).
r: the net annual interest rate, expressed as an integer (e.g ...
Delphi控件源码 “软件限时注册”控件(TShareRegist)功能说明: 1、只要将该控件加入主窗体
“软件限时注册”控件(TShareRegist)功能说明:
1、只要将该控件加入主窗体,使Action属性设为true,再设置其它属性,你的软件就有限时注册的功能了,只要你牢记三个密钥,并加上给你的算号软件(RegObject_Admin.exe)你就可以无敌天下了。
2、控件使用目前最严严谨的加密算法,5级加密。是破解成为不可能,可以放 ...