-
8皇后与C语言图形
这是一个项目,使与皇后棋盘。把 8 不是女王的女王摧毁其他女王/王后在国际象棋的规则与委员会
- 2022-02-12 11:00:04下载
- 积分:1
-
Thomas Wong C programming tips, download can decompress
汤姆斯旺C++编程秘诀,下载后解压缩即可-Thomas Wong C programming tips, download can decompress
- 2022-08-22 16:06:28下载
- 积分:1
-
用 C++编写简单的语句,实现输出 N重二进制码!
用 C++编写简单的语句,实现输出 N重二进制码!-Using C++ to prepare a simple statement, re-N achieve output binary code!
- 2022-03-18 20:06:09下载
- 积分:1
-
own a small set a password, may transplantation.
自己做的一个 设置密码的小程序,可移植.-own a small set a password, may transplantation.
- 2022-07-05 02:46:27下载
- 积分:1
-
c++ 很好的外文书,希望对大家有用
c++ 很好的外文书,希望对大家有用...
c++ 很好的外文书,希望对大家有用
c++ 很好的外文书,希望对大家有用 -c++ well outside the instrument, in the hope that useful to everyone c++ well outside the instrument, in the hope that useful to everybody
- 2022-01-22 17:18:34下载
- 积分:1
-
jbpm与OA项目
JBPM(JBoss Business Process Management业务流程管理),它是覆盖了业务流程管理、工作流、服务协作等领域的一个开源的、灵活的、易扩展的可执行流程语言框架。jBPM是jBoss旗下的一款开源工作流引擎,它的特色是提供了eclipse插件,开发人员可以通过插件直接绘画出业务流程
- 2022-07-13 19:26:12下载
- 积分:1
-
During the code development phase I detected some variables and actions that are...
During the code development phase I detected some variables and actions that are general for all the resizable controls and for this reason I decided to move them in a general interface, IResizeControl, from which all the resizable controls are to inherit. Technically, IResizeControl is not an interface because it doesn t have any pure virtual functions, but I still consider it an interface because it doesn t make any sense to declare IResizeControl objects. In fact, I am preventing the creation of IResizeControl objects by declaring the IResizeControl s constructor and destructor as protected. The IResizeControl class
- 2022-07-01 21:38:20下载
- 积分:1
-
VisualC++程序设计例学与实践 源码
VisualC++程序设计例学与实践 源码-Visual C++ program design and practice of case study source
- 2023-02-28 10:10:03下载
- 积分:1
-
openfalshchart的使用方法和demo
openfalshchart的使用方法和demo-openfalshchart the use of methods and demo
- 2023-03-08 07:15:03下载
- 积分:1
-
到中国的农历日历公历
使用系统 ;使用 System.Drawing ;使用 System.Globalization ;使用 System.Windows.Forms ;命名空间 WinFormLunar 是{公共部分类 FormLunar: 窗体{# 区域私人只读字符串动物、 甘志 ;私人的 TextBox txtLunar ;私人的 DateTimePicker lunarPicker ;私人的 ChineseLunisolarCalendar lunarCalendar ;# Endregion 公共的 FormLunar){# 区域隐藏 () ;甘 ="B、 C、 D、 E 和 F 耿仁桂";芷 ="Zichou 毛贤陈寺吴申徐海";动物 = 大鼠牛虎兔子龙蛇马羊猴 Jigou 猪 ;Application.CurrentCulture = CultureInfo.GetCultureInfo ("zh-CN") ;/ / 中国地区。lunarCalendar = 新的 ChineseLunisolarCalendar () ;/ / 中国阴阳历。txtLunar = 新的文本框) ;txtLunar.Dock = DockStyle.Bottom ;txtLunar.ReadOnly = true ;/ / 只读模式。这。Controls.Add (txtLunar) ;lunarPicker = 新的 DateTimePicker () ;lunarPicker.Dock = DockStyle.Top ;lunarPicker.Format = DateTimePickerFormat.Custom ;/ / 自定义格式。lunarPicker.CustomFormat ="dddd yyyy "years" M "January "d "day" ;
- 2022-02-13 07:36:19下载
- 积分:1