登录

最新会员 最新下载

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29

成为了本站VIP会员

2024-12-21 19:40
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:C#
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. osg三维渲染漫游以及粒子系统

osg三维渲染,有多个练习demo。 包括,Delaunay三角网绘制(Delaunay)示例,多边形分格化(Tessellator)示例,基本几何体绘制(Geometry)示例,简化几何体(Simplifier)示例,三角带绘制(TriStripVisitor)示例,生成顶点法线(SmoothingVisitor)示例,索引绑定几何体绘制(Geometry)示例,预定义几何体(ShapeDrawable)示例。 包括,光源(LightSource)示例,计算纹理坐标(TexGen)示例,聚光灯(SpotLight)示例,一维纹理(Texture1D)示例,自动生成纹理坐标(TexGen)示例。

1
下载
109
浏览
2022-01-22发布

2. 再见代码

它是一个简单的代码,它可以复制你的打印。假设“海”,它重复“海”

1
下载
117
浏览
2022-01-22发布

4. N皇后问题

N-皇后问题是我们在数据结构和算法类的课程上经常遇到的一个问题,它的经典求解方法是采用回溯的方法,可以产生所有的可行解,但是实际上运行时间非常长,能够解决的问题规模相对非常小。有没有一种方法,可以在极短的时间内求解上百万个皇后的N-皇后问题?答案是可以,用局部搜索!Rok Sosic和Jun Gu (顾钧)在20余年前提出的系列快速局部搜索算法可以在极短的时间内,求解百万量级的N-皇后问题。

1
下载
101
浏览
2022-01-22发布

5. 一个很好的FASTCIG程序范例

// // $Id: fcgio.cpp,v 1.14 2003/06/22 00:51:27 robs Exp $ // // Allows you communicate with FastCGI streams using C++ iostreams // // ORIGINAL AUTHOR:     George Feinberg // REWRITTEN BY:        Michael Richards  06/20/1999 // REWRITTEN AGAIN BY:  Michael Shell     02/23/2000 // REWRITTEN AGAIN BY:  Rob Saccoccio     11 Nov 2001 // // Copyright (c) 2000 Tux the Linux Penguin // // You are free to use this software without charge or royalty // as long as this notice is not removed or altered, and recognition // is given to the author(s) // // This code is offered as-is without any warranty either expressed or // implied; without even the implied warranty of MERCHANTABILITY or // FITNESS FOR A PARTICULAR PURPOSE. #include #include

1
下载
118
浏览
2022-01-22发布

6. 本程序是自己以前的毕业设计的程序,主要是实现的行人的检测、跟踪及计数问题

本程序是自己以前的毕业设计的程序,主要是实现的行人的检测、跟踪及计数问题,因为看到很多帖子里面都有这方面的提问,所以自己在此上传以前的毕业设计,也希望可以帮到需要的人。本次主要是利用HOG+SVM对行人作出检测,后进行跟踪及计数的,可以实现基本的功能,但是还是会有一些不足的地方,主要表现在耗时方面。

1
下载
99
浏览
2022-01-21发布

7. 填充饼分图

c++编写的饼分图,里面涉及到直线的画法和圆的画法还有填色的算法。这是图形学的知识。经测试毫无错误,运行一切得当,利用软件vsstudio编写,如果用其他的c++软件,可能会有错误,是里面的画图插件的错误,并非代码的错误,我的代码是完美无缺的,因为我是一个追求完美的人,要就拿去吧,相信自己。

1
下载
95
浏览
2022-01-21发布

9. dbscan

  基于密度聚类算法的实现,用c#语言实现功能比较全面。(Density-based clustering algorithm, with c# language features more comprehensive.)

101
下载
118
浏览
2021-05-13发布

10. 小波

  小波分解去燥程序,在函数中加入白噪声,然后利用小波变换,进行去除噪声的处理,效果不错。(Wavelet decomposition to dry process, the white noise is added to the function, and use wavelet transform, remove noise processing, effect is good.)

6
下载
165
浏览
2021-05-09发布

