-
自己的小程序,入门学习的,可能对大家有用~!
自己的小程序,入门学习的,可能对大家有用~!-Own procedures, entry of the study may be useful to everyone ~!
- 2022-03-12 15:10:44下载
- 积分:1
-
生成均匀随机分布数据点集的程序。Fortran90编程。
The program allows the user to choose:
M, t...
生成均匀随机分布数据点集的程序。Fortran90编程。
The program allows the user to choose:
M, the spatial dimension
N, the number of points to generate
SEED, the initial seed value.
Once these parameters are set, the program generates the data, and writes it to a file. The user may then specify another set of data, or terminate the program.
-UNIFORM_DATASET is a FORTRAN90 program which creates a uniform random dataset and writes it to a file.
- 2023-09-09 19:50:04下载
- 积分:1
-
直线Bresenham 算法
直线的中点 Bresenham 算法的原理:每次在主位移方向上走一步,另一个方向上走不走步取决于中点偏差判别式的值。
理想直线将平面划分为三个区域:对于直线上的点,F(x, y) = 0; 对于直线上方的点 F(x, y)>0; 对于直线下方的点F(x, y)
- 2023-06-04 13:50:03下载
- 积分:1
-
文件包然后写出其具体功能LCD12864读写程序可C51控制
文件包然后写出其具体功能LCD12864读写程序可C51控制-xdgsgdgfdgd
- 2022-06-29 13:03:38下载
- 积分:1
-
asp的课程设计!包含数据库,可以帮组大家了解数据库的同时巩固asp的学习!...
asp的课程设计!包含数据库,可以帮组大家了解数据库的同时巩固asp的学习!-asp course design! Contains a database that can help us to know the group while the database is to consolidate the learning asp!
- 2022-06-17 05:07:45下载
- 积分:1
-
usart bit banged 8 port
位碰撞是一种使用软件而不是专用硬件进行串行通信的技术。软件直接设置和采样微控制器上管脚的状态,并负责信号的所有参数:定时、电平、同步等。与位碰撞不同,专用硬件(如调制解调器、UART或移位寄存器)处理这些参数,并在其他系统中提供(缓冲)数据接口,因此,不需要软件来执行信号解调。位碰撞可以以非常低的成本实现,并且在例如嵌入式系统中被使用。
- 2022-03-12 03:54:40下载
- 积分:1
-
jbpm与OA项目
删除角色-----------------1.角色列表-->删除2.RoleAction.deleteRole(); public String deleteRole(){ roleId roleService.deleteEntity(new Role(roleId)); return "findAllRolesAction" ; }3.略4.略用户授权管理----------------1.导航栏-->用户授权2.UserAuthorizeAction.findAllUsers(); public String findAllUsers(){ this.allUsers = userService.findAllEntities(); return "userAuthorizeListPage" ; }3.略4.略修改授权--------------------1.授权列表-->修改授权2.UserAuthorizeAction.editAuthorize(); public String editAuthorize(){ userId this.model = userService.getEntity(userId); this.noOwnRoles = roleService.findRolesNotInRange(model.getRoles());
- 2023-07-06 04:25:06下载
- 积分:1
-
Windows Mobile,ppc,wince下的chm格式文件阅读器源代码,非常有实用价值...
Windows Mobile,ppc,wince下的chm格式文件阅读器源代码,非常有实用价值-Windows Mobile, ppc, wince under the chm format reader source code, very useful
- 2022-05-25 22:50:54下载
- 积分:1
-
1.0版本只能查看Oracle数据库. 连接特定用户可查看所有表,视图,存储过程,触发器,序列,索引.可创建表,可直接执行SQL语句.可查看所有用户...
1.0版本只能查看Oracle数据库. 连接特定用户可查看所有表,视图,存储过程,触发器,序列,索引.可创建表,可直接执行SQL语句.可查看所有用户-version 1.0 can only view the Oracle database. Users can connect a specific check all the tables, views, stored procedures, triggers, sequences, and the index. Can create, can be directly executed SQL statements. All users can view
- 2022-02-03 19:42:04下载
- 积分:1
-
web端修改密码源代码,请各位同仁交流看看有没有更好的。
web端修改密码源代码,请各位同仁交流看看有没有更好的。-Change Password web client source code, please take a look at Tongren exchange have no better.
- 2022-02-14 12:56:36下载
- 积分:1