-
VxWorks_bootrom_to_u-boot
VxWorks的bootrom到u-boot的移植心得(The VxWorks the bootrom to a u-boot transplant experience)
- 2012-11-05 11:37:01下载
- 积分:1
-
C# 使用 tabControl创建窗体TAB效果
C# 使用 tabControl创建窗体TAB选项卡效果,大家都熟悉的功能,这个例子比较基础,面向C#的初学者,下面是实现本功能的核心代码:
private void Form1_Load(object sender, EventArgs e)
{
tabControl1.ImageList = imageList1;
tabPage1.ImageIndex = 0;
tabPage1.Text = "选项卡1";
tabPage2.ImageIndex = 0;
tabPage2.Text = "选项卡2";
}
本TAB运行效果请参见截图,完整源码请下载。
- 2022-08-22 06:09:52下载
- 积分:1
-
Programming-standards-and-practices
编程规范和范例.doc
目 录
1 排版 2
2 注释 7
3 标识符命名 15
4 可读性 18
5 变量、结构 20
6 函数、过程 27
7 可测性 36
8 程序效率 41
9 质量保证 46
10 代码编辑、编译、审查 53
11 代码测试、维护 55
12 宏 57
(Programming standards and practices. Doc directory a typesetting 22 Notes 73 identifier naming 154 Readability 185 variables, structures 206 functions, processes 277 368 testability quality assurance process efficiency 419 4610 code editor, compile, review the 5311 code testing, maintenance 5512 macro 57)
- 2013-07-03 14:35:11下载
- 积分:1
-
12864
12864是一款多功能的液晶显示屏,可用来显示多种字符,这里给出了12864应用的一个例子,对初学者来说很有用。(12864 is a multi-purpose LCD screen, is used to display a DuoZhong character, this gives 12864 an example of application, it is very useful for beginners.
)
- 2011-10-29 08:47:46下载
- 积分:1
-
CTreeItem
CTreeItem类封装
目录树功能,可实现对目录树的各项需求!(CTreeItem Class
from it we can feet comfile)
- 2012-05-08 15:43:44下载
- 积分:1
-
STM32学习教程
嵌入式入门资料,基础的STM32入门讲解,适合初学者(Embedded introductory material, basic STM32 introduction, suitable for beginners.)
- 2018-04-08 16:45:30下载
- 积分:1
-
ALIENTEK MINISTM32 实验38 综合测试实验(1)
ministm32综合实验程序,包括9项功能,时钟,闹钟,记事本,画图等(ministm32comprehensive experimental program, including 9 functions, clock, alarm clock, notepad, drawing, etc.)
- 2019-06-19 23:16:48下载
- 积分:1
-
一个自己写的 C# BigInteger 类,.net 类库中没有 BigInteger 类,写此类是为了与 java 中的 BigInteger 对应,以方便...
一个自己写的 C# BigInteger 类,.net 类库中没有 BigInteger 类,写此类是为了与 java 中的 BigInteger 对应,以方便大数运算-One wrote it myself C# BigInteger Class,. Net library does not BigInteger class, write these in order to correspond with the java in the BigInteger to facilitate the operation of large numbers
- 2022-01-27 21:11:56下载
- 积分:1
-
gridview自定义分页代码,包括上一页,下一页,首页,尾页。
gridview自定义分页代码,包括上一页,下一页,首页,尾页。-gridview custom paging code, including Previous, Next, Home, End.
- 2022-04-30 21:25:51下载
- 积分:1
-
calculator2
实现计算器功能,还有漂亮的界面 ,使用VC6.0 mfc实现(calculator)
- 2010-01-06 08:53:14下载
- 积分:1