登录
首页 » C# » 局域网通讯,很强大的;局域网通讯,很强大的

局域网通讯,很强大的;局域网通讯,很强大的

于 2023-05-15 发布 文件大小:3.76 MB
0 77
下载积分: 2 下载次数: 1

代码说明:

局域网通讯,很强大的;局域网通讯,很强大的-very good!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • M
    说明:  MATLAB平台下图像处理实验教学软件的实现研究(Image processing in MATLAB platform of experimental teaching software implementations)
    2013-03-08 11:06:01下载
    积分:1
  • XJCG12864 驱动常用的读写程序
    XJCG12864 驱动ic是UC1705X, 常用的读写程序(XJCG12864 driver IC is UC1705X, commonly used read and write programs)
    2020-06-16 02:40:02下载
    积分:1
  • Class
    大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。三、基本要求:(1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。(2):课程号尽可能的集中在前几个学期中。(3):若无解,则报告错误信息;否则见教学计划输入到指定的文件中。(University of each professional must prepare teaching plans. Assume that any professional has a fixed period of schooling per academic year with two semesters, the length of time and credits per semester caps are equal. Each professional courses are determined, and arrangements to open the course must meet the Advanced Placement relations. Pre relations are determined in each course, can have any number of doors, or you do not. Each course just one semester. The trial in this case, an instructional planning procedures. Three basic requirements: (1): Input parameters: the relationship between the course of the semester, the total number, the maximum credit for a semester, the course number of each course, credits, direct Prerequisite number. (2): Course No. centralized as much as possible in the first few semesters. (3): If there is no solution, report the error message otherwise see teaching program input to the specified file.)
    2013-01-24 22:12:45下载
    积分:1
  • matlabandccs
    matlab和ccs调用的例子,里面一些例子还是很值得看看的!(Matlab and ccs calling example, some examples of which are still very worthwhile to see!)
    2006-12-02 19:33:34下载
    积分:1
  • 65520779skype_protocol
    skype protocol description for embedded Skype development
    2011-12-12 18:37:55下载
    积分:1
  • 主成分分析对 C# 的示例
    这是 PCA (主分量分析) 的示例。PCA 是特征约简方法。它能本使用的任何数据。例如,您的数据集有 100x10.000 矩阵。你想要它 100 x 100。那是什么成分?特征约简。在此代码中,pca 解释一步一步走。
    2022-03-21 22:35:45下载
    积分:1
  • facedetect1
    给定一副图像,采用一定的策略对其进行搜索以确定其中是否含有人脸,如果是则返回一脸的位置、大小和姿态(人脸检测)
    2010-05-07 17:18:21下载
    积分:1
  • STM32F103C8T6无线2.4(中景园电子IIC_OLED) - 智能灯
    用STM32F103C8T6做主空,带无线2.4G模块,可有总控机控制,智能灯,可延时,可定时,可人体感应
    2022-05-07 14:24:49下载
    积分:1
  • bmp280
    此 程 序 是 stm32 通过 iic 总 线 采 集  大气压传感器 BMP280的一个程序
    2022-07-17 03:49:12下载
    积分:1
  • C#在JPG图片上添加半透明文字水印
    C#在图片上添加文字,这个仿PhotoShop的功能,用C#可以轻松实现哦,对象为JPG图像,可在上面添加半透明的文字效果,不能可看作是一种图片添加水印的效果,文字是半透明处理了,可隐约看到文字下层的图像细节。   private void Form1_Load(object sender, EventArgs e)   {//在指定图像上添加半透明文字    string MyFileName = "Forest.jpg";    Image MyImage = Image.FromFile(MyFileName);    Graphics g = Graphics.FromImage(MyImage);    String MyText = "国家";    Font MyFont = new Font("宋体", 150);    SolidBrush MyBrush = new SolidBrush(Color.FromArgb(18, 255, 0, 255));    g.CompositingQuality = System.Drawing.Drawing2D.CompositingQuality.GammaCorrected;    g.DrawString(MyText, MyFont, MyBrush, 10, 10);    this.pictureBox1.Image = MyImage;   }
    2023-02-17 00:50:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载