-
MyConsole
C#下的伪控制台的小DEMO, 版权是我的, 代码是大家的。(C# pseudo console the DEMO, copyright is my code is Yours.)
- 2013-03-31 13:44:04下载
- 积分:1
-
坐标转换源代码,C#适合GIS开发入门!
坐标转换源代码,C#适合GIS开发入门!
- 2022-02-28 10:34:15下载
- 积分:1
-
高性能计算自选题目实验报告
说明: 对于一副图像,比如8000*5333分辨率,我们在处理时,通常思路是从第1个像素开始,一直计算到最后一个像素。其实,目前不论手机还是个人电脑,处理器都是多核。那么完全可以将整副图像分成若干块,比如cpu为4核处理器,那么可以分成4块,每块图像大小为2000*5333,这样程序可以创建4个线程,每个处理器执行一个线程,每个线程处理一个图像块。虽然这样操作后,运算速度不会显著提升4倍,因为线程创建、释放、上下文切换都要耗些时间。但运算速度还是将明显提升,一般4核 vs 1核,运算时间将降低一半。(For an image, such as 8000 * 5333 resolution, we usually start with the first pixel and calculate it to the last pixel. In fact, at present, whether mobile phones or personal computers, processors are multi-core. Then the whole image can be divided into several blocks, such as CPU 4 core processor, then can be divided into four blocks, each image size of 2000*5333, so that the program can create four threads, each processor executes a thread, each thread processing an image block. Although this operation will not significantly increase the computing speed by four times, because thread creation, release, context switching will take some time. But the operation speed will be improved obviously. Generally, 4 cores vs 1 cores will reduce the operation time by half)
- 2020-11-13 10:59:44下载
- 积分:1
-
simple
流体力学SIMPLE算法(C语言编程实现)需自己设定边界条件(SIMPLE algorithm)
- 2013-09-06 19:00:42下载
- 积分:1
-
基于stm32的自适应滤波的描述
说明: 基于stm32的自适应滤波的描述,有详细的滤波器的设计的描述方法(Based on the description of STM32 adaptive filter, a detailed description method of filter design is given.)
- 2020-06-19 03:20:01下载
- 积分:1
-
pingchafuzhuhanshu
平差辅助函数,用于平差过程中需要使用的函数模型(Adjustment helper function for function model adjustment process requires the use of)
- 2014-02-17 10:17:15下载
- 积分:1
-
rrb-bankers
Banker Algorithms Implemented in C/C++
- 2013-12-30 20:56:52下载
- 积分:1
-
457645
打开Url,C#经典编程实例源码,很好的参考资料。(Open Url, classic instance of C# programming source code, a good reference.)
- 2013-11-12 11:06:38下载
- 积分:1
-
Keilc51v802
单片机开发模拟仿真软件,KEIL最新版本V8.0,可进行ARM,AVR等多种硬件仿真。(MCU development simulation software, the latest version V8.0 KEIL, for ARM, AVR and other hardware simulation.)
- 2020-06-26 05:00:02下载
- 积分:1
-
iuplempntation
说明: 巴特沃斯滤波器C语言实现,低通滤波器,IIR(Butterworth filter C language implementation, low pass filter, IIR)
- 2019-01-06 21:57:44下载
- 积分:1