- ClipBoardAccess 这是一个剪贴板查看器的程序
- system4 这是一个关于家电维修管理系统
- filter 有限脉冲响应的滤波器
- mppt 带有的光伏阵列仿真通用模型
- keykill The following three program listings are taken the September1987 issue of PCResource magazine.. They were developed by Dave Rowellto handle a couple of problems he encountered.. I think they are worthmentioning
- Google_rumen 这些文档是关于GOOGLE搜索算法的经典数据
资源列表
智能选课系统
- 正能选课系统刚完成的-exactly Elective System recently completed
USB-NEwPro
- 2812 USB程序,与上位机通讯,数据传输
RussiaGame
- 俄罗斯方块游戏,可选择级别进行游戏,可调速度-Tetris game, can choose to level the game, adjustable speed
svcsvm
- 快速稀疏svm算法实现图像分类,有需要者可以共同讨论-Fast sparse svm algorithm for image classification, there are those who need to discuss
Weather
- 天气预报程序
prograh
- 8255实验程序 包括走马灯,输入,输出等 在XP下使用WINIO访问地址-8255 experimental program Including regimes, input, output, etc Use WINIO access address under XP
countline
- 统计C++源代码行数 速度非常快
Md5Demo
- md5加密的一个demo,可获取字符串或文件的md5值
tto_lld_6437
- ti tto_lld_6437 EDMA 例程-ti tto_lld_6437 EDMA example
DEC6713_FLASH
- ti6713 对FLASH外部存储器操作
svm
- 史蒂文-甘的支持向量机工具包,采用smo算法解决二次规划问题,c++编写嵌入使用
4
- 1. 实现二分法求解方程。编写并使用以下函数: double SolveRoot(double(*pf)(double x),double a,double b,int n) 这里,pf指向一个函数f,f用来定义要求解的方程f(x)=0,a和b是未知解x的上下界(即a<=x<=b),n是循环次数。例如,如果f(x)=x*x-2,则SolveRoot (f,1,2,100)将返回1.414213562373095,即方程为x*x=2的解。二分法的原理是反复地把区间分为两个相等区
