搜索资源列表
EX_4_1
- 编制一个算术表达式求值的程序 (1)以十字链表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。 (2)首先应输入矩阵的行数和列数,并判别给出的两个矩阵的行、列数对于所要求作的运算是否匹配。 (3)程序对三元组的输入顺序没有特定的要求,可以以任何的次序输入,程序会对其进行查找,插入到适合的位置上。 (4)在用三元组表示稀疏矩阵时,相加或相减所得结果矩阵应该另生成,乘积矩阵也用十字链表存放。 -compi
fx-3600p
- Fx-3600pv计算器是日本CASIO公司的产品,它除了具备函数型计算器的全部功能之外,还具备如下特殊功能: 1、二进制和八进制字组显示; 2、二进制、八进制、十进制和十六进制的转换和加、减、乘、除运算。 3、进行f(x)函数的输入与积分的计算; 4、进行标准差和回归计算。 每一台Fx-3600pv计算器都具备一本说明书,该计算器各部键的功能以及操作方法,只要认真按照说明书各章节学习,很快就能掌握和运用。现将我在生产实践中应用的部分计算程序介绍给测绘界的同行以便共同探讨。-
fqterm-0.9.3-src-r569
- 一个跨平台的终端程序的源代码, 支持telnet/ssh1/ssh2协议, 支持ANSI彩色显示字符 FQTerm is a cross-platform terminal emulator program which supports telnet/ssh1/ssh2 protocols and can process ANSI control sequences. It can be used to login BBS sites or *NIX hosts.
zeromq-3.0.3
- 一个支持跨平台跨语言的类似socket消息通信实现,支持c++,java,c#-To support cross-language cross-platform messaging to achieve a similar socket, support c++, java, c#, etc.
pyljclient-0.3.2.tar
- pyLJclient是一个跨平台的livejournal客户端,用Python编写,提供了一个基于wxPython的GUI。-pyLJclient is a cross platform livejournal customer end, compiled with Python, has provided based on wxPython GUI.
squirrelsh-1.2.3-src
- Squirrel Shell is made as a cross-platform alternative to system shells like bash in Linux and cmd.exe (command.com) in Microsoft Windows. It is based on scr ipting language "Squirrel".
gcc-core-3.4.2-20040916-1-src.tar
- 为ARM建立交叉编译环境所需要的工具g-Cross compiler for ARM to establish the tools needed to environment gcc
flatland-v1-3
- Flatland是一个跨平台的面向对象的2D碰撞检测库,使用C++编写,*面,压缩包中附带两个例子,使用openGL编写。-Flatland is a simple cross-platform object-oriented 2D collision library. It presents a C++ interface to the Open Dynamics Engine physics SDK. Flatland does not handle graphics, but two s
alglib-2.3.0.cpp
- 上传的是一组经典算法程序的C++的源程序代码,例如神经网络集成、神经网络、遗传算法蚁群算法等等。ALGLIB是一个跨平台的数据分析工具。具体的介绍见以下网址http://www.alglib.net/-ALGLIB is a cross-platform numerical analysis and data processing library. ALGLIB aims to be highly portable: it supports several programming languag
5-3
- 输入并建立两个稀疏矩阵A和B的十字链表, 输出稀疏矩阵, 两完成两稀疏矩阵的加法运算,结果存放在稀疏矩阵A中, 要求相加结果为0的元素从结果稀疏矩阵的十字链表中删除, 输出A稀疏矩阵-Input and the establishment of two sparse matrices A and B, cross linked, the output matrix, the two completed the addition of two sparse matrix computation,
stardict-3.0.1
- 星际词典,开源项目,StarDict is a Cross-Platform and international dictionary Software. It has powerful features such as "Glob-style pattern matching", "Scan selection word," "Fuzzy query," etc. Stardict Version3.0 has developed a lot of new functions, such as
asio-1.5.3
- 网络变成库,已收入BOOST,工业级强度。-Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.
school_manage_system
- 学生管理系统,适合本科课程设计,运用内核链表,功能要求如下: 1、统一界面登陆,先初始化了三个数据在里面,分别是student、teacher和administrator,初始密码均为1111 2、学生、老师和管理员的功能各自独立,不能有交叉 3、学生只能查询成绩,老师录入成绩,管理员添加成员,但是都有修改密码的权限-Student management system, suitable for undergraduate course design, using kernel li
cross
- 窗体中有1个标签和3个命令按钮(控件数组)。程序运行时,单击命令按钮,在标签中显示所求的阶乘。 -The form of a label and three command buttons (control array). When the program is running, click the command button to display the label asked factorial.
redmine-v2.2.3.tar
- Redmine 是一个开源的、基于Web的项目管理和缺陷跟踪工具。它用日历和甘特图辅助项目及进度可视化显示。同时它又支持多项目管理。Redmine是一个自由开放 源码软件解决方案,它提供集成的项目管理功能,问题跟踪,并为多个版本控制选项的支持。虽说像IBM Rational Team Concert的商业项目调查工具已经很强大了,但想坚持一个自由和开放源码的解决方案,可能会发现Redmine是一个有用的Scrum和敏捷的选择。 由于Redmine的设计受到Rrac的较大影响,所以它们的软件包有很
ois_v1-3.tar
- 跨平台的 输入管理 鼠标,键盘管理,win32,mac,android-Cross-platform input management mouse, keyboard management, win32, mac, android
JNative-1.3.2
- java调用动态链接库 跨平台访问其他开发工具接口获取数据(Java calls dynamic link libraries, cross platform access, and other development tool interfaces to obtain data)
ffmpeg-0.10.3
- 交叉编译opencv时需要用到的依赖库,里面的格式为.bz2(Dependency library needed for cross compiling opencv)
cmake-3.11.0-rc3-win32-x86 (1).msi
- cmake 3.11 安装包,跨平台编译工具(Cmake 3.11 installation package, cross platform compiler tool)
cmake-3.9.6-win64-x64
- 跨平台编译方案:CMake,3.9.6,64位。(Cross platform compilation)