-
使用JFREECHART组件 读取数据库数据,生成柱状图,
使用JFREECHART组件 读取数据库数据,生成柱状图,-JfreeChart components used to read database data to generate histogram,
- 2022-04-18 18:10:39下载
- 积分:1
-
目录bigraph和uigraph中包含的是两份不同的算法
bigraph: 处理双向图的算法
uigraph: 处理单向无环图的算法...
目录bigraph和uigraph中包含的是两份不同的算法
bigraph: 处理双向图的算法
uigraph: 处理单向无环图的算法-shorestpath
- 2023-03-19 14:35:04下载
- 积分:1
-
代码茂 LCD4bit.c
空 LCD_Enable(void)
{
output_high(LCD_EN) ;
delay_us(100) ;
output_low(LCD_EN) ;
delay_us(500) ;
}
//Ham Gui 4 位杜代替 Ra 液晶屏
无效 LCD_Send4Bit (无符号字符型数据)
{
output_bit (LCD_D4,数据与 0x01) ;
output_bit (LCD_D5,数据 & 0x02) ;
output_bit (LCD_D6,数据 & 0x04) ;
output_bit (LCD_D7,数据 & 0x08) ;
/ /
- 2023-08-23 22:00:03下载
- 积分:1
-
一个关于VCD销售的系统,界面做得很好看的!我觉得!
一个关于VCD销售的系统,界面做得很好看的!我觉得!-a VCD sales of the system, the interface do look good! I think!
- 2023-02-02 14:25:04下载
- 积分:1
-
这是一套铝型材图纸查询系统,是vfp编写的源代码
这是一套铝型材图纸查询系统,是vfp编写的源代码-This is a set of aluminum drawings inquiry system, Cipher is prepared by the source code
- 2022-03-10 23:46:40下载
- 积分:1
-
源树,树结构,删除,插入,相当于搜索…
源树b,b树结构,删除,插入,相当于搜索,搜索功能的范围
- 2023-04-24 08:25:02下载
- 积分:1
-
本模拟考试系统设计考生登录及考试界面模板,各模块的功能能具有考试的各个功能,本系统采用了VB。net2008作为开发工具,后台采用了SQL server2005...
本模拟考试系统设计考生登录及考试界面模板,各模块的功能能具有考试的各个功能,本系统采用了VB。net2008作为开发工具,后台采用了SQL server2005数据库-Examination of the simulation system design and test candidate interface template registry, the functions of each module can have various functional tests, the system uses the VB. net2008 as a development tool, the background database using SQL server2005
- 2022-03-10 14:11:51下载
- 积分:1
-
备份及取备份.zip
备份及取备份.zip-backup and take backup. Zip
- 2022-03-18 20:09:35下载
- 积分:1
-
我写的唯一的算法原理,是实现这类的一个实用的..
我写的那算法只是原理,要实用必须实现一个大整数类(用c++,我的算法是C的)。欢迎和我联系讨论-I wrote that the only algorithm principle, to be practical realization of such a large integers (with c, I C algorithms). And I welcome the discussion link
- 2022-03-23 20:45:34下载
- 积分:1
-
0 / 1背包问题的几种解决方案,包括回溯,动态规划…
0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.
- 2022-08-04 06:47:07下载
- 积分:1