搜索资源列表
char
- c++ char字符的具体介绍。希望能有一些帮助 我会一步步上传。-introduction on c++ character. Hope it can be of any help. I will upload little by little.
Char.cpp
- 关于char的一个小程序,用VC编写的,CCP文件
char
- powerpc内核mpc8241linux系统下char驱动程序
cs调用dll时char指针及结构参数的用法
- c#调用dll时char指针及结构参数的用法-call dll when char pointer and structural parameters of usage
Linux Char Driver ppt
- 簡介Linux的Char driver model,並提供範例
char Identify
- 联机数字、英文字符及汉字识别程序源码,做得很不错哟!-online figures, Chinese characters and English characters and source identification procedures done quite well yo!
字符设备驱动
- vxworks char driver
cs调用dll时char指针及结构参数的用法
- c#调用dll时char指针及结构参数的用法-call dll when char pointer and structural parameters of usage
char
- c++ char字符的具体介绍。希望能有一些帮助 我会一步步上传。-introduction on c++ character. Hope it can be of any help. I will upload little by little.
reply_1_855734
- // Canny算子 void Canny(LPBYTE pGray, SIZE sz, double sigma, double dRatLow, double dRatHigh, LPBYTE pResult) { //经过高斯滤波后的图像 LPBYTE pGaussSmooth pGaussSmooth = new unsigned char[sz.cx*sz.cy] //
Linux24_char_device_driver
- Linux 2.4内核字符设备驱动开发实例。 是Linux下驱动开发人员再好不过的参考源码。编译之后加载驱动,附有测试程序进行驱动的测试! Linux kernel 2.4 char device driver example.-character device driver development example. Linux is driven development staff a better r
MAX187FORMHU
- 这个是我写的MAX187驱动程序 unsigned char bdata Date,Adss unsigned char idata point,gew,shw sbit clk=P1^5 sbit cs187=P1^6 sbit dout=P1^7 sbit Abit=Adss^7 sbit Abit1=Adss^0 sbit Dbit=Date^7 sbit Dbit1=Da
StringConvertor
- 可以在string, char *, wstring, wchar_t *之间任意转换!-In the string, char*, wstring, wchar_t* conversion between the arbitrary!
linux_char_device_driver_programming
- linux char device driver programming
bp-char
- 非常优秀的文字识别程序,基于bp神经网络的,准确率高达99%,下载后修改有什么改进最好能公开给大家学习。-Excellent character recognition process, based on bp neural network, the accuracy rate as high as 99 percent, after downloading any modifications to improve the best w
serial_program_for_51
- 很完整的51串口程序 包括如下: 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 出入均设有缓冲区,大小可任意设置。 可供使用的函数名: char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。 getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义最大输入字符数 putby
Char
- 最常用的嵌入式LINUX字符设备驱动:触摸屏和小键盘驱动。触摸屏使用SPI接口,小键盘使用GPIO口模拟。-The most commonly used characters embedded LINUX Device Driver: touch screen and keypad drivers. SPI interface using the touch screen, small keyboard simulation using
char
- Linux下对char device driver的实现以及用户层的测试程序。-A implementation of linux char device driver and its test program from application.
CString-const-char-char-to-WCHAR
- UNICODE下宽字符的CString转换为const char 和char到WCHAR的相互转换-Under the wide character UNICODE CString convert to WCHAR const char and char conversion between
Char-RNN-PyTorch-master
- # Char-RNN-PyTorch 使用字符级别的RNN进行文本生成,使用PyTorch框架。[Gluon实现] ## Requirements - PyTorch 0.2 - numpy ## Basic Usage 如果希望训练网络,使用如下的代码 ```bash python main.py \ --state train \ --txt './data/poetry.txt' \ # 训练用的txt