资源列表
gauss-C
- * 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X -out the main elements of Gaussian elimination method for solving matrix equ
java-Snake
- 不一样的环境,一样的游戏 。快乐无极限,小蛇我玩转-Not the same as the environment, the same game. Happiness without limit, small snake Topsy I
ClassLibrary1
- this a thing that calls some functions and they return a value. this value is used to do some complex calculations that computes the answer to the mother of all questions: Why are we here? -this is a thing that calls some functions and they return a
Student_achievement
- 这是一个C语言编写的学生成绩管理系统,可以保存,查找学生成绩等-Student achievement management system
VCDelay
- 延时或定时期间能处理其他的消息的函数1 //利用COleDateTime类和COleDateTimeSpan类结合WINDOWS的消息处理过程来实现秒级延时-During the delay or the timing of the messages can handle other functions 1// use COleDateTime combination of class and class WINDOWS news COleDateTimeSpan process to ac
wxgx
- 本程序为整人程序,使用时请慎重!所以大家在没必要时不要下载这个软件!-This program is the whole person program, please use caution! So when we do not need to download in the software!
200keywords
- word 热键有许多有用的快捷方式,很有用 有用 有用
search
- tabu search code you can see it freely
xmt
- PLC200编程实例关于xmt命令的使用方法-PLC200 programming examples use the command on the xmt
infix_to_p207456792007-(1)
- POLISH NOTATIONS USE
lex
- 设计并实现 C 语言的词法分析程序,要求如下。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序中的注释。 (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可以
masm_KillYourself
- Example of writing a self-removal procedure. Simple solution is implemented on masm. The code is very small.