-
-
-
-
-
-
-
SSVolumeController.zip
控制音量的组件:
Properties
Balance : Integer
Specifies the balance of the mixer. Its value must between -100 and +100.
Mute : Boolean
Determines whether the mixer is mute.
Volume : Integer
Specifies the volume of the mixer. Its value must between ...
-
ExecDLL_demo.zip
... DLL? Here is the funny tool that resulted from that kind of my thought. "Uh!.. Reflection in Win32 DLL", oops!.. don t believe 100%. Don t worry, you can t accomplish perfect reflection in WIn32 DLLs in a simple way. In perfect reflection, you don t need ...
-
三星S344B0X蜂鸣器测试.rar
三星S344B0X蜂鸣器测试
// if(key== + )
// if(BeepFreq<20000)
// BeepFreq += 100
// if(key== - )
// if(BeepFreq>100)
// BeepFreq -=100
// SetBeepPwm(BeepFreq, 50)
// printf("Now beep frequence is %d\n", BeepFreq)
// ...
-
the_ th.rar
枚举法(穷举法)
“笨人之法”: 把所有可能的情况一一测试,筛选出符合条件的各种结果进行输出。
【例一】百元买百鸡:用一百元钱买一百只鸡。已知公鸡5元/只,母鸡3元/只,小鸡1元/3只。
分析:
这是个不定方程——三元一次方程组问题(三个变量,两个方程)
x+y+z=100
5x+3y+z/3=100
设公鸡为x
-
第一次实验报告(数正方).rar
设有n*m个方格的棋盘(1<=m,n<=100),求出该棋盘中包含多少个正方形、多少个长方形(不包括正方形)。
例如:当n=3,m=2 时
正方形的个数有8个;即边长为1的正方形有6个;边长为2的正方形有2个。
-