-
ma730磁编
说明: ma730磁性编码器的使用说明,数据手册(MA730 Magnetic Encoder Instructions, Data Manual)
- 2020-06-21 01:00:02下载
- 积分:1
-
NAND FLASH的读写程序
说明: Nand flash 读写程序
C语言代码,可以给U盘开发者参考
可以读写三星各种型号的Nand flash芯片(NAND flash reader C-language code, for U-reference developers can read and write various models of Samsung's NAND flash chips)
- 2005-09-11 03:54:40下载
- 积分:1
-
CChartDll
CChart,国产精品数据可视化控件,基于Win32API,功能强大。网上已有系列教程,使用异常简单。(CChart, made quality data visualization controls, based on Win32API, and powerful. Existing series of tutorials online, very simple to use.)
- 2013-09-27 21:33:33下载
- 积分:1
-
Project_15352073_Dengdian_v2
停船问题退火解决,启发式算法解决泊位分配问题,退火是比较简单的,这里介绍简单的退火贪心来求解(To solve the problem of annealing, a heuristic algorithm to solve the berth allocation problem, annealing is relatively simple, this simple greedy annealing to solve)
- 2020-07-02 15:20:01下载
- 积分:1
-
18B20
基于ds18b20 及51单片机 程序数字温度计设计程序 (Ds18b20 and 51 of the SCM process-based digital thermometer design process)
- 2012-06-12 21:12:47下载
- 积分:1
-
中点算法 DDA算法 bresenham算法
中点算法
#include "graphics.h"
Void Midpointline (int x1,int y1,int x2,int y2,int color)
{
int a,b,d1,d2,d,x,y;
a= y1-y2;b=x2-x1;d=a+a+b;
d1= a=a;d2= a+a+b+b;
x=x1;y=y1;
putpixel(x,y,color);
while (x
- 2022-08-12 19:19:01下载
- 积分:1
-
CSharp_tif
该代码实现的功能是对.tif格式的图片自动分页,并且可以实现数据的查找切割提取。(To achieve the functions of the code. Tif format images automatically paging, and extract data to find cutting.)
- 2012-07-14 11:40:35下载
- 积分:1
-
TDC_Code
使用德国产芯片-TDC-GP2实现两路激光信号时间差的测量,实际项目中使用(Use Germany chip-TDC-GP2 achieve laser signal time difference measurement of two-way, real-world projects using)
- 2014-10-16 19:09:47下载
- 积分:1
-
c# winform 读取系统分辨率,拖动设置分辨率 附完整源码
c# 读取分辨率并 拖动设置分辨率功能
- 2013-07-27下载
- 积分:1
-
读PSID
调用动态链接库的API实现小灵通手机的PSID读取,有工程文件和生成的文件,还在测试用的DLL(Call the API of the dynamic link library to implement the PSID reading PSID of the PHS , with engineering files and generated files, and also in the test DLL)
- 2018-02-11 16:10:53下载
- 积分:1