-
用C语言实现的8位数码管电子钟源代码,很经典,很使用
用C语言实现的8位数码管电子钟源代码,很经典,很使用-Using C language to achieve 8-bit digital tube钟源electronic code, is a classic, it is the use of
- 2023-03-05 21:15:03下载
- 积分:1
-
本课程介绍DHCP协议的详细内容。 课程目标 完成本课程的学习后,您应该能够: 了解DHCP协议的工作过程...
本课程介绍DHCP协议的详细内容。 课程目标 完成本课程的学习后,您应该能够: 了解DHCP协议的工作过程-courses on the DHCP agreement in detail. Programs targeted to be completed this course of study, you should be able to :# 61548 understanding of the agreement DHCP proce
- 2022-01-26 06:51:19下载
- 积分:1
-
发一点图片,在开发软件中需要的
发一点图片,在开发软件中需要的-hair 1:00 pictures, in the development of software
- 2022-03-31 21:54:47下载
- 积分:1
-
audio and speech compression,image restoration,ezw tree using trellis codes
audio and speech compression,image restoration,ezw tree using trellis codes
- 2022-01-25 23:20:56下载
- 积分:1
-
原始数据――网络技术
原始数据――网络技术-raw data-- Network Technology
- 2022-06-03 12:11:23下载
- 积分:1
-
LabVIEW实现对光谱数据的动态测量,这里是对不稳定的光谱数据进行动态测量...
LabVIEW实现对光谱数据的动态测量,这里是对不稳定的光谱数据进行动态测量-LabVIEW realize the dynamic measurement of spectral data, here is the unstable dynamic measurement of spectral data
- 2022-12-10 17:05:03下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1
-
AnirOCX
AnirOCX - An OCX to add remote control support to your Windows applications-AnirOCX- An OCX to add remote control support to your Windows applications
- 2022-06-12 17:48:32下载
- 积分:1
-
multithreading source document search
多线程文件搜索源程序-multithreading source document search
- 2022-04-02 03:50:44下载
- 积分:1
-
邮票问题:设一国家发行n种不同面值的邮票,并且每封信至多允许贴m张邮票,对于给定的m,n值,写一个算法求出从邮资1开始在增量为一的情况下可能获得的邮资值的最大连...
邮票问题:设一国家发行n种不同面值的邮票,并且每封信至多允许贴m张邮票,对于给定的m,n值,写一个算法求出从邮资1开始在增量为一的情况下可能获得的邮资值的最大连续区域以及获得这个区域的各种可能面值的集合。如,当 n=4,m=5,若有面值为(1,4,12,21)的四种邮票,则邮资最大的连续区域为1到71。还有其他面值的四种邮票可组成同样大小的区域吗-stamp issue : Let a national issue n different denominations of the stamps and letters each allow up to m stamp affixed, to the m, n, write an algorithm derived from a postage in an increment of the circumstances, may obtain a postage value of the maximum continuous access to this region and regional various denominations could assemble. For example, when n = 4, m = 5, if the values of (1,4,12,21) of the four stamps, postage largest regional consecutive 1-71. There are four other denominations of the stamps can be the same size as the composition of the region? ?
- 2022-02-24 19:12:53下载
- 积分:1