-
CSharp Telnet contains. NET.dll CSharp Telnet embedded. NET.dll CSharp Telnet em...
CSharp Telnet 内å«.NET.dll CSharp Telnet 内å«.NET.d-CSharp Telnet contains. NET.dll CSharp Telnet embedded. NET.dll CSharp Telnet embedded. NET.dll
- 2022-06-12 21:36:24下载
- 积分:1
-
fahanshu
利用c++编写了一个外点惩罚函数,用于对于对目标值的推算与尝试。(Use c++ to write a point outside the penalty function for the target value for the calculation and try.)
- 2016-05-15 21:00:54下载
- 积分:1
-
seginnerspart
说明: 本程序为VC++ 6,0的部分学习代码,有助于初学者学习,(This program for VC 6 0 part of the learning code, help beginners learn,)
- 2018-12-31 10:09:51下载
- 积分:1
-
chat
Visual C++ 实现的聊天程序,实现聊天室功能,可以运行。(The chat program Visual C++ achieve chat rooms function, you can run.)
- 2013-04-23 22:08:49下载
- 积分:1
-
STM8S主模式库函数IIC驱动外部EEPROM
STM8S主模式库函数IIC驱动外部EEPROM,本程序已经测试通过,接上串口还可以看到驱动过程的详细情况,也可以改装成其它设备的I2C主模式驱动用途,比如读写LTC2945等。
- 2022-07-26 05:04:02下载
- 积分:1
-
OFDMandLDPC
OFDM的LDPC编码调制程序,非常有用哦!经过学习,肯定可以掌握的!(The LDPC coded OFDM modulation process)
- 2020-06-30 01:40:02下载
- 积分:1
-
西门子数控系统
数控系统编程,主要介绍了西门子数控系统的功能和数据采集(shu kong sd df dfd dfrfv ftgrtrb)
- 2020-12-08 14:19:22下载
- 积分:1
-
PROGRAM
本书是《程序员面试宝典》的第三版,在保留第二版的数据结构、面向对象、程序设计等主干的基础上,使用各大IT公司及相关企业最新面试题替换和补充原内容,以反映自第一版以来近几年时间所发生的变化。 欧立奇、刘洋、段韬编著的《程序员面试宝典》取材于各大公司面试真题(笔试、口试、电话面试、英语面试,以及逻辑测试和智商测试),详细分析了应聘程序员(含网络、测试等)职位的常见考点。本书不仅对传统的C系语言考点做了详尽解说,还根据外企出题最新特点,新增加了对友元、Static、图形/音频、树、栈、ERP等问题的深入讲解。最后本书着力讲述了如何进行英语面试和电话面试,并对求职中签约、毁约的注意事项及群体面试进行了解析。本书的面试题除了有详细解析和答案外,对相关知识点还有扩展说明。真正做到了由点成线,举一反三,对读者从求职就业到提升计算机专业知识都有显著帮助。 《程序员面试宝典》适合计算机相关专业应届毕业生阅读,也适合作为正在应聘软件行业的相关就业人员和计算机爱好者的参考书。(This book is the" canon" in the third edition, retained in the second version of the data structure, object-oriented program design, main basis, the use of each big IT companies and related enterprises to the latest interview questions substitution and supplement the original content, in order to reflect the since its first edition in recent years since time changes. Ou Liqi, Liu Yang, Duan Tao," canon" drawn from major companies interview questions ( written examination, interview, telephone interview, interview, and logical test and IQ test ), a detailed analysis of the application programmer (including network, testing ) positions of the common points. This book not only to the traditional C language test done a detailed explanation, according to the new characteristics of the new foreign title, added to the friend, Static, graphics/audio, tree, stack, ERP issues in depth explanation. The last book on described how the English interview and telephone interview, and the job of signin)
- 2012-03-21 11:28:19下载
- 积分:1
-
c++流量监控系统的设计与实现
本程序实现了一台电脑上面的网络流量监控功能
- 2022-02-05 12:56:03下载
- 积分:1
-
C# 向StatusBar状态栏控件中添加窗格面板
C# 向StatusBar状态栏控件中添加窗格面板及文字,也就是把窗口的状态栏分栏,分隔成若干个小区域,显示不同的信息,比如文字提示或图标等。
向StatusBar控件添加窗格面板
StatusBar statusBar1=new StatusBar();
statusBar1.Panels.Add("中华人民共和国");
statusBar1.Panels.Add("重庆市");
statusBar1.Panels.Add("罗斌");
statusBar1.Panels[0].AutoSize = StatusBarPanelAutoSize.Contents;
statusBar1.Panels[1].AutoSize = StatusBarPanelAutoSize.Spring;
statusBar1.Panels[2].AutoSize = StatusBarPanelAutoSize.Contents;
statusBar1.Panels[0].BorderStyle =StatusBarPanelBorderStyle.Raised;
statusBar1.Panels[1].BorderStyle = StatusBarPanelBorderStyle.Sunken;
statusBar1.Panels[2].BorderStyle = StatusBarPanelBorderStyle.Raised;
statusBar1.Panels[2].Icon = new System.Drawing.Icon( @"Error.ico");
statusBar1.ShowPanels = true;
this.Controls.Add(statusBar1);
- 2022-05-17 04:53:06下载
- 积分:1