-
MATLABCSharp
非常好的C#&matlab电子书,值得拥有(Very nice e-book <C# and Matlab>, you should get it)
- 2014-01-08 21:31:34下载
- 积分:1
-
MSO430FLASH历程
MSO430FLASH历程,TI公司提供的FLASH例程,供初次接触MAP430的用户参考使用
- 2022-08-05 17:20:14下载
- 积分:1
-
Program
一个利用c#编写的广播发送代码,所在的编译环境是vs!(A use of c# Prepared to send broadcast code, where the compiler environment is vs!)
- 2008-07-04 12:09:19下载
- 积分:1
-
MATLAB
matlab编写的一个递归应用,同时生成动态链接库(dll)。并用vc++测试(matlab generate dynamic link library (dll). And using vc++ test)
- 2013-11-27 15:11:36下载
- 积分:1
-
DllBarEnCode
采用C#(VS2008)开发二维码BarCode案例经典,通过调用动态链接库(Dll)生成PDF417、QrCode、DataMatrix和HanXin二维条码,提供非托管接口调用方法,图像打印与串口读取典型方法,源码参考和详细文档说明
(C# (VS2008) to develop a two-dimensional code BarCode Case Classic PDF417, QrCode, DataMatrix and HanXin two-dimensional bar code is generated by a call to a dynamic link library (Dll), unmanaged interface call method, image printing and serial read typical method, source Description of reference and detailed documentation)
- 2012-10-30 10:07:57下载
- 积分:1
-
单服务器多客户机(1)
说明: labview通讯案例,多线程一对多,实现多线程通讯(labview review eefefeffffffff adkadaapadadkada)
- 2019-04-01 14:08:02下载
- 积分:1
-
penball
说明: C++语言实现弹球游戏,图形界面更加美观,声音丰富(C++ language pinball game, a graphical interface even more beautiful, rich sound)
- 2011-04-02 09:42:00下载
- 积分:1
-
halcon-C#打开摄像头
halcon与C#混合编程(二)读取并处理图片--------------------halcon-C#打开摄像头
- 2022-03-14 22:07:30下载
- 积分:1
-
vc++6.0助手破解版(visual assist 10.4.1619)
说明: vc++6.0助手破解版,很好用的编程助手,使用方法请看说明(VC + + 6.0 assistant crack version, very useful programming assistant, use method see instructions)
- 2020-06-21 23:40:01下载
- 积分:1
-
智能小车蓝牙控制系统
//初始化PWM,定时器1
//RFPWM=log(TOP + 1)/log(2)
void Init_PWM1(void)
{ //比较匹配时清零OC1A/OC1B, OC1A/OC1B 在TOP 时置位
??TCCR1A??|= (1<<COM1A1)|(1<<COM1B1)|(1<<WGM11)|(1<<WGM10); //page117
??//快速PWM,预分频器64分频,page118 为4.1ms,243HZ
??TCCR1B??= (1<<WGM12)|(1<<CS11)|(1<<CS10);? ?
??OCR1A? ?= UPTIME;? ?? ?? ? //1.9ms
??OCR1B? ?= UPTIME;? ?? ?? ? //1.9ms(/RFPWM=log(TOP + 1)/log(2)
void Init_PWM1(void))
- 2020-06-18 09:00:01下载
- 积分:1