资源列表
Ex24PointsGame
- 一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运算的表达式,恰好用上这这个整数各一次,计算结果为24,超出时间为输。 二、分析 用计算机来算这个题,搜索速度当然有很大优势,我编程喜欢考虑通用一点,不限制输入数量和结果数,甚至不限制运算符数量。这样组合数就很大,如果输入数比较多,则搜索时间会非常长。 我用两个方法来提高搜索速度:一、是大家都能考虑到的重复搜索问题,比如1,2,3和2,3,1所有的组合情况是相同的,我只搜索使用递增序
AdvMorph
- 用OpenCV实现的Matlab中形态学细化、提取骨架、收缩算法。测试效果与Matlab相同。-Algorithms of morphological thinning,Skeleton and Shrink,ported from Matlab to OpenCV.
CCU
- 英飞凌xc878单片机CCU代码,以调试,有结果-CCU Infineon xc878 microcontroller code to debug and results
tuxiangshang
- 计算图像的一阶熵,二阶熵和差分熵,使用matlab编写,差分熵运行较慢-First-order calculation of image entropy, second-order entropy and differential entropy, using matlab write, the differential entropy is running slower
compil
- C语言编写的cminus语言语法分析器,采用递归下降方法-Cminus written in C language parser, using recursive descent method
ERPv7.19(ForTomcat5Mysql5)
- ERP系统的完整实现,包括订单管理,采购管理,业务流程管理,办公自动化管理,生产管理。可以基于此系统进行二次开发。-A perfect ERP system, we could develop our own system based on it.
28335
- 28335官方例程V131程序可对28335有深入了解-28335 Crown routine V131 program can have a good understanding of the 28335
knkmeans
- rbf neural network by matlab
WINIO
- 提供c、c++等语言对底层硬件的访问,通过调用相应的文件,函数,对I/O端口进行访问-Provided c, c++ and other languages of the underlying hardware of the visit, by calling the appropriate file, function, on the I/O port access
skill
- Cadence SKILL code running in ICFB to generate terminals for a symbol in a schematic to connect symbols in a schematic automatically by pin names. Reduce your top level integration time.-Cadence SKILL code running in ICFB to generate terminals for a
motor-control-of-dsp
- 电动机的dsp控制书附光盘资料,含有各个章节的源代码-Dsp motor control information on the book with CD-ROM containing the source code of the various chapters
rawimage_to_bitmap
- This c code read raw image file and change it to bmp file
