搜索结果
找到约 793 项符合
bug-Free 的查询结果
编辑器/阅读器 这是小弟刚学VB时的课件作业
这是小弟刚学VB时的课件作业,这个程序还有一个小小bug,就是撤销时只能用右键撤销
单片机开发 Swfdec still is development software, but has also followed a rigid no-crashes-allowed policy. I b
Swfdec still is development software, but has also followed a rigid
no-crashes-allowed policy. I believe it s stable enough now to be
installed as a default plugin for people that can live with occasional
crashes of their browser. But don t blame me if it does crash. File a
bug at https://bugs.f ...
matlab例程 This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q). In other words, it gi
This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q).
In other words, it gives a way to generate a matrix with given eigenvalues and diagonal elements.
By Daniel Perez Palomar (last revision: May 10, 2004).
Feel free to distribute this file as it is (without including any ...
VC书籍 These listed libraries are written in WTL. But it s really hard to mix both MFC & WTL together. Obvi
These listed libraries are written in WTL. But it s really hard to mix both MFC & WTL together. Obviously, it s not reasonable to ask a developer or a team to giving up MFC and move to the WTL world just because there were some great controls or visual Frameworks written in WTL (there are many thing ...
嵌入式/单片机编程 一个类STL的多平台可移植的算法容器库,主要用于嵌入式系统编程时的内存管理等方面
一个类STL的多平台可移植的算法容器库,主要用于嵌入式系统编程时的内存管理等方面,尤其是缺少支持malloc 和free的情况下。
VxWorks (1)基于部分u-boot代码自己调试的vxworks BSP (2)实现了nand/nor flash的tffs文件系统 (3)实现了对spi dataflash的访问 (4)实现了对启动参数
(1)基于部分u-boot代码自己调试的vxworks BSP
(2)实现了nand/nor flash的tffs文件系统
(3)实现了对spi dataflash的访问
(4)实现了对启动参数和mac地址的文件保存
(5)通过命令行升级bootrom自身
(6)支持通过命令行实现对elf/bin文件格式的vxworks的下载,升级和引导
(7)实现了atmel的对32Mflash的支持,解决了芯片本身的bug
( ...
Jsp/Servlet 在WinXP中文+tomcat6.0中测试通过。将解压缩后的整个文件夹放在tomcat/webapps/下面即可
在WinXP中文+tomcat6.0中测试通过。将解压缩后的整个文件夹放在tomcat/webapps/下面即可,通过http://localhost:8080/lyb访问。
修正版修改了一处bug:
在将文件放入tomcat/webapp下面后,用浏览器打开看时会出错,原因是tomcat默认装在 program files 下面,于是得到的路径含有空格。
经过修改连接函数,现在已经可以正 ...
人工智能/神经网络 八数码难题至今仍然是难以真正解决的NP-hard,这里仅提供了一种实现
八数码难题至今仍然是难以真正解决的NP-hard,这里仅提供了一种实现,当然里面难免存在bug.