-
JSP 会议室预约系统
说明: 会议室预约系统是一个基于 PHP/MySQL 开发的,使用浏览器访问的会议室预订系统。使用区域对会议室进行分组管理。(meeting The conference room reservation system is a conference room reservation system based on PHP/MySQL and accessed by browser. Group management of conference rooms using areas)
- 2020-06-22 04:00:01下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
RS_GWO
说明: 清除所有变量之后再初始化,设置迭代次数和研究数目(Clear all variables before initialization, set the number of iterations and number of studies)
- 2020-06-20 11:20:02下载
- 积分:1
-
Fast Fourier algorithm, vc windows programming using Fourier transform shows tha...
实现快速傅立叶算法,采用vc windows编程显示傅立叶变换后的相角图,实部图,虚部图,模图和功率谱密度徒。-Fast Fourier algorithm, vc windows programming using Fourier transform shows that after the phase angle map, real maps, the imaginary part of diagram, modulus map and power spectral density only.
- 2022-05-15 03:52:25下载
- 积分: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
-
源程序
说明: FA_SVM核参数优化,用于优化核函数的参数和惩罚参数(FA-svm parament ,apply it to the para of mecer function and para c)
- 2019-05-19 08:12:02下载
- 积分:1
-
transfer_alignment_modify
飞行轨迹的产生,飞机的降噪及飞行大气数据的处理(The selection of flight paths, aircraft noise and flight data deal with the atmosphere)
- 2008-06-01 11:07:38下载
- 积分:1
-
gwbasic-decoder-master
说明: fonte deconpilar bas
- 2020-04-12 06:55:37下载
- 积分:1
-
overset
基于fluent模拟实物在流体中运动情况(Simulation of physical movement in fluid based on fluent)
- 2018-08-28 10:02:40下载
- 积分:1
-
一个简单的VC++程序安装向导源代码
一个简单的VC++程序安装向导源代码,引导用户一步步安装程序时候用的,一个完整的软件基本都包括的部分,这个安装向导的界面似乎比较传统,没有过多去Windows化,有点个性,不过演示了安装向导的编写过程,对VC++新手还有用的。程序中使用有VC++ 的TAB控件,编程很轻松,使用很方便,效果很不错,哈哈。
- 2022-12-30 22:00:03下载
- 积分:1