码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
codeforces 126B Password
Description Asterix, Obelix and their temporary buddies Suffix and Prefix has finally found the Harmony temple. However, its doors were firmly locked and even Obelix had no luck opening them. A li...
分类:其他好文   时间:2014-07-29 14:22:28    阅读次数:316
MSDN上关于WinDbg的手册
参考:http://msdn.microsoft.com/en-us/library/windows/hardware/ff540507(v=vs.85).aspx这是最靠谱的参考了,比.hh要直观。在Linux上稍作编辑daniel@daniel-mint ~/windbg $ awk 'BEGI...
分类:数据库   时间:2014-07-29 14:14:28    阅读次数:1065
C++MFC编程笔记day01 MFC介绍、创建MFC程序和重写消息处理
一、MFC概念和作用 1、全称Microsoft Foundation Class Library,我们称为微软基础类库,封闭了绝大部分的win32 Api函数,C++语法中的数据结构,程序的执行流程 MFC就是一个库(动态库,静态库) MFC还是一个程序框架 2、为什么使用MFC 基于框架编程,提高工作效率,减少开发周期,节约开发成本。 二、几个重要的头文件 afx.h    -绝...
分类:编程语言   时间:2014-07-29 13:10:47    阅读次数:417
F1026 File not found DockForm.dcu
xe6[dcc32 Fatal Error] ToolsAPI.pas(18): F1026 File not found: 'E:\...\DockForm.dcu'delphi,xe6,包含了DesignEditors, DesignIntf文件后,报错。ToolsAPI.pas里有DockFo...
分类:其他好文   时间:2014-07-29 12:45:56    阅读次数:319
User Profile Service Application 配置同步连接时,报 MOSS MA not found
最近在试着配置”我的网站”,不知什么原因在配置同步连接时报:MOSS MA not found 搜索发现,需要启动Forefront Identity Manager Service服务,右击选择启动即可,注意,如果你的已启动,就重新启动。 参看: http://mohamedelkassas.wo...
分类:移动开发   时间:2014-07-29 12:35:36    阅读次数:217
运行eclipse就提示 The Eclipse executable launcher was unable to locate its companion library. 解决方案
你试试把中文路径换掉 不行的话参考 逝去的青春的博客:Eclipse出现“The Eclipse executable launcher was unable to locate its companion shared library”错误的解决方法如下: 一、打开eclipse目录下的配置文.....
分类:系统相关   时间:2014-07-29 11:03:26    阅读次数:447
uva10327 - Flip Sort
Flip Sort Sorting in computer science is an important part. Almost every problem can be solved effeciently if sorted data are found. There are some ex...
分类:其他好文   时间:2014-07-28 23:53:34    阅读次数:260
背包问题
Problem Description 简单的背包问题。设有一个背包,可以放入的重量为s。现有n(n<=10)件物品,重量分别为w1,w2,...,wn,均为正整数,从n件物品中挑选若干件,使得放入背包的重量之和正好为s。找到一组解即可。如果找不到输出“not found”。 Input 输入有多组数据,每组数据的第1行是物品总件数和背包的载重量,第2行为各物品的重量。 Output...
分类:其他好文   时间:2014-07-28 16:00:43    阅读次数:227
umount移动硬盘遇到device is busy问题
#umount /mnt/fourtumount: /mnt/fourt: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) ...
分类:移动开发   时间:2014-07-28 14:42:53    阅读次数:308
Python -- machine learning, neural network -- PyBrain 机器学习 神经网络
I am using pybrain on my Linuxmint 13 x86_64 PC.As what it is described: PyBrain is a modular Machine Learning Library for Python. Its goal is to offe...
分类:编程语言   时间:2014-07-28 11:33:00    阅读次数:292
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!