-
手写板识别
资源描述联机数字、英文字符及汉字识别,mydate.dat为字库先点击file, 点open,读入字库
学习时字库自动保存
已有键盘字符,字母,数字
和简单汉字
如要识别复杂汉字,请先用学习功能
- 2022-02-05 13:37:34下载
- 积分:1
-
通用人事管理系统,实现公司的职工资料管理,工资发放管理.人事管理...
通用人事管理系统,实现公司的职工资料管理,工资发放管理.人事管理-General personnel management system, information on the company" s staff management, payroll management. Personnel Management
- 2022-02-16 03:59:43下载
- 积分:1
-
学校系统管理
管理系统的所有类型的教育机构喜欢学校和学院。集成和便利
用户帐户的一所学校的 4 种类型:
管理员
老师
学生
父母
本系统可以:
管理学生班/集体智慧
添加 / 编辑/删除学生
查看配置文件的学生
查看 marksheet 的学生
- 2022-05-06 21:15:01下载
- 积分:1
-
用Java编写的小型播放器,可以播放小型的音频文件,还可循环播放。...
用Java编写的小型播放器,可以播放小型的音频文件,还可循环播放。-Java prepared by the small players, and can play a small audio files, but also broadcast cycle.
- 2023-06-25 04:20:02下载
- 积分:1
-
3d编程大师技巧,很经典的参考书,一章试读
3d编程大师技巧,很经典的参考书,一章试读-Masters 3d programming skills, the classic reference book, a chapter Explanation
- 2022-06-13 14:48:58下载
- 积分:1
-
每一个opengl都被连接到一个着色描述表上。着色描述表将所有的opengl调用命令连
// 接到device context(设备描述表)上,将openg...
每一个opengl都被连接到一个着色描述表上。着色描述表将所有的opengl调用命令连
// 接到device context(设备描述表)上,将opengl的着色描述表定义为hrc ,要让程序能
// 够绘制窗口的话,还需要创建一个设备描述表,windows的设备描述表被定义为 hdc,
// dc将窗口连接到gdi(graphics device interface图形设备接口)。而rc-Each one opengl are connected to a shader description table. Rendering Context all the opengl call the command with// receiving device context (device descriptor table), on the opengl rendering Context is defined as the hrc, let the program can be// enough to draw a window, also need to create a device description tables, windows of the device description table is defined as hdc,// dc will be the window to connect to the gdi (graphics device interface graphics device interface). The rc
- 2022-01-25 19:43:12下载
- 积分:1
-
温度控制程序,在设计中经常会用到的程序,可以做为参考
温度控制程序,在设计中经常会用到的程序,可以做为参考-Temperature control procedures, in the design process is often used, can be used as reference
- 2022-03-12 14:58:28下载
- 积分:1
-
可以在豆瓣网上爬取相应用户的信息,如:用户ID,,读过什么书,对书的评价等数据,可以作为收集实验数据的工具...
可以在豆瓣网上爬取相应用户的信息,如:用户ID,,读过什么书,对书的评价等数据,可以作为收集实验数据的工具-Web crawling in豆瓣the corresponding user information, such as: user ID,, read any book, the book" s evaluation of the data can be used as a tool to collect experimental data
- 2022-03-21 09:42:29下载
- 积分:1
-
function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four
function [tout, yout] = rk4(ypfun, tspan, y0, h)
%定步长四阶Runge-Kutta法求常微分方程(组)数值解
%[tout,yout] = rk4( ypfun , tspan, y0,h)
% 这里字符串ypfun是用以表示f(t, y)的M文件名,
% tspan=[t0, tfinal]表示自变量初值t0和终值tf
% y0表示初值向量y0,h是步长。
% 输出列向量tout表示节点 (t0 , t1 , … , tn)
% 输出矩阵yout 表示数值解,每一列对应y的一个分量-function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four-stage Runge- Kutta method for ordinary differential equations (Group) numerical solution% [tout. yout] = rk4 (ypfun, tspan, y0, h)% string ypfun here is used to indicate that f (t, y) M name, tspan% = [t0. tfinal] said variable initial and final t0 tf% y0 said initial vector y0, h is a step. % Output column vector tout said Node (t0, t1, ..., tn)% output matrix yout said numerical solution, each y counterparts out of a weight
- 2023-01-15 01:20:03下载
- 积分:1
-
神经网络的作用函数,十种作用函数
经典的十种神经网络作用函数,或称为激活函数的代码以及相应的画图程序与效果。对于神经网络初学者是很好的接触与体验,老学者的有效总结
- 2022-03-14 02:25:06下载
- 积分:1