-
sine
生成正弦函数表,然后保存在文件中,汇编程序通过读取文件,查表生成正弦信号。(Generating the sine function table, and then stored in a file, assembler by reading the file, look-up table generated sinusoidal signal.)
- 2011-05-06 14:47:59下载
- 积分:1
-
C# 使用Graphics对象的DrawRectangle方法绘制粗边框图形
C# 使用Graphics对象的DrawRectangle方法绘制粗边框图形,可以方便的自定义图形的边框大小,如示例截图所示的效果,具体的代码编写方法为:
private void button1_Click(object sender, EventArgs e)
{
Graphics graphics = this.CreateGraphics();//声明一个Graphics对象
Pen myPen = new Pen(Color.Black, 8);//实例化Pen类
//调用Graphics对象的DrawRectangle方法
graphics.DrawRectangle(myPen, 10, 10, 150, 100);
}
- 2022-03-24 16:40:35下载
- 积分:1
-
Demo
vc如何动态添加和删除菜单项的源码,可以参考下(vc how to dynamically add and remove menu items of the source code, can refer to)
- 2011-06-10 15:13:16下载
- 积分:1
-
SPI
飞思卡尔8位单片机的SPI通信操作,简单明了,可以直接使用,也可以移植使用!(Freescale 8-bit microcontroller SPI communication operations, straightforward, and can be used directly, and also can be ported to use!)
- 2013-03-13 15:43:42下载
- 积分:1
-
实验3
说明: 1、单向通信
向甲方连续不断地发送变量a的值,未按键,a=0x0f,按键后根据按键确定a值;并将a的值取反从P0口输出,控制D0、D1、D2、D3相应点亮。乙方接收到数据并偶校验正确后,将接收数据取反从P0口输出,控制D0、D1、D2、D3相应点亮。
2、双向通信
甲方连续不断地发送变量a的值,未按键,a=0x0f,按键后根据按键确定a值;乙方未按键不发送,按键后将乙方按键得到的a*16发送;甲乙双方都将发送数据与接收数据相或后再取反,从P0口输出控制D0—D7相应点亮。
3、间隔发送
未按键,甲方不发送数据,按键后甲方每隔50ms连续发送4个字节:0xff、a、a、a。
乙方只在收到甲方数据0xff后的3个数据并验证相同时,才将接收数据*16发送。
甲乙双方都将发送数据与接收数据相或后,从P0口输出控制D0—D7相应点亮。(1. One-way communication
The value of variable a is continuously sent to Party A without key, a = 0x0f. After the key is pressed, the value of a is determined according to the key; and the value of a is output from P0 port to control the corresponding lighting of D0, D1, D2 and D3. After receiving the data and checking it correctly, Party B will output the received data from P0 port and control D0, D1, D2 and D3 to light up accordingly.
2. Two-way communication
Party A continuously sends the value of variable a without key, a = 0x0f, and determines a value according to the key after the key; Party B does not send the key without key, and sends the a*16 obtained by the key after the key is pressed; Both parties will send the data to or from the receiving data, and then retrieve the data and control D0-D7 from the P0 port to light up accordingly.
3. Interval Sending
Without keys, Party A does not send data. After keys, Party A sends 4 bytes continuously every 50 ms: 0xff, a, a.)
- 2020-11-16 09:29:42下载
- 积分:1
-
VegaPrime
一篇绝好的论文,主要参数VP中多坐标系的关系,包括地心坐标系,地面坐标系,投影坐标系之间的关系(An excellent paper, the main parameters of VP in the relationship between multi-coordinate system, including the geocentric coordinate system, the ground coordinate system, projection coordinates the relationship between)
- 2009-06-06 09:09:35下载
- 积分:1
-
kalmanBalanced-car
利用卡尔曼算法做出的平衡车整套程序,可以给做平衡车初学者很好的借鉴(
Kalman algorithms make use of the balance of the car the entire procedure can be done to balance the car a good reference for beginners)
- 2013-12-03 00:32:07下载
- 积分:1
-
xunlian2
光伏发电量神经网络预测练习,光伏因素数据的提取,归一化处理以及预测(Photovoltaic power generation neural network forecasting exercise, the photovoltaic element data extraction, normalization and prediction)
- 2015-09-22 15:25:44下载
- 积分:1
-
NewBC
基于STM32 上开发的BMS系统 包含电池均衡 温控 故障告警信息(BMS system based on STM32 Including battery equalization temperature control fault alarm information)
- 2018-09-28 13:57:54下载
- 积分:1
-
easydatabase
vc++实现简单数据库操作程序,对于C++面向界面语言的设计学习者很有帮助(vc code for database)
- 2009-04-06 20:29:50下载
- 积分:1