资源列表
Filetest
- 一个java开发的文件操作的小例子,欢迎大家使用
shuzifangzheng
- 数字旋转方阵问题 可以输入行数 然后自行输出方阵-Digital rotation matrix can then enter the number of rows to output square
SSF_kongjiannihe_page153
- 本程序实现了求空间拟合,仿真结果显示了该方法的有效性-SSF_kongjiannihe
player
- 在VC下写的一个flash播放器,实现播放影音文件功能-a player developed with VC6.0
greenfunction
- 用C语言编写的格林函数。这个程序无任何修正的地方,只供初学者使用-green function of C
Class1
- this a test csharp console program-this is a test csharp console program
word
- csharp操作word application-csharp use word application
weichuan_decode
- 位串值的按照asn.1编解码规则的解码程序代码 -Bit string value in accordance with the rules of asn.1 codec decoding program code Thank you
Program
- 本代碼實現的是將指定英文字段中不重復的單詞個數統計出來。主要借用了dictionary來實現-This code is the specified word statistics the number of out not to repeat the English in the field. Mainly used to achieve dictionary
PSO
- 粒子群优化算法,有利于算法的应用研究,做对比是挺好的-Particle swarm optimization, application of algorithms favor, do comparison is quite good
Ghost4.0
- Aplicable for ghost4.0
C5-1
- “鱼额宝”类可以记录账户余额、存钱、取钱、计算利息。该类中有一个私有静态成员变量profitRate存储“鱼额宝”的利率,可以用共有静态成员函数setProfitRate修改利率的值。程序输入为第1天至第n天连续n天的账户操作,每天只能进行一次账户操作,或存或取,每一天产生的利息是前一天的账户余额与“鱼额宝”利率的乘积,产生的利息当天也将存入账户余额,由于第1天之前账户不存在,所以第1天一定是新建账户并存钱,且当天不会有利息存入余额。程序在接受n天操作的输入后,要求计算出第n天操作完成后的账户余