登录

最新会员 最新下载

成为了本站VIP会员

09月29日 20:21

成为了本站VIP会员

09月23日 21:12

成为了本站VIP会员

09月17日 10:56

成为了本站VIP会员

09月16日 14:08

成为了本站VIP会员

09月09日 16:00

成为了本站VIP会员

09月09日 16:00
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:所有
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. CATC USB2.0 抓包

  嵌入式usb开发必备,抓包工具 非常好用的usb开发辅助工具!(Embedded USB development necessary, capture tools Very good use of USB development tools!)

5
下载
179
浏览
2021-04-07发布

2. Source

  ndi公司CombinedAPISample。ndi公司光学检测程序(The ndi company CombinedAPISample. the ndi companies optical inspection program)

17
下载
202
浏览
2021-04-07发布

3. Proteus_PWM_Boost_circuit

  proteus仿真,以LPC2138芯片为核心生成PWM波,控制升压斩波电路(PWM),实现稳定的高电压输出。包含AD转换、串口通信。(proteus simulation. This design use PWM wave generated by LPC2138 to control boost circuit and realized a steady high voltage output. ADC and serial port communication are involved in the design.)

26
下载
208
浏览
2021-04-06发布

4. migration(FKaPS)

  F-K域偏移法和相移法偏移程序(C语言)(FK domain migration method and the phase- shift method migration program (C language))

65
下载
278
浏览
2021-04-06发布

5. migration(FKaPS)

  F-K域偏移法和相移法偏移程序(C语言)(FK domain migration method and the phase- shift method migration program (C language))

66
下载
332
浏览
2021-04-06发布

6. erf

  这是一个用C语言编写的计算误差函数的程序。其主要特点是从定义出发,具有很好的参考价值。(This is a use of C language procedures for calculating the error function. Its main characteristic is that from the definition, has a very good reference value.)

198
下载
222
浏览
2021-04-06发布

7. example-flac3d-mohr

  这是一个基于c++编写的,用于flac3d中本构模型二次开发的程序,其编写的是mohr-coulomb模型。(this is a secondary development program compiled by visual c++,it can be used for study for constitutive model. )

27
下载
301
浏览
2021-04-06发布

8. Kmeans

说明:  基于Kmeans算法的图像分割,一般Kmeans是数据挖掘中用来聚类的,本试验利用图像中的灰度值作为Kmeans算法的原始点,进行图像分割(Kmeans algorithm based on image segmentation, data mining in general Kmeans is used to clustering, the trial use of the image gray value as the original algorithm Kmeans spots for Image Segmentation)

0
下载
192
浏览
2021-04-06发布

9. heat-exchanger-matlab-

  换热器设计计算,基于matlab设计源码(The design of heat exchanger can be input parameters to obtain results)

8
下载
200
浏览
2021-04-06发布

10. BezierFitting

  随机生成一堆杂乱数据,借助RANSAC和贝塞尔样条拟合出曲线形状,使之最大程度拟合数据(Do the three degree Bezier Spline fitting based on RANSAC)

37
下载
300
浏览
2021-04-06发布

12. Prosac

  用opencv2.3.1+vs2008实现PROSAC算法。PROSAC是比ransac算法更快的剔除无匹配算法。前提是,这种策略的前提是假定匹配度高的特征是内点的概率比匹配度低的特征要高。 (With opencv2.3.1+ vs2008 realize PROSAC algorithm. PROSAC is faster than ransac algorithm of eliminate no matching algorithms. Premise is, this strategy is the premise of assume that match the characteristics of the high degree of interior point of probability matching the characteristics of low degree than to high.)

486
下载
164
浏览
2021-04-06发布

13. FROG

  电磁计算 几何光学 计算电磁学 几何光学法 程序(computational electromagnetic GO)

28
下载
256
浏览
2021-04-06发布

14. DES

  DES加密算法,初始置换、密钥置换、密钥循环、密钥压缩置换、数据扩展置换、、S盒替换、P盒置换、末置换 (DES encryption algorithm, the initial replacement, key replacement, key loops, key compression replacement, data expansion permutation,, S cartridge replacement, P cartridge replacement, replacement end)

11
下载
218
浏览
2021-04-05发布

15. Bezier

  利用MFC进行bezier曲线、曲面的绘制,并能拖曳控制点改变曲线形状,还有升阶的功能,最后利用bezier曲线绘制了符号@(Use MFC bezier curves were plotted surfaces, and can drag the control points to change the shape of the curve, as well as bands or function. Finally, bezier curve drawing the symbol @)

11
下载
243
浏览
2021-04-05发布

16. myPlaneDisplay

  VC++编写的飞机仪表显示,可以直接修改使用,显示为一个可以飞行的3D飞机(VC++ Prepared aircraft instrument display, you can directly modify the use, appears as a 3D plane can fly)

80
下载
160
浏览
2021-04-05发布

17. myPlaneDisplay

  VC++编写的飞机仪表显示,可以直接修改使用,显示为一个可以飞行的3D飞机(VC++ Prepared aircraft instrument display, you can directly modify the use, appears as a 3D plane can fly)

80
下载
217
浏览
2021-04-05发布

18. plot_function

  频率选择性衰落信道的建模与仿真,具体实施方法(Frequency selective fading channel modeling and simulation modi, concrete implementation methods)

123
下载
354
浏览
2021-04-05发布

19. UMAT-fuhao-shuoming

  abaqus二次开发子程序umat符号说明及实例详解,初学者必备之基础(abaqus secondary development subroutine umat symbol descriptions and examples detailed essential foundation for beginners)

38
下载
212
浏览
2021-04-05发布

20. SaveImage2File_vs2010

  将窗口保存为JPG、PNG等图片格式,演示了CImage类在VC++中的应用,在VS2010下编译通过。(Save the dialog windows as JPG, PNG file, demonstrated the the CImage class in VC++, compiled by VS2010 under.)

39
下载
185
浏览
2021-04-05发布