搜索资源列表
Form--set
- 利用C#,对窗体的大小进行设置,窗体可以随电脑的屏幕大小自动改变。-Use C#, the size of the form of setting, form with computer screen size can be changed.
DIP
- 實驗二:指撥開關控制顯示 一、實驗目的 學習如何規劃8255工作於模式0(Mode 0),利用指撥開關(DIP S.W)作為基本輸入,以控制其輸出。 二、實驗功能 1. 當電腦鍵盤按下“1”時,依指撥開關之設定顯示相對應之LEDs 2. 當電腦鍵盤按下“2”時,依指撥開關所設定中之最高位元,僅顯示相對應之LED。 3. 當電腦鍵盤按下“3”時,依DIP S.W所設定數值之和,以二進制編碼方式顯示於LEDs。 三、基本原理 本實驗乃利用825
precompiled-header
- 预编译头文件 如果工程很大,头文件很多,而有几个头文件又是经常要用的,那么 1。把这些头文件全部写到一个头文件里面去,比如写到preh.h 2。写一个preh.c,里面只一句话:#include "preh.h" 3。对于preh.c,在project setting里面设置creat precompiled headers,对于其他 .c文件,设置use precompiled header file -If the precompil
tiankongling
- 3d里面天空顶的设置与实现,用c++的,directx-3 d inside the sky dome setting and implementation in c++, directx
warehouse-management-system
- 计算机管理系统的应用是各企业、公司迈向现代化企业的重要标识,必将成为商品管理现在化不可缺少的手段。它在仓库管理中的应用不仅可以简化、规范商品信息管理的日常操作,而且可以使商品管理更加简单、方便、快捷、清晰,从而减轻工作人员的劳动强度,同时避免人工统计管理的麻烦,提高各项信息在管理中的效率。 仓库管理系统是一套针对商品仓库与仓库存储商品等信息的管理及维护的管理软件。它能够辅助仓库管理员对供应商信息、商品基本信息等进行控制管理。系统是由Delphi7和 数据库ACCESS 2003开发的。系统采
AD_info
- c# 用于AD域控制的文件信息,通过设置服务器,配置账户登录,完成权限的控制-c# for AD domain control file information, by setting the server, configure account login, complete authority control
2-Control
- For example, heating up the temperature in a room is a process that has the specific, desired outcome to reach and maintain a defined temperature (e.g. 20°C), kept constant over time. Here, the temperature is the controlled variable. At the same time
c
- 网吧计费管理系统,完成包括会员注册,会员充值,会员信息查询,管理员登陆,网吧费率设定。-Internet cafe billing management system, including the completion of membership registration, membership recharge, membership information inquiry, the administrator login, cafes rate setting.
UsingSetting
- this document learn how you can creating the same setting in c#. the language of document is Persian.
sdlvisualc
- Setting Up SDL on Visual C++ Express 2005
IAR_7_2_Camera_Demo_V1.0
- 功能描述: OV7620摄像头数据采集 硬件配置说明: 摄像头位数据位 - PORTD0~7 * * PCLK - PORTC0 * 行中断 - PORTA29 场中断 - PORTB0 图像数据输出 - K60串口1,波特率115200 * ** 添加说明: 我们自己的用户代码主要在main.c,isr.h,isr.c这三个文件中 * * 采集的图像的行数和列数在isr.h文件中修改 #define H 260 #define V 60
C
- 2.1 C++的輸出物件cout 2.2 cout物件的格式化函式 2.2.1 欄位寬設定- cout.width(n) setw( ) 2.2.2 精確度設定-cout.precision( ) setprecision( ) 2.2.3 進位制設定-dec, hex, oct 2.2.4 指定多餘格數字元-cout.fill( ) setfill( ) 2.2.5 小數位數設定-cout.setf( ) 2.3 C++的輸入物件cin -2.1 C++
Fluent-UDFPAnsys-Fluent-14.0-UDF
- 在解决流体流场问题时,我们多用fluent进行模拟,但是fluent里的条件设置又是有限的,故需要我们使用自定义函数及udf代码,而次代码需要基于c语言的编程,这个文件是udf一些常用宏。在此分享-In solving fluid flow field, we multipurpose fluent simulation, but fluent in the condition setting is limited, so we need to use a custom function and
CRF
- This is a Matlab/C++ toolbox of code for learning and inference with graphical models. It is focused on parameter learning using marginalization in the high-treewidth setting. Though the code is, in principle, domain independent, I ve developed it wi
SVM-parameter-selection
- 支持向量机SVM参数的设置,采用网格搜索法对C和G两个参数进行粗选和精选。-Support vector machine SVM parameter setting, using the grid search method for C and G for roughing and two parameters chosen.