搜索资源列表
cvsweb-3.0.5.tar
- linux下CVS的WEB界面,版本控制软件,linux开发环境-under the CVS Web interface, version control software, Linux Development Environment
IniFileNew
- 我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。 程序采用了两种方法,一种是使用iterator调用,一种是直接使用数组下标,可根据不同情况分别选用。 采用C++STL编写,适用于Windows,Linux,Unix任意平台下的任意开发环境,在此只是用Win平台的CBuilder做个示意。-we are always use configuration files. Therefore, I have prepared a document l
linuxNFS
- 嵌入式Linux 的NFS 开发环境的实现包括两个方面:一是Linux 服务器端的NFS 服务器支持;二是嵌入式目标系统的NFS 客户端的支持。因此,NFS 开发环境的建立需要配置linux 服务器端和嵌入式目标系统端。
ARM9_ppt
- 于明ARM9嵌入式系统设计与开发教程,开发环境是linux
CLAPACK3.1.1-VS
- lapack的3.1版本,性能稳定,提供了面向VS的函数接口,可方便的应用于Windows操作系统下的Visual Studio开发环境。提供有关矩阵操作的函数库,包含各种常用复杂的矩阵运算。-LAPACK version 3.1, stable performance, provides a function of VS-oriented interface, can be easily used in Windows operating system under the Visual Stu
ddccontrol
- 该程序是由linux 版本的ddc控制程序直接移植到windows上的。当前程序现只支持ati显卡,geforce显卡没搞定,其他集成显卡没有添加进去。开发环境:vc6.0+gtk(网上有可与vc直接关联的 gtk程序包).-The program is a linux version of ddc control procedures directly transplanted into the windows. Current procedures are only supported at
ICTCLASV3·0
- 1.按照二.注册激活步骤,在Licenses目录下执行相应的用户注册程序,得到授权码或者授权之后的user.lic 2.选择您需要的API形式,主要已经您的开发环境和操作系统来定,比如你选择了Linux下的C调用,则您需要选择文件夹API/Linux_C; 3.将(1)Data文件夹(2)授权之后的user.lic(3)Configure.xml 拷贝到您选择的文件夹中;编译执行即可。最后恭喜你,您可以正常使用ICTCLAS3.0了! 参考资料:ictclas3.0的文件说明 -
lapack_2.5.2
- lapack++的2.5.2版本,是v1.0的再升级版,性能更加的稳定,应用更加灵活,可应用于Windows和Linux等操作系统下的开发环境。提供矩阵类的函数库,包含各种矩阵运算。-lapack++ The 2.5.2 version is the upgrade version v1.0, performance more stable, more flexible applications can be used, such as Windows and Linux operating s
BCBswordH6
- 是目前唯一完美集成 COBRA 与 COM/COM+ 的 C++ 集成开发环境,可以快速开发具有 Web 服务支持功能的电子商务应用程序,全球率先实现跨平台、高效可视化开发 Windows/Linux 应用程序,兼容 CLX、VCL 和 Borland C++ for Linux,增强了对于 Microsoft Visual C++ 源程序的兼容程度,提供 MFC 6.0 版与 ATL 3.0 版函数库,其先进的 VCL 封装比 Visual C++ 的 MFC 封装不知高明多少。
Komodo-Edit-5.1.2-3572-linux-libcpp6-x86.tar
- 一个perl编程的集成开发环境,供习惯于VS开发的用户使用。相关的配置可以google。-A perl programming integrated development environment for the development of users accustomed to VS. Configuration can be related to google.
glade3-3.4.3
- Glade3 UI设计器(For windows),可以在windows下设计GTK界面,结合windows gtk 2.14的开发环境,可以编译出完全的gtk界面程 序,实现windows/linux通用。-Glade3 UI designer for windows, let programer create GTK application under window.
ExchangeSync
- Exchange2007的通讯录与MySQL数据库的通讯录双向同步,主要是用手机与数据库的通讯录同步,运行环境:Exchange(win2008 x64) + Mysql(linux x86),开发环境:vs2010-Of Exchange2007 the contacts with the MySQL database of contacts bidirectional synchronization, mainly synchronous mobile phone with a databa
Iversion09n
- 在Linux开发环境下QT+sqlite3学籍管理系统程程序构架 运用QTable类 完成表格的动态插入 删除 功能 -In the Linux development environment, the process of QT+sqlite3 school management system process architecture using QTable class to complete the form of dynamic insertion and deletion func
pppcboot20ARMp
- ppcboot2.0_GX_ARM9_2410EP,ARM9_s3cc2410EP在Linux开发环境下BOOT\PPCBOOT试验程序。 -ppcboot2.0_GX_ARM9_2410EP, ARM9_s3cc2410EP Linux development environment BOOT \ PPCBOOT test procedures.
OProgrammingev
- 总的来说,在uClinux上的开发与标准Linux还是非常类似的。通常能按照下面的步骤去设计与调试: 建立一种基于以太网的开发环境; 如果所设计的程序源码与硬件的关联不大,那么一定要在标准Linux上上先编译与与调试通过。灵活地使用gcc与gdb将大大节省时间; 将x86上的GCC编译好的应用程序源码用交叉编译工具来编译;如果编译时发现错误,那么非常可能存在以下问题: 交叉编译器或库文件的路径不正确 -Overall, the uClinux development and standard
OV2643 linux驱动源代码
- OV2643 LINUX环境下的驱动源代码,提供各种模式下的配置函数,为你开发基于OV2643的产品节省时间。
gpio_dev
- 1、开发环境linux2.6.362、交叉编译器gcc 4.2.33、本代码为s3c64xx GPIO驱动,代码中有完整的Makefile、Kconfig文件,和GPIO测试代码,可以和内核一起编译,方便移植。本代码已在飞凌嵌入式板子OK6410上测试通过。-(1) devolop enviroment base on linux 2.6.36 (2) cross compiler is gcc 4.2.3(3) this code is for s3c64xx GPIO driver, and
miaobiao
- Microwindows API体系绘图机制 redhat linux 9.0 + minicom+uClinux 开发环境-Microwindows API system drawing mechanism redhat linux 9.0+ minicom+ uClinux development environment
Qt Creator快速入门》第2版源码
- 课本源码,Qt Creator是跨平台的 Qt IDE, Qt Creator 是 Qt 被 Nokia 收购后推出的一款新的轻量级集成开发环境(IDE)。此 IDE 能够跨平台运行,支持的系统包括 Linux(32 位及 64 位)、Mac OS X 以及 Windows。根据官方描述,Qt Creator 的设计目标是使开发人员能够利用 Qt 这个应用程序框架更加快速及轻易的完成开发任务。(Text source, Qt Creator is a cross platform Qt IDE,
Linux dotNET环境部署
- linux 环境下开发 .net 程序,在linux 环境部署.NET的开发环境(Linux.Net development environment deployment)