-
F7
stm32f7采集一遍往外打点一遍用AD采点然后将采样值返回给电脑(Stm32f7 collects points from outside once, uses AD to collect points, and then returns the sampled values to the computer.)
- 2020-06-30 14:00:01下载
- 积分:1
-
Threshold-Autoregressive-Model
MATLAB-门限协整自回归模型,操作简单,使用方便(Threshold Autoregressive Model)
- 2015-02-15 20:31:56下载
- 积分:1
-
AddressListVS05
该系统为通讯录系统,实现了通讯录的管理功能,增删改通讯功能。通讯录查询工作是一个很复杂的问题,在实际的工作领域中,时常会遇到要修改通讯录的问题,例如修改、删除、添加、查找等都是应用过程中十分频繁的操作,如果有一个应用软件可以使这个操作简单而富有人性化,我们就可以通过界面上的提示语言来轻松准确地完成以上操作了。
本通讯录主要涉及函数的调用、指针、哈希表等主要技术。其中,函数的调用和哈希表是技术的重点。
(The system address book system, and the address book management features, additions and deletions to communication. Directory inquiries is a very complex issue, in the actual work areas, often face the problem to modify the address book, such as modify, delete, add, find the application process are all very frequent operation, if an application can make this simple and full of humane, we are prompted by the interface language to easily and accurately complete the above operation. The book mainly related function call, pointer, hash table and other major technologies. Among them, the function call and a hash table is the focus of technology.)
- 2011-06-05 13:03:11下载
- 积分:1
-
NETDEVSDK_Win64_C#_V2.1.0.0
说明: 基于宇视摄像头sdk,使用C#开发的搜索、添加当前网络中存在的摄像头,视频浏览、下载、抓拍,控制摄像头等(Based on the universal vision camera SDK, search and add the existing cameras in the current network, video browsing, downloading, capturing, control camera, etc. developed by C#)
- 2020-07-09 16:48:55下载
- 积分:1
-
fft的C语言实现
C语言实现的fft,使用可能遇到的各种问题,以及使用方法都写在文档里面了,改几个参数就能方便的移植。
- 2022-08-09 23:00:39下载
- 积分:1
-
irregular forms, ADO, WebService
不规则窗体,ADO,WebService-irregular forms, ADO, WebService
- 2022-02-18 13:39:28下载
- 积分:1
-
C# LockThread()锁定线程以实现线程同步
C# 使用LockThread()方法实现线程监视监控的例子,锁定线程以实现线程同步,实现方法比较简单,可参考以下的代码,完整的代码可在本网页下载:
static void Main(string[] args)
{
Program myProgram = new Program();//实例化类对象
myProgram.LockThread(); //调用锁定线程方法
Console.ReadLine();
}
void LockThread()
{
Monitor.Enter(this);//锁定当前线程
Console.WriteLine("锁定线程以实现线程同步");
Monitor.Exit(this); //释放当前线程
}
- 2022-02-20 05:30:05下载
- 积分:1
-
C++
说明: 标准答案习题1
1.1 简述C++语言程序的结构特点。
答:
(1)C++程序由一个或多个函数组成,其中至少有一个主函数main(),程序从主函数开始执行,由主函数来调用其他函数。(Standard answer to Exercise 11.1 on C++ Language program structural characteristics. Answer: (1) C++ Procedures by one or more functions, of which at least one of the main function main (), the procedure started from the main function, from the main function to call the other function.)
- 2008-11-25 16:16:27下载
- 积分:1
-
123
首先对字母进行编号,小写字母a至z编号为1至26,大写字母A至Z分别编号27至52,这样每个字母都有唯一的一个序号,在发送内容时,我们以函数F(X)=X*X+X+1对发送字母的序号进行计算,就会获取个新的序号,对该序号再进行对52取余,该序号即为加密后的要发送字母的序号,这样就能达到加密的作用。(Number first letter lowercase letters a to z No. 1-26, No. 27-52 uppercase letters A to Z, respectively, so each letter has a unique serial number, sending content to the function F (X- ) = X* X+X+1 send letters number is calculated, it will get a new serial number, the serial number and then take the remainder of the 52, the serial number is the serial number of the letters to be sent encrypted, so that we can achieve encryption role.)
- 2012-10-14 22:07:45下载
- 积分:1
-
huffman
Huffman编码,使用哈弗曼树生成前缀码,把输入的字符编码并把原字符解码(Huffman code and decode)
- 2014-03-06 10:10:34下载
- 积分:1