登录

最新会员 最新下载

成为了本站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. medo

   设X[ 0 : n - 1]和Y[ 0 : n – 1 ]为两个数组,每个数组中含有n个已排好序的数。找出X和Y的2n个数的中位数。  编程任务 利用分治策略试设计一个O (log n)时间的算法求出这2n个数的中位数。 数据输入 由文件input.txt提供输入数据。文件的第1行中有1个正整数n(n<=200),表示每个数组有n个数。接下来的两行分别是X,Y数组的元素。结果输出 程序运行结束时,将计算出的中位数输出到文件output.txt中(Let X [0: n- 1] and Y [0: n- 1] for the two arrays, each array containing the n number has been sorted. 2n X and Y to identify the number of digits.  programming tasks using the divide and conquer strategy try to design an O (log n) time algorithm to calculate this median number 2n. Data input by the input data provided input.txt file. The first line in the file has a positive integer n (n < = 200), that there are n numbers of each array. The next two lines are the X, Y array elements. The end result is output program runs, the calculated median output to file output.txt)

16
下载
321
浏览
2021-03-22发布

2. medo

   设X[ 0 : n - 1]和Y[ 0 : n – 1 ]为两个数组,每个数组中含有n个已排好序的数。找出X和Y的2n个数的中位数。  编程任务 利用分治策略试设计一个O (log n)时间的算法求出这2n个数的中位数。 数据输入 由文件input.txt提供输入数据。文件的第1行中有1个正整数n(n<=200),表示每个数组有n个数。接下来的两行分别是X,Y数组的元素。结果输出 程序运行结束时,将计算出的中位数输出到文件output.txt中(Let X [0: n- 1] and Y [0: n- 1] for the two arrays, each array containing the n number has been sorted. 2n X and Y to identify the number of digits.  programming tasks using the divide and conquer strategy try to design an O (log n) time algorithm to calculate this median number 2n. Data input by the input data provided input.txt file. The first line in the file has a positive integer n (n < = 200), that there are n numbers of each array. The next two lines are the X, Y array elements. The end result is output program runs, the calculated median output to file output.txt)

16
下载
300
浏览
2021-03-22发布

3. EDLines 快速直线检测算子

  EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)

52
下载
1039
浏览
2021-03-22发布

4. PolygonDecompose

  二维简单多边形凸分解源代码以及详细的使用说明(Two-dimensional simple convex polygon decomposition of the source code and instructions)

70
下载
241
浏览
2021-03-22发布

5. CST_airfoil_fitting

  一个拟合CST曲线的程序,用来做翼型优化使用(也可以用到其它曲线拟合上)。 首先读入一个翼型数据,反求这个翼型的6*2个控制参数。通过这修改这个12个控制参数(其中的任意几个),来达到生成新的翼型的目的。(使用了NASA0714翼型作为例子 )(it is a code for airfoil curves fitting, which based on CST formula.Firstly, the program read a airfoil data,then the program will output 12 parameters which can fit the airfoil. you can change those parameters to get new airfoil shape.(there give a example of NASA 0714 airfoil fitting))

53
下载
621
浏览
2021-03-22发布

6. TD-SCDMABasebandsignalprocessing

  考虑到TD-SCDMA多种业务信道,本程序可以完成多重业务信道的仿真。完整的程序,包括Turbo信道编解码,CRC生成,扰码,交织,误码率统计,扩频等,程序编写规范,注释非常详细,是研究tdscdma的好东西,也是学习数字信号处理的好材料。(the program can complete several operation.the complete process, including the turbo channel encoding and decoding, CRC,scrambler,interleaving, ber static,spreading etc. it is good for studing tdscdma,also for the study of digital signal processing.)

139
下载
133
浏览
2021-03-22发布

7. Michalsky

  此源码是太阳位置角追踪的天文算法代码。适用时间为1949~2050年(This is the algorithm of accurate solar position )

6
下载
98
浏览
2021-03-22发布

8. at1024c

  AT24C1024驱动程序,可以跨页读写的标准程序(AT24C1024 driver, you can read and write across standard program page)

15
下载
355
浏览
2021-03-22发布

9. IPM-OPF

  程序用于求解电力系统最优潮流,采用原-对偶内点算法,并辅以文献,有利于对内点法的学习。(Procedures for solving optimal power flow, the use of primal- dual interior point algorithm, supplemented by literature, internal point of law in favor of learning.)

91
下载
223
浏览
2021-03-22发布

10. GuessNumber

