-
PCI1020驱动
说明: PCI1020驱动,用于阿尔泰数据采集卡驱动(PCI1020 Driver for Altai Data Acquisition Card Driver)
- 2020-06-19 03:00:01下载
- 积分:1
-
ConfuserEx_bin
说明: 给大家推荐一个.Net的混淆防反编译工具ConfuserEx。
由于项目中要用到.Net的混淆防反编译工具。
在网上找了很多.Net混淆或混淆防反编译工具,如.NET Reactor、Dotfuscator、Eazfuscator.NET、ConfuserEx。
由于是WEB项目,所有使用其中的某些软件混淆DLL后不能使用,或使用的局限性较大(Eazfuscator.NET只提供发布时混淆方案),最终选择了ConfuserEx(免费开源的哈)。(A confusing anti decompile tool, ConfuserEx, is recommended for.Net.
A confusing anti decompile tool that uses.Net in the project.
There are many.Net confused or obfuscation anti decomcompiling tools on the Internet, such as.NET Reactor, Dotfuscator, Eazfuscator.NET, ConfuserEx.
Because it's a WEB project, all of the software that is used can't be used after DLL is confused, or the limitation of usage is large. (Eazfuscator.NET provides the confusion scheme at the time of publication). Finally, ConfuserEx is selected.)
- 2017-12-15 15:16:19下载
- 积分:1
-
摄像头预览测试,用于测试摄像头是否正常
用于测试V4l2摄像头在FB上显示的过程,通过C进行编译,可以在android系统上运行,可以参考该代码写jni层
- 2022-02-02 08:50:26下载
- 积分:1
-
RS485通信
RS485是一个定义平衡数字多点系统中的驱动器和接收器的电气特性的标准,该标准由电信行业协会和电子工业联盟定义。使用该标准的数字通信网络能在远距离条件下以及电子噪声大的环境下有效传输信号。RS-485使得廉价本地网络以及多支路通信链路的配置成为可能。[s1]
RS485有两线制和四线制两种接线,四线制只能实现点对点的通信方式,现很少采用,现在多采用的是两线制接线方式,这种接线方式为总线式拓扑结构,在同一总线上最多可以挂接32个节点。
- 2022-03-11 13:00:11下载
- 积分:1
-
基于TMS320F2812的SPI双机通讯
基于TI C2000 2812 的详细而实用的SPI双机通讯程序,经过测试,可靠运行。
- 2022-06-02 01:14:34下载
- 积分:1
-
PhysicalGravity
物理模拟小球重力加速度演示,不同物质加速度不同,下落状态也不同(PhysicalGravity)
- 2009-09-14 18:01:56下载
- 积分:1
-
TestingWGLCD
Another source code for LCD DISP
- 2016-04-29 20:39:06下载
- 积分:1
-
wpf照片墙(带有3d效果)
说明: WPF照片浏览的源码,很炫酷的动态效果,可以参考做自己的照片墙(With a variety of styles of controls, powerful open source code, you can refer to their own beautiful interface WPF photo browsing source code, very dazzling dynamic effects, you can refer to do your own photo wall)
- 2020-06-24 04:20:01下载
- 积分:1
-
一段c语言编写的代码
package com.example.net_ftp;
import java.io.IOException;
//import com.example.net_ftp.ContinueFTP.DownloadStatus;
import android.os.Bundle;
import android.os.Environment;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.app.Activity;
import android.view.Menu;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.TextView;
public class MainActivity extends Activity {
private Button connectbut = null;
private Button uploadbut = null;
private Button downloadbut = null;
private Button disconnectbut = null;
private TextView connecttext = null;
private TextView uploadtext =
- 2022-12-27 16:05:04下载
- 积分:1
-
多线程串口程序
多线程串口程(multithread serial way)
- 2005-04-03 10:16:44下载
- 积分:1