登录
首页 » C# » VISUAL C# 2008 大学教程第五章源码

VISUAL C# 2008 大学教程第五章源码

于 2022-08-11 发布 文件大小:35.03 kB
0 91
下载积分: 2 下载次数: 1

代码说明:

VISUAL C# 2008 大学教程第五章源码-VISUAL C# 2008 University of Tutorial Chapter V source

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

发表评论

0 个回复

  • Taobao
    登录淘宝用c#编写,实现自动购买商品等操作。(Login Taobao automatically purchase goods.)
    2012-11-24 13:30:28下载
    积分:1
  • BMS_Servant_V0.0.0_2017_3_9XIN
    电动车从控板基础代码。采集外设温度、电压等数据(Electric vehicle control board based on the code)
    2017-03-17 16:06:16下载
    积分:1
  • WIN32API
    win32编程中常用的API,对于学些WIN32编程非常有用(win32 programm API datasheet, it is very useful for developer of win32)
    2010-02-10 00:03:04下载
    积分:1
  • opencv相机检校
    opencv 编写的相机平面检校,绝对可靠,精度高。编译需要先配置opencv,配置方法参考网络教程。运行debug版本时,如果缺少opencv库,额外下载即可。
    2023-06-09 18:00:03下载
    积分:1
  • C# GroupBy将字符串数组按元素长度分组
    C#演示 GroupBy字符串操作范例,C# GroupBy将字符串数组按元素长度分组:   string[] Words = new string[] { "what", "is", "your", "name", "?", "my", "name", "is", "lyf", "." };   var Groups = from word in Words   group word by word.Length into lengthGroups//按单词长度将单词分组   orderby lengthGroups.Key descending//按单词长度降序排列   select new   {    Length = lengthGroups.Key,//取单词长度    WordCollect = lengthGroups//取该长度的单词分组集合   };最后使用foreach循环遍历每组单词,将罗列出包括指定字符的单词是哪几个。
    2023-08-16 01:45:03下载
    积分:1
  • 4859687
    设置RichEdit组件的存盘格式,C++Builder精选编程学习源码,很好的参考资料。(Set the RichEdit component of the disk format, C++Builder select learning programming source code, a good reference.)
    2013-11-22 21:25:51下载
    积分:1
  • C# DataGridView初级操作范例
    这是一个C# DataGridView初级操作范例,演示了连接数据库、读取数据库、移动数据库指针到下一条、上一条记录的操作,以及将数据绑定到DataGridView控件中显示的整个过程,比较基础级的C#源码,因此希望新手参考:   private void shippersDataGridView_DataError(object sender, DataGridViewDataErrorEventArgs e)   {//如果错误发生在提交操作过程中,则在 MessageBox 中显示该错误    if (e.Exception != null && e.Context == DataGridViewDataErrorContexts.Commit)    {//测试时在Phone列中输入一个超长的字符串    MessageBox.Show(e.Exception.Message, "信息提示", MessageBoxButtons.OK);    }   }
    2022-01-22 02:28:43下载
    积分:1
  • The-game-development-physics
    简单地说,本书是专为没有扎实的力学和物理背景,却要在游戏中负责加入物理模拟的电脑游戏设计师而设计的(Simply put, this book is designed to have no solid mechanics and physics background, have joined in the game is responsible for the physical simulation computer game designer and design)
    2011-06-29 20:35:49下载
    积分:1
  • Keylogger
    说明:  Keylogger for windows
    2019-01-23 16:34:42下载
    积分:1
  • 2017国电赛A
    说明:  微电网模拟系统的设计,设计一个三相逆变电源(A three - phase inverter power supply is designed for micro - grid simulation system)
    2019-04-23 21:12:11下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载