-
Timers
TIMER sample code and test program
- 2013-12-08 22:40:35下载
- 积分:1
-
QR
说明: labview调用dll实现QR二维码生成,包含dll说明等,可作为子vi直接使用-LabVIEW(calls the DLL implementation of QR code generation, including DLL, can be directly used as a sub VI)
- 2014-12-29 14:11:59下载
- 积分:1
-
Chinese-Convert-Pro-3.5.1-Final
Nothing to do, we need to learn how to trick something on the webs
- 2014-01-09 01:53:33下载
- 积分:1
-
floorplanning-and-route
Floor planning and route
- 2014-03-04 05:33:40下载
- 积分:1
-
nids_HTTP_packet_capture
这个是利用libnids进行HTTP数据包的分析,可以完整的还原HTTP数据包(This is the use of libnids HTTP packet analysis, you can completely restore the HTTP packet)
- 2020-07-02 20:20:02下载
- 积分:1
-
openGL
openGL基础粒子仿真,实现下雨,下雪,瀑布等功能。(openGLbasic virsual )
- 2016-12-27 09:12:41下载
- 积分:1
-
140NOE77101 For Non Unity Users V6.4
说明: mips 固件,开发源文件,用于逆向开发,逆向二进制符号执行(MIPS firmware, developing source files for reverse development, reverse binary symbol execution)
- 2020-06-20 00:00:02下载
- 积分:1
-
pcf8591
pcf8591原理图(adda转换模块开发)(pcf8591 Schematic (adda conversion module development))
- 2015-06-08 02:23:58下载
- 积分:1
-
catchCat
围住神经猫,用unity开发,开发界面类似于手机的,2d界面。(Surrounded nerve cat, with unity and development, development of the interface is similar to the phone, 2d interface.)
- 2020-07-04 02:40:01下载
- 积分:1
-
c#用鼠标画直线
应用背景实现动态画图,及拖动鼠标就能动态产生图形,并且颜色是可调节的,当你不喜欢颜色时候,你可以换不同的颜色,画直线,所以这个程序很好的实现了c#的动态画图, 此程序是我自己编的,不足之处还望大家指正,谢谢大家,我们一起学习,一起进步,喜欢编程的朋友可以经常交流一下,关键技术 public partial class Form1 : Form
{
Point startPoint = new Point();
// bool showPaint = false;
public Form1()
{
InitializeComponent();
}
private void Form1_MouseDown(object sender, MouseEventArgs e)
{
startPoint = new Point(e.X, e.Y);
//{ showPaint = true; }
}
private void
- 2022-02-10 06:50:04下载
- 积分:1