搜索资源列表
字体生成程序
- VC下提取点阵字模源代码,可直接生成C语言的code,可选字体,大小.-This code is written by VC. It can pick-up font matrix and create code in C. The style and size of font matrix can be chosen.
使用AVR单片机模拟USB hid设备,免驱动
- 使用AVR单片机模拟USB hid设备,免驱动。进行数据双向传输。使用的单片机是mega48 12M晶振,通过修改makefile文件可以简单的移植到其它AVR单片机上。提供MinGW版和VC版的上位机软件。,The use of AVR Single Chip Analog USB hid device, driver-free. Two-way transmission of data. The use of single-chip microcomputer are mega48 12M
infones
- info nes ,可以移植到各个单片机上。 适合单片机的移植。 这个是 PC 上的。 C 语言编写-info nes, can be transferred to each microcontroller. Microcontroller for transplantation. This is the PC on. C language
VC-ZMD31050
- 用C++通过计算机并口读取ZMD31050智能传感器芯片的数据,采用模拟I2C端口的方式。-Using C++ through the computer parallel port ZMD31050 smart sensor chip to read the data, the use of simulation methods I2C port.
FFT
- FFT的C实现方法 (函数名: 快速傅立叶变换 本函数测试OK,可以在TC2.0,VC++6.0,Keil C51测试通过。)-C-Implementation of FFT
fuzzypiddefuzzybasedVC6.0
- 利用VC++,实现模糊控制中的解模糊,包括模糊化,解模糊全部的程序代码,值得一看.-Using VC++, realize the solution of fuzzy control fuzzy, including fuzzification, fuzzy solution procedures for all code, worth a visit.
USBdatacollection
- VC开发usb数据采集系统,带有keil c固件源码-VC Development usb data acquisition system, with keil c firmware source code
430_VC_USB
- 实现430单片机与计算机的USB通信,计算机端用VC++编的应用程序-To achieve 430 SCM and computer USB communication, computer terminal compiled with VC++ applications
FFT
- // 函数名: 快速傅立叶变换 // 本函数测试OK,可以在TC2.0,VC++6.0,Keil C51测试通过。 // 如果你的MCS51系统有足够的RAM时,可以验证一下用单片机处理FFT有多么的慢。 -//Function name: Fast Fourier Transform// This function tests OK, you can TC2.0, VC++6.0, Keil C51 test.// If you MCS51 system has eno
fat16
- 嵌入式FAT16文件系统C代码免费下载 该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。 (FAT16代码是免费代码,用户可直接使用。 本代
51jzjb
- 矩阵键盘控制,C语言写的51单片机源代码,包括4X4矩阵键盘(查表法)、4x4矩阵键盘实验(计算法)、矩阵键盘按键键值显示程序、矩阵键盘模拟电子-: VC/C++ source code, and other categories, single-chip control matrix keyboard control, C language source code written in 51 single-chip, including the 4X4 matrix keyboard
WXMKTEST.C
- 摘要:VC/C++源码,系统相关,无线遥控 单片机无线遥控接收模块C程序源码: void main(void) { P2_7=0 //开数码管显示 选通左右侧的数码管 P0=0xc0 //初始显示数字0 while(1){ P1=0xff //P1口设置为输入状态 先全部写1 i=P1 //赋值给临时存贮变量 i=i&0x0f //和0x0f相与 屏蔽高四位,读取无线
pic-C-Programming-Language
- 包括各种pic16F877单片机上调试通过的程序,提供了完整的仿真电路及HEX文件,可直接运行。 开发环境:全书案例程序开发环境MPLAB 8.53 MCC18 3.16 HI-TECH PICC 9.70 HI-TECH PICC-18 9.63。 所需要软件:超级编辑器UltraEdit, 虚拟串口驱动vspd,串口助手 字模软件Zimo,文件拆分软件FileSplit VC#.NET 2008等 -Including various pic16F877 single-chip
利用VC++实现PC机与单片机串口通信任务
- 用 visual c++ 实现pc与51单片机的十六进制数据往返,并提示通信正常与否。-Visual c++ PC and 51 microcontroller hex data to and from, and prompt communication is normal or not.
vc-PPT
- 孙鑫C++教程(全20讲)PPT讲义.rar,挺基础的vc,适合初学者-Tutorial Sun Xin C++, (all 20 speakers) PPT handouts. Rar, the very basis VC, suitable for beginners
vc-bujindianji
- 将c代码加载到单片机上,控制步进电机的转动-C code will be loaded into the microcontroller, stepper motor control rotation
PC-SC-VC-Sample-Application
- The archive contains Microsoft Visual C sample code for the communication with smartcards via PC/SC API SCM-The archive contains Microsoft Visual C sample code for the communication with smartcards via PC/SC API SCM
HW_primary
- HW公司入职笔试-C言语初级题目,VC实现(HW coding test on the interview(primary))
candemo
- The program is written in C++ and has been tested with Borland and Microsoft compilers.
C语言图像处理
- 用C语言编写图像处理经典算法,可用VC运行,本科资料