vAlgorithms Data Structures=Programs.Algorithms Data Structures=Programs.Algorithms Data Structures=Programs.
2023-11-04 19:19:44 1.18MB c.语言
1
OCI Demonstration Programs c++ 实现的demo代码
2023-02-17 10:06:10 254KB OCI Demonstration Programs C++
1
ncurses是最早的SystemVRelease4.0(SVr4)中CURSES的一个克隆。这是一个可自由配置的库,完全兼容旧版本的curses。简而言之,它是一个管理应用程序在字符终端显示的函数库。当后面提到curses的时候,同时也可以和NCURSES互换。
2023-02-10 21:03:01 150KB ncurses
1
Structure And Interpretation Of Computer Programs 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2023-02-09 11:57:33 2.48MB Structure Computer Programs
1
Structure and Interpretation of Computer Programs (second edition) 麻省理工官方网页版全本,下载解压即可通过浏览器浏览,高清无水印,绝对准确无误。本书的好就不多说了,用来学习绝对没问题。
2022-12-05 07:14:59 1.17MB Lisp经典教材
1
This book is for people who want to become good programmers. What makes a good programmer? First and foremost, a good programmer has good critical thinking and analysis skills. To solve complex problems, a programmer needs the ability to evaluate whether or not programs actually solve the right problem correctly. This is more difficult than it sounds. It’s not uncommon for an experienced programmer to look at someone else’s program and snarkily comment, “Why, that's a complex nonsolution to a simple nonproblem."
2022-10-06 09:36:20 18.92MB 編程 fun
1
Fundamentals of Python First Programs (1st Edition) 课件资源及代码,含PPT文件,注意都是英文的
2022-08-29 20:55:25 24.28MB Python
1
CPP程序 C ++是由Bjarne Stroustrup创建的通用编程语言,是C编程语言或“带有类的C”的扩展。 该存储库包含C ++语言中的所有通用和数据结构与算法程序。
2022-07-07 22:34:14 85KB C++
1
并行 C 程序 挪威科技大学并行计算课程中的练习。 介绍 作为对 C 的简单介绍以帮助我们入门,本练习在 C 中实现了一些与矩阵相关的计算。 区域随着 MPI 增长 在这个练习和以下许多练习中,我们被要求解决一个区域增长问题。 问题如下。 您有一个二维像素网格,每个像素都有一个灰度颜色(0 到 255 之间的一个字节)。 给定一个阈值和一些位置(种子),如果颜色差异低于阈值,您将把种子“生长”到相邻像素。 继续扩大该地区,直到它不再增长。 在本练习中,我们将使用MPI实现它, MPI是一种用于并行计算的消息传递协议。 串行优化 引用练习:“在这个问题中,你应该编写一个函数来尽可能快地执行稀疏矩阵向量乘法。你应该通过在文件 spmv.c 中实现乘法函数来做到这一点。你的函数应该比包含的函数更快乘以天真。您可以使用 struct s 矩阵 t 创建自己的稀疏矩阵格式。” 使用 pth
2022-05-15 22:07:18 956KB C
1
扫描完整版带书签 Java 程序设计教程.原书第3版.Building Java Programs.Stuart Reges
2022-04-07 01:09:09 184.99MB Java
1