资源列表
startandars
- 这个不是什么代码也没什么用的,请各位不要乱下这个.-this is not what we had no code to use, please do not arbitrarily this.
propeties
- propeties操作类源码,读取,添加,新建,删除
gui
- 移动机器人SLAM,参考一位外国人的硕士论文
mplab_c18V2.4crack
- This a small hack I wrote to bypass the \"No previous installation!\" error of Microchip s C18 Upgrade. Simply run C18Fake and select your C18 installation directory (create if necessary) and click Save button. A \"fake\" file will now be created i
332658
- #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <math.h> #include <conio.h> struct DuLNode{ struct DuLNode *prior int data struct DuLNode *next-# in
ResearchBrick
- 扫砖游戏,游戏规则详见源代码注释部分,全C语言编程-brick game, the rules of the game as detailed source notes, the entire C language programming
snakeGame
- 用Flash寫的貪食蛇遊戲,有興趣者下載回去
把外部程序作为MDI窗口打开
- 把外部程序作为MDI窗口打开-put external procedures as MDI window open
4.c
- 学生成绩管理系统是用C语言编的 程序不大,希望对初学者有用-student performance management system is a C language series of the procedures little hope useful for beginners
ball&block
- 一个用Javascr ipt写的弹球打砖块游戏,用鼠标控制底部的横条防止球掉下去,依靠弹球打碎砖块。把ball.txt中的代码插入到<body>和</body>之间就能看到效果。-a written using Javascr ipt pinball arcade games, using the mouse to control the bottom of the bands to prevent the ball to fall, rely on the pinbal
遗传算法GA解决TSP问题
- 基本遗传算法GA解决TSP问题 完美运行
pca-svm
- 本程序用于对训练样本提取独立主元,作为样本特征,并送入SVM分类器中训练图像的预处理中不取对数,也无须做幅度归一,由ICA的应用条件决定的。预处理后的图像以向量的形式按行排列