搜索资源列表
sd---C
- 关于SD卡的资料和程序,主要是51和STM32的程序,还有关于SD卡的详细资料。-Information and procedures on the SD card, is 51 and the STM32 program, as well as detailed information on the SD card.
DM_YeDan
- KNN(K最近邻)分类算法以及K-means(K均值)聚类算法是应用广泛的两种算法。本代码是在VS2010环境下,用 C++语言在基于KNN及K-means算法下,实现了对Iris数据集的分类与聚类。-KNN (K nearest neighbor) classification algorithm, as well as K-means (K mean) clustering algorithm is widely used two algorithms. The code VS2010 en
SerialPortTest
- 学习C++,先学串口编程,本程序就是以串口作为编程对象,进行针对串口的数据接收与发送,内含丰富的注释,纯个人理解!-To learn C++ learn first serial programming, the program is as a programming object to the serial port for serial data reception and transmission, contains a wealth of comments, pure personal
simple-computer
- C预言师实现: 请编写一个程序计算表达式:data1 op data2的值。其中,op为运算符+、-、*、/。-C prophecy teacher realized: Please write a program to calculate the expression: data1 op data2 value. Which, op as operators+,-,*, /.
Tank-formation-change
- 为坦克变形C语言程序。文件包含最终测试结果。坦克在队形变换中,先计算随从坦克最终时刻与主坦克的相对位置关系,并且以主坦克为参考系,假设主坦克不运动的情况下,以输入的数据参数为指标,得出随从坦克在队形变换中所需要的加速度。-The tank deformation of C language program. File contains the final test results. Tanks in the formation change, the first time and the fin
grades-generator
- grades generator大于或等于90为“A”; 大于或等于78为“B”;大于或等于60为“C”, 六十分以下为不及格,是“D”。-Descr iption: grades generator. Is greater than or equal to 90 " A" 78 is greater than or equal to " B" greater than or equal to 60 as " C" , six ou
as
- 进程创建撤销的一个小程序,用c++写的拙作-Revocation process creates a small program written by c++
xuexi
- 将一个长度不超过100的字符串加密和解密。密码规则如下:用原来的字母后面第4个字母代替原来的字母。例如,字母“A”后面第4个字母是“E”,用“E”代替“A”,用“c”代替“y”,以此类推……,非字母字符则不作任何转换 例如“China*12”加密后的结果为“Glmre*12”,“Glmre*12”解密后的结果为“China*12”。-A length of not more than 100 string encryption and decryption. Password rules a
052
- 易语言linux内存操作源码例程程序使用c语言编写的动态库文件作为中介实现易语言在linux系统环境下的内存操作。 -Easy language Linux memory operation source routine procedures using C language dynamic library file as an intermediary to achieve easy language in the Linux system environment, the memory
sqlite3数据库操作示例
- SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源的世界著名数据库
饭店点餐系统
- 系统管理员用户能完成以下功能:创建系统新用户,可以查找、浏览和更新用户信息;输入、查询、浏览、更新菜单信息;统计分析功能(如统计每个菜品被顾客选择情况、每个服务员每餐或每天服务顾客数量等); 服务员用户能完成以下功能:顾客信息录入(可以分店内消费、自带等);菜单信息查询、浏览;c)顾客点餐以及点餐情况浏览、修改、删除、状态更新等功能;费用计算;((1) there is a simple user management function. There are two types of user