资源列表
统计文件数据
- 建表: 第一个表:学生表 列名 类型 是否是索引 是否为空 学号 字符串8位 是 否 姓名 字符串10位 否 否 年龄 整型 否 否 地址 字符串50位 否 否 班级 字符串10位 是 否 备注: 班级:2001,2002,2003, 第二张表:成绩表 列名 类型 是否是索引 是否为空 学号 字符串8位 是 否 课程id 字符串10位 是 否 成绩 浮点型 否 否 备注: 唯一索引:学号+课程id 第三张表:课程表 列名 类型 是否是索引 是否为空 课程id 字符串10位 是 否 课程名称 字符
recognize2
- 编译原理中的语法分析程序,用来识别相关表示符。-compiler theory of syntax analysis procedures used to identify relevant Fu said.
matrix-operation-of-junior-students
- MATLAB 的一些运算,关于矩阵以及一些例子。初学者专用,全面专用快速-Some operations on the matrix, as well as some examples. Beginners dedicated, full-specific rapid
originalsimple
- 原始单纯形法(需直接给出初始的基变量) 求解标准型线性规划:max C*X s.t. A*X=b (b>=0) X>=0 输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量,XB承装初始基变量的下标。输出:x最优解(如果有的话),fval最优值,flag解的状态说明,interation求解时的循环次数。-Original simplex method (to be given directly to the initial base variable) Solvin
LCD1602
- 将常用的LCD1602液晶模块的程序集成该头文件,是编程时的利器。-Commonly used LCD1602 LCD module program integration the header file, is the programming tool.
const
- const的思考,希望它的用法你能更清楚!
Dsbs
- 用51单片机实现的键盘数据采集功能的基层程序-51 single-chip implementation of the the keyboard data acquisition function grassroots program
123
- 二叉树染色问题 解决了二叉树染色问题的基础程序 基本使用-The basis of program two forks tree coloring problem solved two fork tree coloring problem the basic use of
ExportExcel
- C# 使用NPOI导出datagridview到excel中,不需安装office-C# export datagridview to excel using NPOI,without office installed
19264总线显示
- 19264总线方式显示-shown 19,264 Bus
ctrl
- C#抓包辅助工具,新弄了个控制台。可以更改检测IP。要求在同一局域网内·-C# capture tool, the new console get. Detection can be changed IP. Requirements in the same LAN
神经网络EA源码
- 该文件为神经网络EA源码,可作为研究参考,因为该EA逻辑比较简单已经不适合目前的市场,只能作为研究用,切勿用于实盘。