-
Excel_2003的接口程序VBA中的数学函数集锦
Excel_2003的接口程序VBA中的数学函数集锦-VBA procedures Excel_2003 interface of mathematical functions allehanda
- 2022-04-01 03:26:41下载
- 积分:1
-
C language code base of practice
C++语言基础部分练习代码-C language code base of practice
- 2022-03-18 13:48:48下载
- 积分:1
-
在线制作图片/贺卡
在线制作图片/贺卡-online production Photo/cards
- 2022-04-10 21:46:20下载
- 积分:1
-
模拟字符处理过程,用c++实现系统对字符串的识别编译过程
模拟字符处理过程,用c++实现系统对字符串的识别编译过程-process simulation characters with c system to achieve the identification string compiler process
- 2022-09-10 22:00:03下载
- 积分:1
-
Inventory management system in Visual Basic
Inventory management system in Visual Basic
- 2022-06-17 14:05:45下载
- 积分:1
-
有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列...
有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去
掉不满足条件的排列。
:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高
于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可可提
成7.5%;20万到40万之间时,高于20万元的部分,可提成5%;40万到60万之间时高于
40万元的部分,可提成3%;60万到100万之间时,高于60万元的部分,可提成1.5%,高于
100万元时,超过100万元的部分按1%提成,从键盘输入当月利润I,求应发放奖金总数?
1.程序分析:请利用数轴来分界,定位。注意定义时需把奖金定义成长整型。 输入某年某月某日,判断这一天是这一年的第几天?
1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊
情况,闰年且输入月份大于3时需考虑多加一天。
-err
- 2022-03-18 00:02:52下载
- 积分:1
-
一个小小的计算器,用VB做的!可以计算,功能和计算器一样!...
一个小小的计算器,用VB做的!可以计算,功能和计算器一样!-A small calculater written in VB. It has all functions of a calculater.
- 2022-07-10 08:47:57下载
- 积分:1
-
html 编辑程序 c++ 其实我听不高兴的 老吓不倒代码
html 编辑程序 c++ 其实我听不高兴的 老吓不倒代码 -html editor c++ In fact, I heard the old unhappy intimidated code Hehe
- 2023-06-17 12:05:03下载
- 积分:1
-
vc中表格类,可用于报表,附样例
vc中表格类,可用于报表,附样例-vc category table can be used statements by Example
- 2022-01-21 06:21:15下载
- 积分:1
-
mpeg2dec说明:
四个项目:
libmpeg2:是解码的核心, 单独编译该项即可生成器调用库libmpeg2.lib,将其库及mpeg2.h 拷...
mpeg2dec说明:
四个项目:
libmpeg2:是解码的核心, 单独编译该项即可生成器调用库libmpeg2.lib,将其库及mpeg2.h 拷贝到其它工程里头,即可调用其解码库
libmpeg2convert:
是YUV与RGB之间的格式转换
libvo: 是解码后的播放
mpeg2dec:是解码的环境,相当于一个libmpeg2调用的一个例子-mpeg2dec Description: The four projects: libmpeg2: the decoder core, a separate generator to compile the library call libmpeg2.lib, its library and copied to other projects mpeg2.h inside, you can call the decoder library libmpeg2convert: is YUV and RGB format conversion between libvo: after the player is decoding mpeg2dec: the decoding of the environment, which is equivalent to a call of an example of libmpeg2
- 2022-02-09 16:32:10下载
- 积分:1