联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 其他(518) 
按平台查找All C/C++(518) 

[其他] 欧美顺势

自【极限反转-EA】后又一神作【欧美顺趋势-EA】,策略遵循顺大势的做单原理,加仓也是顺趋势加仓的,EA根据一堆指标条件做过滤,对市场预测非常准确, 条件过滤良好,胜率高达90%, 1,EA运行5分钟周期。 2,资金要求:建议500跑0.01 3,选择趋势性强的货币:EURUSD是首选。 4,24小时运行,无需人工干预,每个订单都有止盈止损,小止损大止盈 也有总的风控比
Since the [extreme reversal EA] and then the "Europe and America trend EA", the strategy follows the principle of "making single order" of the trend. The warehouse addition is also in the trend. EA filters according to a set of index conditions, and forecasts the market is very accurate, The conditions are well filtered and the winning rate is up to 90%, 1. EA runs for 5 minutes. 2. Capital requirements: it is recommended that 500 run 0.01 3. Choose a currency with strong trend: EURUSD is the first choice. 4. 24 hours operation, no manual intervention is required. Each order has stop gain and stop loss, and small stop loss and large stop gain have a total risk control ratio (2021-04-16, C/C++, 52KB, 下载2次)

http://www.pudn.com/Download/item/id/1618551839872072.html

[其他] 基于OpenCv的PCA算法代码

1.首先读入10副人脸图像,这些图像大小相等,是一个人的各种表情图片。 2.把图片转为1*pq的一维形式,p是图像宽,q是图像高。这时我们的S矩阵就是10行,每行是pq维的向量。 3.然后我们在S上执行PCA算法,设置K=5,求得5个特征向量,这5个特征向量就是我们求得的特征脸,用这5个特征脸图像,可以近似表示之前的十副图像。
1. First read in 10 face images, which are equal in size and are all kinds of expression pictures of a person. 2. Turn the picture into a one-dimensional form of 1 * p q. P is the image width and Q is the image height. At this time, our S matrix is 10 lines, and each line is the vector of PQ dimension. 3. Then we execute PCA algorithm on S, set K = 5, and get five eigenvectors, which are the eigenfaces we get. With these five eigenfaces, we can approximate ten previous images. (2020-06-28, C/C++, 365KB, 下载1次)

http://www.pudn.com/Download/item/id/1593346658431181.html

[其他] bowling_score