11. Elevator

   电梯算法 在一座10层高的宾馆的大厅内,有4部由一个控制器控制电梯。乘客随时在各层选择要去的楼层。要求: 1、设计一个电梯算法,最优地满足乘客的要求(候时最小)。 2、区分电梯的状态,如空运行、载人运行、超重、当前有故障等(可人工设置)。 3、在电梯全部无人乘做时,电梯要按一定条件(可人工设置)分布在各层。 4、保存一个星期内的各电梯的运行记录。 (Elevator algorithm in a 10-storey hotel in the hall, there are four elevators controlled by a controller. Passengers at any time choose to go to the floor on each floor. Requirements: 1, design an elevator algorithm, best meet the requirements of passengers (minimum waiting time). 2, the distinction between the state of the elevator, such as the air running, manned operation, overweight, current faulty, etc. (manual setting). 3, no ride in the elevator all to do, the elevator according to certain conditions (which can be manually set) distributed in layers. 4, save a week running record of each elevator.)

22
下载
121
浏览
2021-04-23发布

12. barcodeTry

  串口通信,C#,winform窗口,可实现一个小的串口助手的程序。(Serial communication, C#, WinForm window, can implement a small serial port assistant program.)

1
下载
99
浏览
2021-04-21发布

13. hydrology-forecasting

  武汉大学水利水电学院水文与水资源工程专业全套水文预报程序集。包括前期影响雨量、三层蒸发、蓄满产流模型以及新安江模型和实时校正。(Water Resources and Hydropower, Wuhan University Institute of Hydrology and Water Resources Engineering hydrological forecasting a full set of assembly. Including antecedent rainfall, three evaporation, Horton runoff model and Xinganjiang model and real-time correction.)

376
下载
139
浏览
2021-04-18发布

14. udfcode

  Calculate_wall_shear_stress.c:Fluent udf 用于计算viscosity引起的表面剪切力. compute_VOF_gradient.c: Fluent udf用于计算和提取VOF梯度. Define_inlet_velocity.c: Fluent udf用于计算和定义进口速度函数. Define_moving_Gaussian_source: Fluent udf用于计算和定义随时间和坐标而变化的表面热流密度. Define_properties_as_functionof_time: Fluent udf用于计算和定义随温度或自定义变量等变化的物质属性. Define_region_motion: Fluent udf用于计算和定义指定区域移动属性. Define_wall_pressure: Fluent udf用于计算和定义壁面压力边界条件.(Calculate_wall_shear_stress.c: Fluent udf used to calculate the viscosity caused surface shear force. compute_VOF_gradient.c: Fluent udf for calculating and extracting VOF gradient. Define_inlet_velocity.c: Fluent udf for calculating and defining inlet velocity function Define_moving_Gaussian_source: Fluent udf for calculating and defining the surface heat flux varying with time and coordinates. Define_properties_as_functionof_time: Fluent udf used to calculate and define the material properties changing with custom variables or temperature. Define_region_motion: Fluent udf used to calculate and define the movement of designated area . Define_wall_pressure: Fluent udf used to calculate and define the wall pressure boundary condition.)

119
下载
207
浏览
2021-04-16发布

15. MyContour

  用c#编写的生成矩形网格,内插等值点,绘制等值线。(Written in c# generate rectangular grid, equivalent point interpolation to draw the contour.)

75
下载
143
浏览
2021-04-14发布

16. qhull

  主要介绍了如何在vs2010中使用qhull库以及环境变量配置问题(The project mainly focus on how to set the envirenment variable of qhull library in vs2010)

34
下载
97
浏览
2021-03-03发布

17. qhull

  主要介绍了如何在vs2010中使用qhull库以及环境变量配置问题(The project mainly focus on how to set the envirenment variable of qhull library in vs2010)

34
下载
117
浏览
2021-03-03发布

18. turbulence

  详细介绍了FLUENT里实现用户自定义湍流模型的方法。(The method of realizing user defined turbulence model in FLUENT is introduced in detail.)

16
下载
160
浏览
2021-03-02发布

19. cavitation_rate

  空化模型的udf编译文件 写的是fluent中默认的空化模型的文件,可以以此为基础进行来更改(This is a udf flie about cavitation model which is in the fluent software, and you can edit it in your own method.)

79
下载
156
浏览
2021-03-02发布

20. Adaptive-median-filter

  基于vc++的自适应中值滤波器的代码,能用于对相位图的滤波。(The adaptive median filter code can be used for the filtering of the phase diagram.)

21
下载
102
浏览
2021-02-26发布