-
PCMTest
classification possiblity fuzzy map
- 2012-03-27 11:05:15下载
- 积分:1
-
nginx
说明: nginx 包含大量中文注释版本。详细说明了线程池机制,epoll机制等等(Nginx contains a large number of annotated versions in Chinese)
- 2020-06-16 06:20:01下载
- 积分:1
-
C# 设置应用程序背景颜色
C# 设置应用程序背景颜色,通过调用Windows调色板,来选取颜色,然后程序将颜色值赋值给窗口,此盒子可设置斜体的颜色值,运行效果如参考截图所示,核心代码请看以下代码片段:
private void Form1_Load(object sender, EventArgs e)
{//显示应用程序背景颜色
//先打开“Properties”,添加一个System.Drawing.Color类型的变量MyBackColor
this.BackColor = Properties.Settings.Default.MyBackColor;
}
private void button1_Click(object sender, EventArgs e)
{//设置应用程序背景颜色(在运行时编写用户设置)
if(this.colorDialog1.ShowDialog()==DialogResult.OK)
{
Properties.Settings.Default.MyBackColor = this.colorDialog1.Color;
Properties.Settings.Default.Save();
this.BackColor = Properties.Settings.Default.MyBackColor;
}
}
- 2022-06-22 05:36:16下载
- 积分:1
-
314
有一存储很多商品数据(每件商品的属性先后包括:品名、规格、单价(有小数位)、数量,数据的最长长度分别为20、10、6、5,在文件中以空格为分隔,每个商品的数据占一行)的文本文件,从键盘输入某种商品的品名,要求在文件中查找有无相应品名商品(可能有多条记录或没有),若有则在屏幕上显示出相应的商品的品名、规格、数量、单价(显示时,品名、规格、数量、单价之间使用逗号(,)作分隔,单价显示时只显示2位小数),若无则显示没有相应品名的商品。
(There are a lot of goods stored data (each item has the attributes include: name, size, price (with decimal places), quantity, the maximum length of the data were 20,10,6,5, a space in the file is separated The data for each item per line) text file, input from the keyboard of a commodity name, asked whether the corresponding file for the product name (may be multiple records or did not), if it is displayed on the screen of the corresponding product name, size, quantity, unit price (display, name, size, quantity, unit price between a comma (,) as a separator, price display shows only two decimal places), if not then show no corresponding product name .)
- 2013-05-28 21:05:51下载
- 积分:1
-
arrange
求N个字符的不重复排列数,不是标准的递归写法,供求职时笔试参考。(Seek N-character array of non-repetition number, not an ordinary recursive formulation for the job when the written reference.)
- 2010-01-24 16:49:52下载
- 积分:1
-
HH_Lib_Test
说明: 一个用于C#系统硬件设备管理(监视,启用,禁用)的源代码库(A source code library for the management (monitoring, enable, disable) of the hardware equipment of the C?system)
- 2020-06-18 23:40:02下载
- 积分:1
-
ICSharpCode.SharpZipLib.dll 解压缩文件例子 并附完整ISharpZip项目源码
ICSharpCode.SharpZipLib.dll 解压缩文件例子 并附完整ISharpZip项目源码
- 2013-06-25下载
- 积分:1
-
SemaphoreAndBuffer-P1
Buffers and Semaphores
- 2015-08-27 14:20:19下载
- 积分:1
-
Functional
自带开机启动、屏幕分辨率获取、设置,进程查找关闭、启动等等一些常用功能集合(With the boot startup, screen resolution acquisition, setting, process lookup closes, startup, and so on some common function sets)
- 2017-12-14 21:57:39下载
- 积分:1
-
二叉排序树的基本操作
该源代码详细介绍了有关二叉树的所有相关操作(The source code details all related operations on the two fork tree.)
- 2018-05-22 12:00:30下载
- 积分:1