搜索结果
找到约 189 项符合
psp-dev 的查询结果
文章/文档 .lack of files 4.Directory or dev tool is not correct selected 5.Description is not detailed
.lack of files
4.Directory or dev tool is not correct selected
5.Description is not detailed
6.Compressed file has password
7.Sourcecode
其他 Dev c++, opencv, image segmentation and paint type image generation
Dev c++, opencv, image segmentation and paint type image generation
微处理器开发 Marvell SheevaPlug U-Boot needed for Board Dev
Marvell SheevaPlug U-Boot needed for Board Dev
其他 PSP用汉化游戏工具LocalizationTools
PSP用汉化游戏工具LocalizationTools
软件设计/软件工程 Intel PXA27x Proc DEV Kit Released Notes.
Intel PXA27x Proc DEV Kit Released Notes.
嵌入式/单片机编程 鼠标文件读取测试 通过读取/dev下的mouse文件
鼠标文件读取测试
通过读取/dev下的mouse文件,返回鼠标信息的四个字节
其他 Virtools Dev用于进行两个场景切换的Building Block 行为模块
Virtools Dev用于进行两个场景切换的Building Block 行为模块
Internet/网络编程 挺全的perl6教學 http://dev.perl.org/perl6/ 一起加速Perl6的發展吧
挺全的perl6教學
http://dev.perl.org/perl6/
一起加速Perl6的發展吧
数值算法/人工智能 用DEV C++ 写的实现查找所有八皇后可能的算法。没有用递归
用DEV C++ 写的实现查找所有八皇后可能的算法。没有用递归,全部是用for循环实现,代码很晦涩,我自己现在都看不明白了。
数学计算 DEV C++ 写的一个矩阵类
DEV C++ 写的一个矩阵类,用列主元消去法求模的。类的构造函数接收矩阵的行列值或者是一个vector<vector<double> >类型的变量。没有用模板,数据类型是double.