说明:  猜数字游戏 计算机随机产生一个无重复数字的四位数 若所猜的数位置与数字均正确,会显示一个A,若数字对位置不对,会显示一个B.(Number guessing game is a computer randomly generated four-digit number without repetition by the guess that if the number of locations and figures are correct, will show an A, if the number of position wrong and they' ll show a B.)

0
下载
391
浏览
2021-03-22发布

11. UART1602

说明:  51单片机用1602液晶显示串口接收到的数据(51 1602 MCU with LCD serial data received)

0
下载
205
浏览
2021-03-21发布

12. dizhengdao

  合成地震记录是用声波测井或垂直地震剖面资料经过人工合成转换成的地震记录(地震道) 合成记录的制作是一个简化的一维正演的过程,合成记录F(t)是地震子波S(t)与反射系数R(t)褶积的结果。(Synthetic seismogram is sonic or vertical seismic profile data after conversion into synthetic seismograms (seismic trace) the production of synthetic seismogram is a simplified one-dimensional forward modeling process, synthetic seismogram F (t) is the seismic wavelet S (t) and the reflection coefficient R (t) the convolution results.)

13
下载
290
浏览
2021-03-21发布

13. dizhengdao

  合成地震记录是用声波测井或垂直地震剖面资料经过人工合成转换成的地震记录(地震道) 合成记录的制作是一个简化的一维正演的过程,合成记录F(t)是地震子波S(t)与反射系数R(t)褶积的结果。(Synthetic seismogram is sonic or vertical seismic profile data after conversion into synthetic seismograms (seismic trace) the production of synthetic seismogram is a simplified one-dimensional forward modeling process, synthetic seismogram F (t) is the seismic wavelet S (t) and the reflection coefficient R (t) the convolution results.)

12
下载
187
浏览
2021-03-21发布

14. 穿目前所有还原下载者 C 源码

说明:  [C/C++] 穿目前所有还原的下载者 C++源码 下载者包括四个工程: CDown:生成器 userinit:真正的下载者 Dat:驱动和下载者的安装程序 pass:驱动程序 原理:驱动程序可以穿透还原卡,并且可以修改系统文件,这里是通过修改系统文件userinit.exe来实现的。userinit.exe的功能很简单,就是启动explorer.exe。这里就是通过替换uerinit.exe,伪造一个userinit.exe。这个伪造的程序可以实现uerinit.exe的原始功能,并可以实现自定义的功能,比如下载执行,发送数据。 驱动的功能就是替换指定的系统文件。 将userinit Dat pass 编译出来的文件放到cdown的res里,再生成出生成器就可以使用它生成下载者,也就是这个穿还原的程序([C/C++] wear all current restore downloader C++ source code The download includes four projects: CDown: generator Userinit: a true Downloader Dat: driver and downloader installer Pass: Driver Principle: driver can penetrate the restore card, and you can modify the system file, here is through the modification of system file userinit.exe to achieve. The function of userinit.exe is simple, that is, to start explorer.exe. This is where you forge a userinit.exe by replacing uerinit.exe. This fake program can realize the original function of uerinit.exe, and can implement custom functions, such as downloading, executing and sending data. The driver's function is to replace the specified system files. The userinit Dat pass compiled files into the Cdown res, regeneration into the generator, you can use it to generate the download, that is, the process of wearing a restore)

0
下载
215
浏览
2021-03-21发布

15. mom

  矩量法仿真电磁辐射和散射的源代码(c++) (Moment Method Simulation of electromagnetic radiation and scattering of the source code (c++))

141
下载
223
浏览
2021-03-20发布

16. jiekouchengxu

  psasp和matlab交互仿真接口程序(psasp and matlab interactive simulation interface program)

15
下载
225
浏览
2021-03-20发布

17. Visual C++网络高级编程

说明:  本书对Visual C++各种编程技术和TCP/IP进行系统介绍的基础上,重点讲解网络编程的高级应用、使用技巧和难点。(On the basis of a systematic introduction to various programming techniques of Visual C + + and TCP / IP, this book focuses on the advanced applications, skills and difficulties of network programming.)

1
下载
185
浏览
2021-03-19发布

18. Visual.C++.MFC编程实例

说明:  本书通过 85 个实例全面讲述了应用 MFC 进行 Visual C++编程的思想。(This book through 85 examples comprehensively describes the application of MFC for Visual C + + programming ideas.)

3
下载
215
浏览
2021-03-19发布

19. 超声波测距(LCD1602显示)

说明:  使用超声波模块来测试前方障碍的距离,使用LCD1602显示屏来显示当前距离。(The ultrasonic module is used to test the distance of obstacles ahead, and the LCD1602 display screen is used to display the current distance.)

1
下载
129
浏览
2021-03-19发布

20. 20100808

  经典的文本水印算法,实现了别人实现不了的功能,希望大家有所用!(The classic text watermarking algorithm to achieve the functions of others fail to realize, I hope you all have a use!)

64
下载
226
浏览
2021-03-19发布