-
关于曼彻斯特解码的源代码
曼彻斯特解码的软件,用于无线接收433MHZ传感器的数据,之前看了很久还是很好的学习资料的。用的是CC1101芯片做的载体在最下面
- 2023-03-31 16:45:03下载
- 积分:1
-
汇编程序shizhong
汇编程序shizhong -assembler shizhong
- 2023-08-01 11:05:03下载
- 积分:1
-
delphi编写的简单的UDP测试程序
资源描述在Delphi平台下编写的一个非常简单的网络demo,可以向指定Ip和端口发送数据,同时可以接受服务端的数据,来实现socket编程。
- 2022-08-22 02:13:26下载
- 积分:1
-
enhancements of the Chronicle, wrote this
增强功能的自己写的记事本-enhancements of the Chronicle, wrote this
- 2022-11-09 14:35:03下载
- 积分:1
-
一个TELNET源代码。附加其他系统功能。
一个TELNET源代码。附加其他系统功能。-a TELNET source code. Additional other system functions.
- 2023-01-02 18:50:09下载
- 积分:1
-
使用子
使用子像素的方法来减轻图像系统的负荷已经是目前主流3D程序中的必用方法。比如知道Sin函数的特性,就只需要计算0~pi/2的点就可以了,剩下的pi/2~pi可以通过子像素来画出,在图形量大的情况下可以减轻至少一半的系统压力。 这个程序不光可以加速Sin函数的显示,还可以加速所有函数的显示。 -The use of sub-pixel image of the ways to reduce the load on the system is already the existing procedures of the mainstream 3D methods will be used. For example, to know the characteristics of Sin function, we only need to calculate 0 ~ pi/2 could be the point, and the rest of pi/2 ~ pi can be sub-pixels to draw, in the graphic case of a large quantity can be reduced at least half of the system pressure. This process not only speed up the Sin function can be shown that all functions can also speed up the display.
- 2022-05-25 18:34:59下载
- 积分:1
-
mfc 超酷Edit
mfc 重写edit.基于mfc的CEdit类,重新编写了一下edit的外观,颜色,
此程序适合于刚刚接触mfc不久的同学练习,深入了解mfc的控件使用,
以及一些事件,方法的重写。
- 2022-02-04 07:38:28下载
- 积分:1
-
本程序允许用户使用不同的XML,选择在左面显示的样式页,右面的数据...
本程序允许用户使用不同的XML,选择在左面显示的样式页,右面的数据-This demo allows the user to surf through different XML documents and apply different XSL
stylesheets to those documents. Choose an XML document and a XSL stylesheet on the left and display
the data on the right.
- 2022-02-04 11:53:48下载
- 积分:1
-
一个结合了mfc/winsock/多线程等技术实现的聊天程序,只有聊天功能,但是用于广泛,主要适用了tcp链接,udp打洞技术....
一个结合了mfc/winsock/多线程等技术实现的聊天程序,只有聊天功能,但是用于广泛,主要适用了tcp链接,udp打洞技术.
- 2023-07-09 02:55:03下载
- 积分:1
-
achieve dormancy function is very simple, as long as the implementation of the a...
实现休眠功能很简单,只要在任意想要执行的地方执行如下给出的休眠函数SetPower()就行,其实休眠很简单,只需要API:SetSystemPowerState()就行,就如关机/注销/重启一样,只需要ExitWindowEx(),但这些API可以直接用在98下,却不能用在2000/XP中,因为这里牵涉到了用户权限,没有权限是不能进行这些操作的,所以,首先要取得权限,下面给出代码:-achieve dormancy function is very simple, as long as the implementation of the arbitrary want the local implementation of the dormancy is as follows function SetPower () on the trip, dormancy is very simple, just API : SetSystemPowerState () on the trip, as shutdown/cancellation/restart, only ExitWindowEx (), but these APIs can be directly used in 98, not in 2000/XP can use, because it involves a user privileges, no authority can carry out these operations, therefore, must first obtain authority code is given below :
- 2022-03-20 18:24:22下载
- 积分:1