资源列表
DCXF
- 单纯形法发来进行函数优化的程序,可以运行成功-the simplex method for function optimization procedure can run successful
S3C2410_PIN_CONFIG2
- 精心整理的S3C2410引脚排列图,S3C2410 BGA布线PCB必备!建议画板子时先对照该图,找找规律,可以起到事半功倍的效果!
SQLMainKeyboradDesignPrinciple
- 或许大家都设计过数据库,也为表定义过主键,今天我想阐述的是,应该如何正确的设计一个主键,在以往的一些资料中,都没有提及到主键设计的原则.我为此总结了一下: -you might have designed the database, as well as table-defined primary key, and today I would like to explain is that How should correct the design of a primary key, in
index
- 主要是对考试系统的数据库进行创建,里面有所需要的各个表和存储过程
15356320041227135821
- falsh的一个制作,关于雪的一个小动作,做的有些粗糙-stuff of a production, the snow on a little trick to do some rough
1011
- vb做的一个主接线,属于电力系统方面的,有断路器和隔离开关-vb done a main wiring belonging to the electricity system, circuit breakers and disconnector
ajaxac-1.0.0a.tar
- 一个很不错的ajax开源框架,可以直接调php函数.-a very good ajax revenue framework, can be directly transferred php function.
RPG_TOOLS
- 游戏文件打包程序,支持200个文件,在我的程序中已经广泛应用
IDL
- IDL开发源码,可以使用text文档文件进行编写,运行要在IDL环境中。作用:添加影像-IDL development of source code, text files can be used to prepare documents, running to the IDL environment. Role : Adding pictures
anmi710
- 4gl for erp 4gl for erp 4gl for erp-4GL for erp 4GL for erp 4GL for erp
kalendar2
- 日历(含农历计算),这只是个学C语言测试性质的程序,对各位用处不大,但很想学学你们高手的编程方法-calendar (including Chinese), it is just learning nature of C language testing procedures, you become less useful, but you really want to learn the programming expert
group_common
- 试写一个算法,判断依次读入的一个以@为结束符的字母序列,是否为形如‘序列1 & 序列2’模式的字符序列。其中序列1和序列2 中都不含字符‘&’,且序列2 是序列1的逆序列。例如,‘a+b&b+a’是属该模式的字符序列,而‘1+3&3-1’则不是。