-
java 的代码生成器 实体类的生成和formbean类向实体类的转换代
java 的代码生成器 实体类的生成和formbean类向实体类的转换代-java code generator entity class generation and formbean class to the conversion on behalf of the entity class
- 2022-02-01 09:58:19下载
- 积分:1
-
JAVA做的计算器
十分和WINDOWS自带的相似,连小数点处理的十分恰当...
JAVA做的计算器
十分和WINDOWS自带的相似,连小数点处理的十分恰当-JAVA calculator to do very much and WINDOWS own similar, and even deal with the very appropriate decimal
- 2023-05-11 14:55:02下载
- 积分:1
-
这是一份实验报告,里面含有JAVA 实现的最短路径的源码。论文中讨论的最短路径的发展和各个算法的局限性。并对最短路径存在的一些问题提出思考!...
这是一份实验报告,里面含有JAVA 实现的最短路径的源码。论文中讨论的最短路径的发展和各个算法的局限性。并对最短路径存在的一些问题提出思考!-This is a test report, which contains the shortest path to achieve JAVA source code. Papers discussed in the shortest path algorithm development and the various limitations. The shortest path and the existence of some of the issues raised thinking!
- 2022-04-30 13:02:41下载
- 积分:1
-
a better management of the civil service system software source code, a detailed...
一个较好的公务员管理系统软件源代码,有详细的解释说明,有较好的参考价值。-a better management of the civil service system software source code, a detailed explanation, a better reference value.
- 2022-04-16 18:37:48下载
- 积分:1
-
written with Java MP3, MP2, MP1 decoder source code
用JAVA写的MP3,MP2,MP1解码源代码-written with Java MP3, MP2, MP1 decoder source code
- 2022-08-21 22:32:29下载
- 积分:1
-
which is available on a single
所上载的是一个可以实现单选框功能的小程序.-which is available on a single-Sonic can function in small programs.
- 2022-01-22 01:44:54下载
- 积分:1
-
简易计算器不需要很高深的算法,对于数字计算的唯一要求就是在除数为零的时候要加以判断和处理,其他的就是窗口布局和功能完善了;首先:计算器需要一个显示按键结果的Te...
简易计算器不需要很高深的算法,对于数字计算的唯一要求就是在除数为零的时候要加以判断和处理,其他的就是窗口布局和功能完善了;首先:计算器需要一个显示按键结果的TextField部件,再就是添加很多Button了;为了界面的美观,为Frame添加两个panel,一个布局用BorderLayout.NORTH,另一个用GridLayout分成均等的几行几列;窗口的整体布局就基本成形了。剩下的为Button添加事件及响应事件的结果,编写程序实现。-simple calculators do not need high deep algorithm, figures for the only requirement is the divisor to zero when the judgment and, The rest is window layout and functions; First : need a calculator button shows the results of the TextField component, Then, it took a lot of added Button; To the beautiful interface, Frame added two panel, BorderLayout.NORTH using a layout, Another use GridLayout divided into equal out several lines; window on the overall layout of the basic shaping. Button left to add events and respond to the findings, preparation processes.
- 2022-01-22 13:27:23下载
- 积分:1
-
很好的股票交易的源码,需要的可以研究一下。
很好的股票交易的源码,需要的可以研究一下。-A good stock of the source code needed to study it.
- 2022-07-21 02:12:30下载
- 积分:1
-
用java写的十进制到二进制,8进制,16进制的转换,特别方便
用java写的十进制到二进制,8进制,16进制的转换,特别方便-Using java to write the decimal to binary, 8 M, 16 M-ary conversion, in particular, to facilitate
- 2022-02-06 18:07:54下载
- 积分:1
-
Understand and apply exponentiation
Understand and apply exponentiation-Wind chill is the apparent temperature felt by exposed skin on a cold, windy day. Normally, there is a thin layer of warm air
surrounding our bodies, and this warm air helps insulate us from the cold air around us. A strong wind reduces the amount
of insulation by this air layer, so our skin loses heat at a faster rate than it would otherwise. Our skin feels colder, which
makes us feel colder the temperature it "feels like" is the wind chill temperature. For example, if you re exposed to 30°F
air moving at 20 mph, your skin loses heat at the same rate it would in calm 17.4°F air, so the windchill is 17.4°F.
In 2001, the National Weather Service changed the formula used to calculate the wind chill index (the old formula
produced temperatures that were too low). The new formula is:
Wind Chill (in °F) = 35.74+ 0.6215 T- 35.75 (V0.16)+ 0.4275 T (V0.16)
where T is the air temperature in °F and V is the wind velocity in mph. (In case
- 2023-09-08 11:15:03下载
- 积分:1