保龄球计分,C语言实现 1、bai 全中:当每一个格的第一次投球击倒全du部竖立的十个瓶zhi子时,称为全中。用(X)符号记录在记分表上dao该格上方右边的小方格中。全中的记分是10分加该运动员下两次投球击倒的瓶数。一局的最高分300分,运动员必须投出十二个全中。? 2、补中:当第二次投球击倒该格第一个球余下的 全部瓶子,称为补中,用(7)表示。记录在该格右上角的小方格内。补中的记分是10分加运动员下一个球击倒的瓶数。? 3、失误:除第一次投球后形成分瓶外,当运动员在某格两次投球后,未能将十个瓶子全部击倒,即为失误。? 4、 分瓶:分瓶是指在第一球投出后,把1号瓶及其他几个瓶子击倒,剩下的瓶子呈下列状态: (1)2个或2个以上的瓶子,它们之间至少有1个瓶子被击倒时,如:7号瓶和9号瓶、3号瓶和10号瓶。 (2)2个或2个以上的瓶子,紧挨在它们前面的瓶子至少有1个被击倒时。如:5号瓶和6号瓶。 注意:分瓶在记分表上用(O)表示。
Bowling scoring, C language implementation (2020-06-06, C/C++, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1591406453584331.html

[其他] cwenjian

一个简单的最短路径算法,根据距离矩阵(内设,可更改),我写的是6*6的矩阵,也就是有6个地方,ABCDEF,输入1 2,即为求A->B的最短路径。
A simple shortest path algorithm, according to the distance matrix (set, can be changed), I write a 6 * 6 matrix, that is, there are six places, ABCDEF, input 12, that is to find the shortest path of a - > B. (2020-03-17, C/C++, 37KB, 下载0次)

http://www.pudn.com/Download/item/id/1584458200953123.html

[其他] fftw3

FFTW ( the Faster Fourier Transform in the West) 是一个快速计算离散傅里叶变换的标准C语言程序集,其由MIT的M.Frigo 和S. Johnson 开发。可计算一维或多维实和复数据以及任意规模的DFT。
Fftw (the fast Fourier transform in the West) is a standard C language assembly for fast computing discrete Fourier transform, which is developed by m.frigo and s.johnson of MIT. It can calculate one-dimensional or multi-dimensional real and complex data and DFT of any scale. (2020-01-19, C/C++, 634KB, 下载3次)

http://www.pudn.com/Download/item/id/1579413004323053.html

[其他] 例程

1.16进制定时移位程序 part2-6.c 2.设置定时器实现led定时点亮 part3.1.1.c 3.具备键盘在线设置的时间显示程序part4.1.1.c 4.录音与播放程序isd4004.c 5.步进加减并显示程序bujin.c
1.16-bit timing shift program -part2-6.c 2. Setting timer to realize led timing lighting -part3.1.1.c 3. Time display program with keyboard online settings -part4.1.1.c 4. Recording and Playing Program -isd4004.c 5. Step-by-step add-subtract and display program -bujin.c (2019-08-16, C/C++, 4KB, 下载1次)

http://www.pudn.com/Download/item/id/1565918813339155.html

[其他] 言成标准小马丁EA

单币对冲套利,先多空对冲,让后确认方向微马丁加仓,每单都带止损止盈,盈利能力强,回撤比较小。
Money hedging arbitrage, first multi-empty hedging, let later confirm the direction of micro-Martin warehousing, each single with stop loss stop earnings, profitability, withdrawal is relatively small. (2019-07-31, C/C++, 91KB, 下载34次)

http://www.pudn.com/Download/item/id/1564539557734709.html

[其他] 加减计算器

(1) 加减数和被加减数的输入位数为1-4位; (2) 相加结果显示要考虑进位的输出显示(即5位输出); (3) 注意对“0”—“9”、“+”、“=”以外按键输入的处理; (4) 注意对相加结果进行十进制处理; (5) 输入加数和被加数时,显示器上显示的数字要像平时用的计算器输入一样,即:每输入一个数字,原来显示的数字要往左移; (6) 可以完成累加功能。
(1) The input digits of the additions and subtractions and the additions and subtractions are 1-4 digits; (2) The additive result shows that the carry output display (i.e. 5-bit output) should be considered. (3) Attention should be paid to the processing of keyboard input other than "0"-"9", "+" and "="; (4) Attention should be paid to decimal processing of the additive results. (5) When the additive and the additive are input, the number displayed on the display should be the same as that input by the usual calculator, that is, every number input, the original number displayed should move to the left; (6) Accumulative function can be completed. (2019-07-27, C/C++, 4KB, 下载2次)

http://www.pudn.com/Download/item/id/1564212531123167.html

[其他] 基于QT实现的基础图形绘图系统.7z

输入椭圆中心和长短轴径; 2. 计算得到中心在原点的椭圆上的第一个点=; 3. 根据公式(1.1.3-2)计算区域1中决策参数的初值为; 4. 在区域1中每个位置处,从开始,反复按照公式(1.1.3-3)更新决策参数,若决策参数小于0则不变,反之加1,一直循环到为止,记第一个满足此条件的点为(); 5. 在区域2的每个位置处,从开始,反复按照公式(1.1.3-6)更新决策参数,若决策参数小于0则不变,反之加1,一直循环到()为止;
Input ellipse center and long and short axis diameter; 2. The first point of the center on the ellipse at the origin is calculated. 3. According to formula (1.1.3-2), the initial value of decision-making parameters in region 1 is calculated. 4. At each location in region 1, the decision-making parameters are updated repeatedly according to formula (1.1.3-3). If the decision-making parameters are less than 0, they will remain unchanged. If the decision-making parameters are less than 0, then add 1 and cycle until the first point satisfying this condition is (); 5. At each location of region 2, the decision parameters are updated repeatedly according to the formula (1.1.3-6). If the decision parameters are less than 0, they will remain unchanged. If the decision parameters are less than 0, then add 1 and cycle until (). (2019-05-15, C/C++, 1080KB, 下载3次)

http://www.pudn.com/Download/item/id/1557934432352057.html

[其他] wood combustion

2维实现木材燃烧的CFD模拟,其中木材的热解挥发释放到气相的源相通过UDF源相来实现。焦炭燃烧过程的也通过源相来实现
Two-dimensional CFD simulation of wood burning, in which the pyrolysis of wood is released into the gas phase is achieved by the UDF source phase. The coke combustion process is also realized by the source phase. (2019-01-18, C/C++, 918KB, 下载12次)

http://www.pudn.com/Download/item/id/1547805461453878.html

[其他] EEPROM-IIC

下载程序后数码管后4位显示0,按K1保存显示的数据,按K2读取上次保存的数据, 按K3显示数据加一,按K4显示数据清零。最大能写入的数据是255.
After downloading the program, the four digits of the digital tube display 0. Press K1 to save the displayed data and K2 to read the last saved data. Press K3 to display data plus one, press K4 to display data zero. The maximum amount of data that can be written is 255. (2018-12-30, C/C++, 21KB, 下载0次)

http://www.pudn.com/Download/item/id/1546142574979695.html

[其他] GM完整权限

该文件修复Alt F11呼出GM平台后,数据不能修改! 使用方法! 试用解包工具把GS ETC 解包后替换,再打包即可
This file repair Alt F11 exhaled GM platform, the data can not be modified! Usage method! Trial unpacking tool to replace GS ETC after unpacking, and then pack it. (2018-12-04, C/C++, 2KB, 下载16次)

http://www.pudn.com/Download/item/id/1543933804943861.html

[其他] 四旋翼飞行器简易遥控器源代码

msp430芯片、通信用24l01 前后左右控制用的是PS2 的两轴摇杆,单片机AD分别采集 油门用一个大的电位器做,也是AD采集 另外加两个按键做拓展功能,PS2下面也有一个轻触开关
MSP430 chip and 24L01 for communication The front and rear control uses PS2's two axle rocker, and single chip AD is collected separately. The throttle is done with a large potentiometer, and it is also a AD acquisition. In addition, add two buttons to expand function, and PS2 also has a touch switch below. (2018-09-30, C/C++, 56KB, 下载1次)

http://www.pudn.com/Download/item/id/1538270729108807.html

[其他] IEC104Client

ProIEC104Client 软件为免费、绿色、免安装的工具软件,主 要以 IEC60870-5-104(101)-2002 版本协议规范为基准的一款客 户端仿真测试软件。可以应用与包括 TCP 服务端,TCP 客户端, UDP 的广播,组播及点对点,当然也包括串口等各种通讯模式。
ProIEC104Client software is free, green, and free of installation software. A customer based on the IEC60870-5-104 (101) -2002 protocol specification. User terminal simulation test software. It can be applied and includes TCP server, TCP client.UDP broadcast, multicast and peer to peer, including serial communication and so on. (2018-08-14, C/C++, 5642KB, 下载48次)

http://www.pudn.com/Download/item/id/1534225714704526.html

[其他] 问道1.6辅助集合

可荣丹 挖宝 清背包等等 总之私服能玩的都有
Can rhondan dig out the knapsack and so on (2018-06-06, C/C++, 1529KB, 下载223次)

http://www.pudn.com/Download/item/id/1528289456866508.html

[其他] may

用于实现DEF无约束优化算法,用进退法确定区间后,分别用黄金分割法及二次插值法进行一维搜索,并记录了目标函数调用次数,用于比较算法的优劣
It is used to realize the DEF unconstrained optimization algorithm. After the interval method is used to determine the interval, the gold segmentation method and the two interpolation method are used to carry out one dimension search, and the number of target function calls is recorded, which is used to compare the advantages and disadvantages of the algorithm. (2018-05-23, C/C++, 8672KB, 下载1次)

http://www.pudn.com/Download/item/id/1527067927711399.html

[其他] comm

c++ 内存加载Dll 特点如下: 直接在内存中载入,无磁盘占用 支持加壳保护的dll , 平时用的最多的vmp ,其它壳子还请自己测试 无模块载入, 因为重写了loadlibary ,如需要请自己注册 支持注入到目标进程,前提请先使用相应权限打开目标 对原代码的修改如下: 使用内联汇编将原 c/c++的库调用 代替, 使得 注入代码可行 支持直接使用资源加载和注入 支持加载exe ,请自行 hook 某些函数 ,确保exe 正确运行 加入inline 注入方式 代码少量加花, 确保编译器最大优化无误 注入的示例代码
The characteristics are as follows: Directly loaded in memory, diskless occupancy Support shell protection DLL, usually the most used VMP, please own other shell test No module loading, because loadlibary is rewritten, if necessary, please register yourself. Support injection into the target process. First, use the corresponding permission to open the target. The modifications to the original code are as follows: The intranet assembly is used to replace the library call of the original c/c++, so that the injected code is feasible. Support direct use of resource loading and injection Support loading exe, please hook some functions to ensure that exe is running correctly. Adding inline injection Small amount of code is added to ensure maximum error of compiler. Sample code injected (2018-04-15, C/C++, 8KB, 下载11次)

http://www.pudn.com/Download/item/id/1523801032785037.html

[其他] mian

一、 多用途定时提醒器设计 基本要求:基于LM016L显示的多用途定时提醒器设计 1、 设计一个定时器用于如吃药、烧水等事件提醒 2、 用LED数码管或LCD液晶显示计时时间,可以加计时或倒计时,定时时间可在100 分钟内。 3、 设置按键: 时间+、时间-、启动、停止、暂停等 4、 设置按键用于静音 5、 在计时到点用蜂鸣器提醒,要求声音为一段电子音乐(特别指出不是简单的蜂鸣器接通 和未接通所发出的声音)。
Multipurpose timing reminer (2018-03-25, C/C++, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/1521985679217508.html

[其他] 逍遙端登錄器源碼

问道逍遥端登录器源码,直接加好IP端口数据库IP密码编译即可使用
Ask the free end login source, directly add a good IP port database, IP password can be used to compile (2017-11-17, C/C++, 2880KB, 下载119次)

http://www.pudn.com/Download/item/id/1510895571138788.html

[其他] LDPC

用于LDPC编码译码的仿真实现。包括随机生成校验矩阵、由校验矩阵产生生成矩阵、编码、加随机噪声、译码等内容。原作者是老外,有部分中文注释。
LDPC coding for decoding Simulation. Check including random matrix generated by the calibration matrix generated generator matrix, coding, plus random noise, such as decoding. The original author is a foreigner, some Chinese Notes. (2006-01-08, C/C++, 57KB, 下载988次)

http://www.pudn.com/Download/item/id/139488.html