-
s7-200调试助手
对西门子s7-200进行控制的VC++源代码,可以通过自由口与s7-200进行通信,控制其io口的状态,读取其IO口状态,MODBUS通信协议,十分可靠
- 2023-07-06 02:00:03下载
- 积分:1
-
stm32 哈尔门模式和 pwm 模式
在闸门模式下从 stm32 平台这可以容易地输出珍贵的脉冲个数 !
- 2023-08-31 01:30:06下载
- 积分:1
-
u16-capture
利用定时器,产生 可调频的脉冲。。。。。。(The timer can be chirp)
- 2013-07-24 19:12:17下载
- 积分:1
-
C++并发编程实战
Code with C++, Concurrent programming
- 2020-06-24 16:40:02下载
- 积分:1
-
gcc 4.4.6 源码
gcc 4.4.6 源代码,加入了自己的注释,自己看了一遍,在自己理解的基础上加入了英文注释,看源代码的码农们可以下下来看看一块交流下哈
- 2022-04-23 12:56:33下载
- 积分:1
-
LED12864
430液晶程序 用此程序和头文件放在一起直接调用此程序函数(430 LCD program header files with this program and put together this program directly call the function)
- 2011-11-06 19:29:09下载
- 积分:1
-
计算机图形学第五章
#include// OPenGL实用工具库 constint XL=100; constint XR=300; constint YB=100; constint YT=200; int x1=150,y1=50,x2=250,y2=150; #defineLIFT 1 #defineRIGHT 2 #defineBOTTOM 4 #defineTOP 8 char encode(floatx,floaty) { char c=0; if(xXR) c|=RIGHT; if(yYT) c|=TOP; return c; } void CSLineClip(int&x1,int&y1,int&x2,int&y2,intXL,intXR,intYB,intYT) { char code1=encode(x1,y1); char code2=encode(x2,y2); int x,y; char code = 3; while (code1||code2) { if(code1 != 0) { code=code1; }else {
- 2022-09-20 01:10:02下载
- 积分:1
-
u2440mon
fl2440光盘中的源码,不包括启动代码部分,启动代码网上随便收收都很多的(the source of fl2440)
- 2012-06-17 23:18:38下载
- 积分:1
-
svinet-master
混合隶属度随机块模型,用于进行社区划分,检测重叠社区,节点分组等( Mixed-Membership Stochastic Block mold,which is a scalable approach to community
detection that discovers overlapping communities in massive realworld networks.)
- 2016-07-19 16:31:56下载
- 积分:1
-
analysis-of-tcpip-protocol
本书已经包含了通知链、路由、邻居子系统和桥接等内容的分析,涵盖了协议栈的全部知识点。(The book contains analysis of the content of the chain of notification, routing, neighbor subsystems and bridging, and covers all the knowledge points of the protocol stack.)
- 2012-04-22 14:30:06下载
- 积分:1