-
barcode控件(微软
条形码控件(微软的免费控件)
本软件仅供用户学习,测试使用
-Barcode controls (Microsoft
- 2022-01-22 10:57:39下载
- 积分:1
-
酒店时钟源码
应用背景
定义一个类Clock
属性有hour、minute、second
功能有display(显示时间)、set(设置时间)和tick(走一秒)
为Clock添加静态成员count,并初始化,在测试代码中先后声明两个钟
2、类的组合:定义Time类,定义Clock2,属性为Time型变量time
3、(从1中)派生一个类HotelClock
属性有hour、minute、second、city(注意:属性继承v.s.新增)
功能有display、set和tick(注意:哪些功能需要重写)
测试代码中声明一个长度为3的HotelClock数组,分别存北京、东京(比北京晚1个小时)和纽约时间(比北京早15个小时),并输出。
4、为HotelClock类重载
- 2023-04-03 23:50:04下载
- 积分:1
-
手机游戏ballpop,Catcher,LittleB
手机游戏ballpop,Catcher,LittleB-mobile games ballpop, Catcher, LittleB
- 2022-07-13 13:19:27下载
- 积分:1
-
介绍了一种求解复杂优化问题的启发式算法
介绍了一种求解复杂优化问题的启发式算法--蚁群算法.该方法通过模拟蚁群对"信息素"的控制和利用进行搜索食物的过程-a distributed
algorithm for the solution of combinatorial optimization
problems which was inspired by the observation of real
colonies of ants. We apply ACS to both symmetric and
asymmetric traveling salesman problems. Results show
that ACS is able to find good solutions to these problems
- 2023-08-15 20:45:03下载
- 积分:1
-
基于matlab仿真的单(双)极性(不)归零码,及其功率谱
基于matlab仿真的单(双)极性(不)归零码,及其功率谱-based on Matlab simulation single (double) polarity (not) NRZ, and the power spectrum
- 2022-01-22 05:37:38下载
- 积分:1
-
时域频谱图 时域频谱图 时域频谱图
时域频谱图 时域频谱图 时域频谱图 -PROGRAM OF MATLAB GOOD PROGRAM VERY GOOD GOOD GOOD GOOD PROGRAM OF MATLAB GOOD PROGRAM VERY GOOD GOOD GOOD GOOD
- 2023-03-26 01:15:03下载
- 积分:1
-
DSP2407 c编程用来实现一个基本的调试程序
DSP2407 c编程用来实现一个基本的调试程序-wheel c programming used to achieve a basic debugging procedures
- 2022-05-31 08:33:47下载
- 积分:1
-
Find prime numbers prepared by screening the function: void sieve (bool isPrime...
编写筛选查找素数函数:
void sieve(bool isPrime[], int n)
其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数,
所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。
然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。
对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
- 2023-03-02 04:45:03下载
- 积分:1
-
自己编写的GMSK信号的循环谱密度程序,开发平台MATLAB,对于循环谱检测有一定的参考价值!...
自己编写的GMSK信号的循环谱密度程序,开发平台MATLAB,对于循环谱检测有一定的参考价值!-I have written the cycle of GMSK signal spectral density procedures, development platform MATLAB, for the cyclic spectrum detection of some reference value!
- 2023-05-27 05:05:03下载
- 积分:1
-
VPR布局布线源码,集成电路中关于FPGA内部布局布线的广泛运用的部分...
VPR布局布线源码,集成电路中关于FPGA内部布局布线的广泛运用的部分-VPR placement and routing source
- 2022-03-19 21:04:07下载
- 积分:1