-
noip
【2006年NOIP普及组第二题】开心的金明(2006 NOIP 2)
- 2011-05-08 01:21:37下载
- 积分:1
-
WpfApp1
说明: wpf的hello world程序,就是测试使用的。使用了vs 2017编译的。(a test program for c#)
- 2020-06-25 01:20:02下载
- 积分:1
-
算法竞赛入门经典 第2版
说明: 本书是《算法艺术与信息学竞赛》的学习指导。所谓学习指导,是告诉读者学什 么,如何学。算法包罗万象,很难在一本书中的篇幅覆盖很多内容的通知对每个知识 点进行细致讲解,因此本书更多的是作为一本导引、工具书、手册或者学习大纲,给 读者以宏观上的学习指导(This book is a study guide for the Competition of Algorithmic Arts and Informatics. The so-called learning guidance is to tell readers what to learn and how to learn. Algorithms are all-inclusive, and it is difficult to explain each knowledge point in detail with a notice covering a lot of content in a book. Therefore, this book is more used as a guide, a reference book, a handbook or a learning outline to give readers macro-learning guidance.)
- 2020-06-21 19:20:01下载
- 积分:1
-
21137720ding
ICA盲源分离,效果不错,读入声音文件,进行合成及分离(ICA blind source separation, the effect is good)
- 2018-04-12 09:32:21下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1
-
catTest
解析标准Cat010 数据,各自段类型进行了详细得中文说明,方便应用用户快速了解(Analysis of Standard Cat010 Data and Each paragraph type is explained in detail in Chinese, which is convenient for users to understand quickly.)
- 2020-06-18 06:00:01下载
- 积分:1
-
SMO_BLDC_28035
在28035的硬件平台下实现SMO,在CCS3.3平台下可直接编译通过。。(It can be directly compiled and passed under CCS 3.3 platform.)
- 2020-06-19 08:20:02下载
- 积分:1
-
WinForm窗体及其控件的自适应
说明: 窗体自适应,统计原始窗体的位置和大小;缩放后Resize通过计算主窗体的大小,计算出长宽伸缩比例,然后再计算出来内部控件的起始点和长宽,过程通过递归完成,简单易行!(The window adapts itself and counts the position and size of the original window; after scaling, resize calculates the length and width scaling ratio by calculating the size of the main window, and then calculates the starting point and length and width of the internal control. The process is completed by recursion, which is simple and easy!)
- 2020-05-19 20:38:45下载
- 积分:1
-
atmega128串口通信
说明: 开发平台ICC FOR AVR,利用定时器超时来接收串口,并输出(Development platform ICC for AVR, using timer timeout to receive serial port, and output)
- 2020-09-05 14:16:47下载
- 积分:1
-
8918302TV-Meeting
说明: 这是我在日常开发视频会议系统中集的几个较好的软件,有的有论文,全部带原码,想学习的可以下来测试(This is my daily development of video conferencing system set of several better software, some papers, all with the original code, want to learn can come down to test.)
- 2020-06-22 18:20:02下载
- 积分:1