-
quzz APP打造的角
应用背景通过maninwest @ codeforge作者翻译:甘地@ codeproject Anurag测验在一个形式中的应用,或者其他的一个应用程序,这些天成为一个通用的要求。进行调查、模拟测试、准备、自我评价、收集信息、实际客观考试或考试。这个测试应用程序将帮助您获得通过您的需要一个非常微小的或没有修改。本文介绍了你创建你的问答应用角JS在短短几行代码的简化方法。测试应用程序接受JSON格式的问题。所以,你可以很容易地从预定义格式的服务器和角JS问答应用发送JSON将在客户端渲染测试。测验也有审查和显示结果部分。如果你想立即宣布结果,你可以简单地调用另一个JSON与它的答案和简单的评价,会立即显示结果。另外,如果你希望只向服务器提交的答案,你也可以在quizctrl onsubmit方法这样做。JS。 ;关键技术 ;quzz APP打造角 ;quzz APP打造角 ;quzz APP打造的角
- 2023-05-17 10:50:02下载
- 积分:1
-
usb
communication usb embedded c
- 2013-08-03 20:20:26下载
- 积分:1
-
ADC_DualModeInterleaved
stm32f4 adc 的代码,双通道,用DMA保存数据。(stm32f4 family c code, adc
This example provides a short description of how to use the ADC peripheral to
convert a regular channel in Dual interleaved mode using DMA in mode 3 with 5Msps.
DMA mode 3 is used in interleaved mode in 6-bit and 8-bit resolutions.
The Dual interleaved delay is configured 6 ADC clk cycles.
On each DMA request (two data items are available) two bytes representing two
ADC-converted data items are transferred as a half word.
The data transfer order is similar to that of the DMA mode 2.
A DMA request is generated each time 2 data items are available
1st request: ADC_CDR[15:0] = (ADC2_DR[7:0] << 8) | ADC1_DR[7:0]
2nd request: ADC_CDR[15:0] = (ADC2_DR[7:0] << 8) | ADC1_DR[7:0]
The ADC1 and ADC2 are configured to convert ADC Channel 12, with conversion
triggered by software.
By this way, ADC channel 12 is converted each 6 cycles.
In this example, the system clock is 168MHz, APB2 =84MHz and ADC clock = APB2 /2.
Since ADCCLK=)
- 2013-10-14 19:06:26下载
- 积分:1
-
C# 为DataGridView控件的新行指定默认值
C# 为DataGridView控件的新行指定默认值,双击DataGridView.rar即可看到默认值,一般情况下,单元格是空的没有任何内容,实现这一功能,其实也简单,如下代码示:
private void shippersDataGridView_DefaultValuesNeeded(object sender, DataGridViewRowEventArgs e)
{//为DataGridView控件的新行指定默认值(测试时直接单击最下面的空白行即可)
e.Row.Cells[1].Value = "重庆长安捷达运输公司";
e.Row.Cells[2].Value = "023-40405690";
shippersBindingSource.AddNew();
}
- 2022-03-01 05:33:46下载
- 积分:1
-
3-digit-UpDown-16f84
digital counter "3 digit UpDown 16f84"
- 2012-05-07 06:22:15下载
- 积分:1
-
MATLAB
this is a file that about matlab
this is a file that about matlab
- 2013-07-28 00:38:42下载
- 积分:1
-
MediaPlayer
c++ builder制作的简易播放器,可供大家参考学习。(MediaPlayer developed by C++ buidler for excise )
- 2013-02-19 10:37:39下载
- 积分:1
-
ovl30u_vp1
此程序用于adina粘塑性材料的二次开发,仅仅针对二维。(
This procedure is used for the two development of ADINA viscoplastic materials, only for two-dimensional.
)
- 2016-08-11 21:28:52下载
- 积分:1
-
office-Signature
office电子印章,签名验章的实现,支持word,excel等,具有一定参考价值。用于一些信息领域。(user can use ,Electronic seal DEMO achieved to realize the basic functions of electronic visas. E-visa in e-commerce and e-government has important applications.)
- 2012-02-16 11:15:51下载
- 积分:1
-
STM32-232核心板 串口下载程序教程及软件
STM32-232核心板 串口下载程序教程及软件
- 2020-11-02下载
- 积分:1