-
BeiDa_ACM1702
北大ACM1702题 转换为3进制
很经典(NULL)
- 2009-12-08 11:31:40下载
- 积分:1
-
execl
execl的使用,和execvp的用法不同,可以相互比较着使用(the use of execl)
- 2014-06-05 23:25:46下载
- 积分:1
-
yuanma
数值计算方法解方程组实例,利用Gauss-Seidel迭代法解方程组(Numerical calculation method to solve equations example, using Gauss-Seidel iteration method for solution of equations)
- 2007-12-17 21:09:14下载
- 积分:1
-
POWER
用单片机控制输出电压,MCU控制输出,我没有用过,大家可以参考(MCU control the output voltage, MCU control output, I have not used, we can refer to)
- 2014-01-09 16:26:36下载
- 积分:1
-
C1
说明: C#的入门教程,非常好的,这部分讲的是C#C#方法和数组(err)
- 2007-12-28 10:40:07下载
- 积分:1
-
kalman-1.0
general kalman filter written by C(general Kalman filter written by C)
- 2006-02-27 22:27:15下载
- 积分:1
-
聊天室
说明: 在线聊天室工具,有客户端,服务端 原代码(Online chatroom tools, the client side, the server side of the original code)
- 2021-01-02 00:09:25下载
- 积分:1
-
实体类互相赋值
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace GPS.Common
{
///
/// BeanUtils提供用于拷贝对象中的具体字段的值的方法
///
public class BeanUtils
{
///
/// 把源对象里的各个字段的内容直接赋值给目标对象(只是字段复制,两个对象的字段名和类型都必须一致)
///
/// 目标对象
/// 源对象
public static void CopyObject( object src,ref object dest)
{
&
- 2022-10-20 05:35:03下载
- 积分:1
-
智能家居boa 服务器 HTML 和CGI
基于嵌入式boa服务器编写的智能家居控制系统
- 2022-10-24 00:10:03下载
- 积分:1
-
SPWM
51单片机产生SPWM波程序,用于逆变电源的制作。(SPWM wave generated 51 single procedure for the production of power inverters.)
- 2011-09-24 10:34:51下载
- 积分:1