搜索:decimal
找到约 31 项符合「decimal」的查询结果
结果 31
按分类筛选
https://www.eeworm.com/dl/518/187750.html
数值算法/人工智能
ACM试题Problem K:Ones Description Given any integer 0 <= n <= 10000 not divisible by 2 or 5,
ACM试题Problem K:Ones
Description
Given any integer 0 <= n <= 10000 not divisible by 2 or 5, some multiple of n is a number which in decimal notation is a sequence of 1 s. How many digits are in the smallest such a multiple of n?
https://www.eeworm.com/dl/633/450059.html
Java编程
A Celsius-Fahrenheit-Kelvin -converter using NetBeans IDE.An application that converts between Celsi
A Celsius-Fahrenheit-Kelvin -converter using NetBeans IDE.An application that converts between Celsius, Fahrenheit, and Kelvin degrees. For each unit, there is a text field showing the temperature, and a button that activates the conversion from that unit to the other units. Show ...
https://www.eeworm.com/dl/663/436194.html
VHDL/FPGA/Verilog
Working RS232 controller running at 9600 Hz. Consist of Transmitter and Receiver Module. Tested i
Working RS232 controller running at 9600 Hz.
Consist of Transmitter and Receiver Module.
Tested in FPGA Spartan 3
Included files for testing at FPGA
- Scan4digit .vhd - to display at 7 sgement display
- D4to7 .vhd - Convert HEX decimal to ASCII code.
https://www.eeworm.com/dl/633/410866.html
Java编程
This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in
This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in your JAVA code in decimal degrees (38.4443, e.g. 122.33433) , minute degrees (33 44 22E, 122 33 44N), or radian degrees. Also, you can use this class to manipulate the coordinate, ...
https://www.eeworm.com/dl/520489.html
源码
仙剑vs版
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
https://www.eeworm.com/dl/693/154064.html
GPS编程
Unzip this file into a writeable directory. You should end up with a "Geocode" project, as well as
Unzip this file into a writeable directory.
You should end up with a "Geocode" project, as well as Bitmaps and TestData directories.
This sample geocodes single-match zip codes, entered by the user, or a batch-match of a table of zips (and other info) against a point shapefile. ...
https://www.eeworm.com/dl/655/375113.html
微处理器开发
Flex chip implementation File: UP2FLEX JTAG jumper settings: down, down, up, up Input: Reset -
Flex chip implementation
File: UP2FLEX
JTAG jumper settings: down, down, up, up
Input:
Reset - FLEX_PB1
Input n - FLEX_SW switches 1 to 8
Output:
Countdown - two 7-segment LEDs.
Done light - decimal point on Digit1.
Operation:
Setup the binary input n number.
Press the Reset s ...
https://www.eeworm.com/dl/505/23790.html
电源技术
可程式盘面型位数电表
精确度0.05%满刻度&plusmn;1位数(Accuracy 0.05%F.S.&plusmn;1digit) 可测量交直流电流/交直流电压/电位计/传送器/Pt-100/荷重元/电阻等信号(Measuring DCA/DCV/ACA/ACV/Potentiometer/Transmitter/Pt-100/Load Cell/Resistor/etc&hellip;&hellip;) 显示范围0-19999可任意规划(Programmable rate ...
https://www.eeworm.com/dl/517754.html
其他
有限差分法
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;
%函数返 ...
https://www.eeworm.com/dl/517413.html
源码
数据结构实验
#include&nbsp;<stdio.h>&nbsp;&nbsp;
#include&nbsp;<stdlib.h>&nbsp;///链式栈&nbsp;&nbsp;
&nbsp;&nbsp;
typedef&nbsp;struct&nbsp;node&nbsp;&nbsp;
{&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;data;&nbsp;&nbsp;
&nbsp;&nb ...