-
c内嵌汇编的一个示例
c内嵌汇编的一个示例-a compilation of examples
- 2022-11-22 13:40:04下载
- 积分:1
-
南方CASS软件中只能采用数据批量生成断面里程文件,而工作中往往需要对三角网进行修改以便更加符合实际地形。而CASS中没有根据三角网批量生成断面里程的功能,只能...
南方CASS软件中只能采用数据批量生成断面里程文件,而工作中往往需要对三角网进行修改以便更加符合实际地形。而CASS中没有根据三角网批量生成断面里程的功能,只能一条一条的切出来,工作量十分巨大。以小野的工作来看,在包含几十万个三角网的CAD图形中根据三角网单独切断面,每条断面里程文件的生成需要约十秒左右的时间,不仅工作量巨大,而且十分考验人的耐心和细致。终于,有一天小野忍受不了那个速度,就写下了这个小程序。因为仅是为了实际工作需要,所以没有花时间去做界面。经测试,125361个三角形构成的三角网运行时间约为5分08秒,而对应的根据数据批量生成里程文件约需57分钟。因此该算法效率较高,能很好的提高实际工作效率。-the South CASS software can only use the data generated batch file section mileage, but the work often requires modification of the triangular mesh in order to more realistic terrain. The CASS is not generated under the triangular cross-section volume function of mileage, only one one of the cut out, the workload is enormous. To Ono s work point of view, contains hundreds of thousands of triangulation, in accordance with the CAD graphic triangulation single cut surface of each section of the file generated mileage of about 10 seconds or so the need is not only a huge workload, but people are tested patience and meticulous. Finally, one day, Ono could not bear that speed, they wrote
- 2022-08-24 07:29:59下载
- 积分:1
-
数字图像处理的一小部分,已经在vc++上编译通过
数字图像处理的一小部分,已经在vc++上编译通过-Digital image processing a small part has been vc++ Compiled through
- 2023-04-17 09:05:04下载
- 积分:1
-
程序实现了背景差法减背景的功能。适用于场景叫简单的视频数据。...
程序实现了背景差法减背景的功能。适用于场景叫简单的视频数据。-sub background .The function is good.
- 2023-05-20 08:15:04下载
- 积分:1
-
在quartus开发环境下,用硬件描述语言来实现不同的逻辑算法
在quartus开发环境下,用硬件描述语言来实现不同的逻辑算法-Quartus development in the environment, using hardware description language to achieve different logic algorithm
- 2022-03-24 11:54:36下载
- 积分:1
-
This is just learning the VC image processing of a small example, DIB will funct...
这是我在刚刚学习VC图像处理时的一个小例子,功能将DIB数据导入到一个二维的Buffer,主要是练习了一下二维动态数组的定义、内存申请和释放,希望能够给初学的朋友带来一些帮助!-This is just learning the VC image processing of a small example, DIB will function to the data into a two-dimensional Buffer. is practicing a bit two-dimensional array of dynamic definition of application and release memory, Beginners can hope to bring some friends!
- 2022-03-17 15:26:27下载
- 积分:1
-
程序说明: //该函数用来对图像进行阈值变换。对于灰度值小于阈值的象素直接设置 灰度值为0;灰度值大于阈值的象素直接设置为255。...
程序说明: //该函数用来对图像进行阈值变换。对于灰度值小于阈值的象素直接设置 灰度值为0;灰度值大于阈值的象素直接设置为255。-procedures :// This function used to image transform threshold. For gray value less than the threshold value of the pixel intensity value directly set to 0; Gray value greater than the threshold value of the pixel is set to direct 255.
- 2022-02-04 17:28:24下载
- 积分:1
-
TEST and debbuging for ICD 3 microchip
- 2023-02-23 14:55:03下载
- 积分:1
-
DirectX8 learning materials. There are detailed documents that are rich routines...
directx8学习资料.里面有详细的文档说明,有丰富的例程.让你学得轻松.(应该够二十个字了吧.其实没什么好说的.下载看看就知道好不好吧.)-DirectX8 learning materials. There are detailed documents that are rich routines. You learn easily. (20 would be enough for the word of the hour. In fact, nothing more to be said. See download know bronzes OK.)
- 2022-05-05 00:35:36下载
- 积分:1
-
c++实现计算器
【标准计算器】不仅可进行加、减、乘、除等简单的四则运算,也可以进行开方、并且可以存储计算结果,并且提供了累存和积存功能。 【科学计算器】用于进行统计计算和科学计算。 ❀ 简单计算:四则运算、倒数等基础运算。 ❀ 函数计算:正切、余切、正切等函数运算。 ❀ 科学计算:可进行函数、对数运算,以及阶乘、幂运算等。 ❀ 数制的转换:可进行十进制、二进制、八进制、十六进制整数的相互转换。 【特色功能】 ❀ 支持键盘输入数字及基本运算符号(+ - * / =)、退格删除(Backspace)、清屏(Esc)等,便捷好用 ❀ 科学计算器模式下可通过输入算式进行复杂运算
- 2022-05-06 16:48:03下载
- 积分:1