-
read3D_RMA
是3d_rma数据库读写的程序,原来随数据库附带的读数据的程序读出的点有误,在此基础上做了一些修改,可以正确的读出。(3d_rma database is read-write procedure, the original database with the data attached to the procedure time to read out the points to be wrong, on this basis to do some modifications, you can read out the correct.)
- 2008-04-01 15:40:18下载
- 积分:1
-
FreeRTOS移植
说明: freettos的最小系统移植,亲测能编译成功,使led灯周期闪烁(freertos ,stm32f103,keil5,c++)
- 2020-06-23 06:40:01下载
- 积分:1
-
TCPIP_Code
在VS2010平台下使用MFC开发的TCP/IP通信应用,里面拥有详细的代码注释,并且支持16进制接受和发送,支持TCP/UCP通信,以及服务器server和客户端client模式选择(TCP/IP communication applications developed using MFC in VS2010 platform, which has a detailed code comments, and support for hexadecimal to receive and send, support TCP/UCP communication, as well as server server and client client mode selection)
- 2013-01-16 14:01:12下载
- 积分:1
-
有用的
推荐大家一个靠谱的论文检测平台。重复的部分有详细出处以及具体修改意见,能直接在文章上做修改,全部改完一键下载就搞定了。怕麻烦的话,还能用它自带的降重功能。哦对了,他们现在正在做毕业季活动, 赠送很多免费字数,可以说是十分划算了!地址是:http://www.paperpass.com/
- 2023-01-12 02:25:05下载
- 积分:1
-
YJSYS_HD
研究生信息管理系统 基于VC++6.0 MFC 内附ACCESS数据库文件 一个完成工程文件 编译通过后可直接运行 (需装有SP5以上补丁)(Graduate student information management system is based on VC++6.0 MFC document containing an ACCESS database compiled through the completed project file can be directly after the operation (to be equipped with more than SP5 patch))
- 2009-03-30 14:58:04下载
- 积分:1
-
c# 多线程操作例子源码
多线程操作 [实例截图] [核心代码]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.Threading;namespace ThreadMore{ public partial class Form3 : Form { public Form3() { InitializeComponent(); } // 发送数据包的类 public class SendPackage { Package pack; // 保存将被发送的数据包 int quantity = 1; // 数据包的个数 // 发送数据包 public SendPackage(Package p, int count) { pack = p; quantity = count; } public void ThreadRun() { // 发送指定数量的数据包 for (int looper = 1; looper
- 2015-03-20下载
- 积分:1
-
通过一种粒子群最佳化策略搜寻函数的全局最小值
通过一种粒子群最佳化策略搜寻函数的全局最小值-Through a particle swarm optimization strategy for the search function of the overall minimum
- 2023-08-15 00:55:04下载
- 积分:1
-
lrunwd
说明: G 655-2003非零色散单模光缆特性 pdf(Characteristics of G655-2003 Non-zero dispersion single Mode Optical Cable pdf)
- 2019-01-04 01:43:37下载
- 积分:1
-
C8051F02x--ISP-bootloader
说明: 本文件提供了C851F02x利用串口进行在线程序编写相关的代码(The files in this folder accompany the UART In-Application
Code Loading Examples Application note. )
- 2011-04-14 20:26:08下载
- 积分:1
-
操作Excel 代码 实例 C#程序
操作Excel 代码 实例 C#程序 -Operation Excel Code Examples C# program
- 2022-06-18 23:05:02下载
- 积分:1