资源列表
PI(use_vhdl)
- 工程上常用的增量式PI算法的控制程序,采用vhdl语言编写-Engineering incremental PI algorithm used to control the program using vhdl language
r
- 读取支票的一个数值金额,并输出其文字表示。例如,数字112.43 应该写为:ONE HUNDRED TWELVE and 43/1-Read a numerical check amount, and express the output of its text. For example, the number 112.43 should be written as: ONE HUNDRED TWELVE and 43/1
sky.c.tar
- sky detector opencv tit is cool because it detects sky init yeah
3-bit_multiplier
- 用ASM原理做二進位3-BIT乘法的乘法器,內附範例的輸入檔。-ASM to do with the principle of binary multiplication of 3-BIT multiplier, the input file containing a sample.
eg006
- SVD-TLS法实现功率谱估计,写的比较简单。但可做为参考。-SVD-TLS method to achieve power spectrum estimation and write relatively simple. But can be as a reference.
ir
- 製作紅外線遙控器,適用panasonic TY,原始碼,-Production of infrared remote control
coortrans
- 大地坐标转换经纬度源码,北京54和WGS84之间的转换-coortrans
code2
- 使用者輸入學生姓名與成績。此一程式將在使用者輸入完成後,依成績遞減順序輸出學生姓名與成績。若成績相同,則按姓名遞增順序輸出。-User enters the name and achievements of students. This program will be in the user input is completed, the output in descending order according to Name of student performance and achieve
dijkstrashortestpath.tar
- finding shortest path in a graph by using dijkstra s shortest path routing algorithm
student
- 程序将数据存放在磁盘文件中,并实现数据的添加与查找-Program data stored in the disk file and add data and search
exampleofOScommunication
- 操作系统进程/线程信号量机制实现通信的实例,有生产者消费者问题和哲学家就餐问题的程序代码。-Operating system process/thread semaphore mechanism to achieve communication examples, there are producers and consumers and the dining philosophers problem program code.
Form1
- 在程序运行时单击窗体内的某个位置,Visual Basic将调用窗体的Form_Click事件。如果单击的是窗体内的控件,则只能调用相应控件的Click事件。Click事件:标题栏显示“鼠标单击”,窗体显示 欢迎使用VB Private Sub Form_Click() Caption = 鼠标单击 Print 欢迎使用VB End Sub -在程序运行时单击窗体内的某个位置,Visual Basic将调用窗体的Form_Click事件。如果单击的是窗体内的控件,则只能