资源列表
fdtd3d.rar
- 3d fdtd code for radiation from dipole,3d fdtd code for radiation from dipole
VB.developmen.folder.icon.design.code
- VB开发文件夹图标设计经典代码VB development folder icon design classic code -VB development folder icon design classic code
active
- 易语言编写浏览器active 例子,完整源代码,全部源码,无模块-active
analyze.pl.tar
- Some scr ipts for analyzing the NS2 trace files.
filesystem
- 简单的文件系统实现 (main函数) 创建,复制,粘贴,打开文件夹,重命名 etc-A simplified file system realization. Including create, copy, paste, open file, rename etc.
AReN_CalendarFunctions_V12
- Functions for converting time and date between Persian and Georgian calendar.
wumpus
- one two three four five six seven eight nine ten
AccountSetupOutgoing
- Account Setup Outgoing Source Code for Linux v2.13.6.
WebSite1
- Enable non-linear adjust function for contrast, brightness and saturation If use contrast, brightness and saturation non-linear adjust function, must define follow next
elevator-(final)
- 模拟电梯程序,实现简单的电梯功能。无图形界面-Simulated lift procedures, a simple function of the elevator. No graphical interface
DepConnetionPool
- 自己写的连接池,实现动态连接池,且小巧灵活,随着使用频繁程序,调整连接池数量。-Write your own connection pooling, dynamic connection pool, and the small and flexible, with the frequent use of the program, adjust the number of connection pool.
sort
- 基数排序 基数排序(radix sort)属于“分配式排序”(distribution sort),又称“桶子法”(bucket sort)或bin sort,顾名思义,它是透过键值的部份资讯,将要排序的元素分配至某些“桶”中,藉以达到排序的作用,基数排序法是属于稳定性的排序,其时间复杂度为O (nlog(r)m),其中r为所采取的基数,而m为堆数,在某些时候,基数排序法的效率高于其它的稳定性排序法。 快速排序 快速排序由C. A. R. Hoare在1962年提出。它的基本思想是