-
firmware
说明: 这是我在学习红外遥控接收时写的代码,可能有一点用!(This is my infrared remote control receiver in learning to write code when there may be a point to use!)
- 2008-11-16 22:46:38下载
- 积分:1
-
openGL
OPenGL讲义,本人利用课余时间总结的的比较的好的讲义,打包下载,里面有三个哦(OPenGL handouts, I use their spare time to sum up the relatively good notes, download package, there are three oh)
- 2014-01-03 10:42:05下载
- 积分:1
-
NEC_YOUKONG
红外遥控,24键红外遥控,红外遥控器软件解码原理和程序(C51) 红外一开始发送一段13。5ms的引导码,引导码由9ms的高电平和4。5ms的低电平组成,跟着引导码是系统码,系统反码,按键码,按键反码.(Infrared remote control, 24-key infrared remote control, infrared remote control software decoding principles and procedures (C51) started to send a IR 13. 5ms boot code, boot code from the 9ms high and 4. 5ms low-level components, along with guidance code is the system code, system, anti-code, key code, key counter code.)
- 2011-07-09 21:44:32下载
- 积分:1
-
read-ssdt
读取ssdt函数当前地址,详见源码中、。。。。(Ssdt function reads the current address, see the source code. . . .)
- 2013-11-13 12:37:17下载
- 积分:1
-
黄金刷单
说明: 黄金刷单EA介绍:
黄金多空对冲是一款多空交易、自动变换手数、动态止损止盈的全自动交易策略,主要基于黄金,利用顺势多空微马丁。同时,结合有对冲机制,在振荡行情下会进行多空对冲,在趋势行情下则会直接止损错误单子,顺应单边趋势,所以该策略无论单边行情还是振荡行情都能适用。
1、多周期混合运算,双周期偏离开仓,动能减少出场
2、动态止盈止损,根据每日波幅自动调整
3、单笔及整体多重风控,且有移动止损保护
4、基本持仓不过夜,不隔周末,不怕大行情,
5、适应各种行情,不惧单边和震荡
6,单量大,可做刷单可做盈利EA(1. Multi period mixed operation, double period deviation opening, kinetic energy reduction
2. Dynamic stop profit stop loss, automatically adjust according to daily amplitude
3. Single and overall multiple risk control, with mobile stop loss protection
4. The basic position does not stay overnight, not every weekend, not afraid of the big market,
5. Adapt to a variety of market, not afraid of unilateral and shock
6. Large single volume, which can be used to brush and profit EA)
- 2021-03-17 15:29:20下载
- 积分:1
-
PIC16F877A-program
说明: 此压缩包包含了pic16f877a单片机的各个模块的程序(This archive contains modules pic16f877a program the microcontroller)
- 2011-03-03 08:30:18下载
- 积分:1
-
QQ
说明: C#编写的局域网内的通讯工具QQ,可实现聊天,视频等功能,客户端服务器数据库都有。(C# written in LAN communication tool QQ, can be realized chat, video and other functions, both client-server database.)
- 2010-04-06 13:14:15下载
- 积分:1
-
C #实现用C #实现邮件传输协议的邮件传输协议,…
c#实现邮件传输协议 用c#实现邮件传输协议,可以学到很多邮件传输的代码实现-c# to achieve Mail Transfer Protocol using c# to achieve Mail Transfer Protocol, you can learn a lot of e-mail transmission of code to achieve
- 2022-10-28 05:35:04下载
- 积分:1
-
C#生成连续和任意重复的字符串实例
C#调用自定义方法生成字符串实例,生成的这些字符串有两种类型,一种是生成包括N个连续字符的字符串,另一个是生成指定重复字符的字符串,在平时的应用中,有很多卡号和序列号需要生成类似的号码,有兴趣的可参考。
static void Main(string[] args)
{
Program p = new Program();//创建Program对象
p.CreateSString();//调用自定义方法
p.CreateTString();//调用自定义方法
Console.Read();
}
private void CreateSString()
{
//生成包含6个连续字符的字符串
string str = new string(Enumerable.Range(0, 6).Select(i => (char)(i + 65)).ToArray());
Console.WriteLine("包含6个连续字符的字符串:" + str);
}
private void CreateTString()
{
//生成包含3个重复字符串的字符串
string str = string.Join(string.Empty, Enumerable.Repeat("MR", 3).ToArray());
Console.WriteLine("包含3个重复字符串的字符串:" + str);
}
- 2022-07-11 13:58:31下载
- 积分:1
-
Graphic
文件设备描述表的使用,利用兼容DC实现图形的保存和再现(Document device use, the use of DC-compatible graphics to achieve the preservation and reproduction)
- 2009-04-09 21:33:23下载
- 积分:1