- 
                        FC_LPT_0630
                        
                          使用INOUT32.DLL的并口读写,VC6.0工程,详细的注释。(The parallel port read and write using INOUT32.DLL, VC6.0 project, detailed notes.)                         
                            - 2010-07-12 00:21:36下载
- 积分:1
 
- 
                        Search-maze-game
                        
                          搜寻迷宫小游戏,将球抛出,自动会找出正确出口。(Search maze game, the ball will be thrown, will automatically find the correct exports)                         
                            - 2013-11-11 10:48:01下载
- 积分:1
 
- 
                        Ae9.2+ c# use of the development of spatial query, that is, map search map, and...
                        
                          利用ae9.2+c#开发的空间查询,即图查图,并提供空间属性和位置定位的功能和鹰眼功能-Use ae9.2+ C# Development of spatial query, that is, map search map, and provide space for property and location positioning function-Ae9.2+ c# use of the development of spatial query, that is, map search map, and provide space for the property and location positioning function and feature Hawkeye-Use ae9.2+ C# Development of spatial query, that is, map search map, and provide space for property and location positioning function                         
                            - 2022-03-02 05:47:31下载
- 积分:1
 
- 
                        net
                        
                          微分方程网格生成  计算传热学  离散方法
自适应网格(The differential equation of grid generation)                         
                            - 2014-01-02 13:57:10下载
- 积分:1
 
- 
                        TreeEditor
                        
                          MFC树形控件开发示例,全面掌握树形空间编程的源码(Development Samples MFC tree control)                         
                            - 2013-08-20 21:02:43下载
- 积分:1
 
- 
                        STM32F407下AD7606 FSMC程序
                        
                          使用stm32F407,使用FSMC访问AD7606。
AD7606块例程.zip                         
                            - 2021-06-10 00:31:08下载
- 积分:1
 
- 
                        c#FORM服务器客户端UDP通讯实例
                        
                          服务器客户端UDP广播通话	【核心代码】using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Net.Sockets;using System.Net;namespace NetServer{    public partial class Form1 : Form    {        public Form1()        {            InitializeComponent();        }        private void button2_Click(object sender, EventArgs e)        {            this.Close();        }        private void Form1_Load(object sender, EventArgs e)        {        }        private void button1_Click(object sender, EventArgs e)        {            //使用UDP协议发送数据            Socket socket = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);            //设置端口号            IPEndPoint ieps = new IPEndPoint(IPAddress.Broadcast, 8900);            socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.Broadcast, 1);            //将发送数据转换为字节数组            byte[] bytess = System.Text.Encoding.Unicode.GetBytes(textBox1.Text);            socket.SendTo(bytess, ieps);            socket.Close();        }    }}                         
                            - 2020-05-31下载
- 积分:1
 
- 
                        VCGAME
                        
                          本文件夹提供了扫雷游戏、俄罗斯方块等游戏的源码(this is a good source code)                         
                            - 2010-11-23 19:09:49下载
- 积分:1
 
- 
                        国家集训队2008论文集_7820649
                        
                          National Training Team 2008 Proceedings                         
                            - 2020-06-23 02:20:02下载
- 积分:1
 
- 
                        基于PIC16F873A的数字照度计源代码
                        
                          基于PIC16F873A的照度计源代码,可以使用labview和PC进行通信,将采集数据实时传输到电脑,有利于数据的分析和调取。使用MCU 10位ADC转换/USART/。MCU RA3参考电压取3.15V                         
                            - 2022-10-02 20:30:03下载
- 积分:1