资源列表
DUXIECHENGXU
- 串24c02读写程序, 大家看看能不能对自己有帮助吧,适合于汇编初学者-series 24c02 literacy procedures, we can see for ourselves to help it suitable for beginners compilation
08
- 删除数组相同元素,并用冒泡法进行排序,最后显示出来。
zhuanhuan
- 实现进制之间相互转换的小程序-achieve band switching between the small program
PIC
- PIC单片机最简单C语言实例
chanshengfashexinhao
- 此程序可以产生雷达的发射信号,调整巴克码,非常实用
connyMenu
- 使菜单变为灰显,使其无法工作.方法+代码
xiaoyu_desktop
- 这个文件很重要,它是数据库编程的基础,关于如何进行最基本的软件编程-this document is very important, it is the Database Programming, on the basis of how the basic software programming
EventListenerDemo
- 一个接受界面按钮的的监听,并在虚拟窗口中显示哪一个按钮的信息 -an interface button to accept the eavesdropping, and virtual window button to indicate which one of the information
tamrin
- mtlab file of identification
PSO
- 通用的PSO粒子群算法的Matlab代码,通俗易懂!-PSO algorithm
juzen
- 对于矩阵连乘积的最优计算次序问题,设计算Ai…j ,1≤i≤j≤n,所需的最少数乘次数为m[i,j],原问题的最优值为m[1,n]。 当i=j时,Ai…j=Ai为单一矩阵,无需计算,因此m[i,i]=0,i=1,2,…,n ; 当i<j时,可利用最优子结构性质来计算m[i,j]。事实上,若计算Ai…j的最优次序在Ak和Ak+1之间断开,i≤k<j,则:m[i,j]=m[i,k]+m[k+1,j]+rirk+1rj+1 。
calculator
- 一个小小的计算器,只能进行+-*/四则运算