登录
首页 » C# » 控制进程的一个例子

控制进程的一个例子

于 2022-08-25 发布 文件大小:9.43 kB
0 29
下载积分: 2 下载次数: 1

代码说明:

控制进程的一个例子-control an example of the process

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • yaokong6121code_LED
    将遥控接收头接收到的按键编码通过数码管显示出来 能解码的遥控编码必须是NEC 的6221/6121/6222编码方式(The remote receiver receives the key code via the digital display of the remote control code must be able to decode the NEC' s 6221/6121/6222 encoding)
    2013-09-16 23:12:34下载
    积分:1
  • CMT2300A_DemoEasy_v1.1
    泽太微电子(CMOSTEK)的CMT2300A驱动参考代码(Sample Code for CMT2300A)
    2017-09-08 17:41:02下载
    积分:1
  • 数据结构中各种排序算法
    数据结构中各种排序算法。包括直接插入排序、希尔排序、直接选择排序、堆排序、冒泡排序、快速排序、归并排序。
    2022-02-13 18:05:37下载
    积分:1
  • 阿锐电子白板
    说明:  基于TCP/IP协议的网络绘图系统,对学习GDI+绘图的朋友有点帮助(based on the TCP/IP protocol network mapping system, to learn the GDI graphics friends a little help)
    2006-01-06 14:15:04下载
    积分:1
  • 求平均值以及a类不确定度的代码程序
    求平均值以及a类不确定度的代码程序
    2016-10-26下载
    积分:1
  • sort
    各种排序算法,下标都从1开始。sort_test.c是用来测试的。 void heap_sort(int *array,int size) void create_min_heap(int *array,int size) void adjust_min_heap(int *array,int start,int size) void bubble_sort(int *array,int size) void select_sort(int *array,int size) void quick_sort(int *array,int size) void unrec_quick_sort(int *array, int size) void insert_sort(int *array,int low,int high) int bucket_sort(int *array,int size,int max_value) int max_k_heap(int *array,int size,int k,int *k_array) int max_k_select(int *array,int size,int k,int *k_array) void find_max_min(int *array,int size,int *max,int *min) int find_max_k(int *array,int low,int high,int k) (Some sort functions."sort_test.c" is used to test. void heap_sort(int*array,int size) void create_min_heap(int*array,int size) void adjust_min_heap(int*array,int start,int size) void bubble_sort(int*array,int size) void select_sort(int*array,int size) void quick_sort(int*array,int size) void unrec_quick_sort(int*array, int size) void insert_sort(int*array,int low,int high) int bucket_sort(int*array,int size,int max_value) int max_k_heap(int*array,int size,int k,int*k_array) int max_k_select(int*array,int size,int k,int*k_array) void find_max_min(int*array,int size,int*max,int*min) int find_max_k(int*array,int low,int high,int k) )
    2013-08-30 22:05:58下载
    积分:1
  • debug
    详尽阐述了如何在VC的IDE下进行调试,并且在后半部分,还说明了写VC代码的注意事项,以及避免出错的方法。(Elaborated on how the VC IDE for debugging, and in the second half, also explains the precautions write VC code, as well as ways to avoid making mistakes)
    2013-10-06 21:41:24下载
    积分:1
  • 基于TLD的目标跟踪算法
    一种新的单目标长时间(long term tracking)跟踪算法。该算法与传统跟踪算法的显著区别在于将传统的跟踪算法和传统的检测算法相结合来解决被跟踪目标在被跟踪过程中发生的形变、部分遮挡等问题。同时,通过一种改进的在线学习机制不断更新跟踪模块的“显著特征点”和检测模块的目标模型及相关参数,从而使得跟踪效果更加稳定、鲁棒、可靠。
    2022-01-31 11:45:11下载
    积分:1
  • produksi_roti
    contoh aplikasi fuzzy sederhana untuk menentukan jumlah produksi roti
    2011-12-01 11:15:09下载
    积分:1
  • 超市管理系统
    #include          /*输入,输出头文件*/ #include          /*申请空间头文件*/ #include          /*对字符串加工头文件*/ #include #include       /*清屏头文件*/ struct arraysGoods { int goods_id; //商品编号 char goods_name[50]; //商品名称 char goods_address[50]; //商品产地 char goods_type[50]; //商品种类 float goods_inputprice; //商品进价 float goods_outputprice; //商品售价 int goods_num; //商品进货量 }; struct arraysGoods GoodsDates[50]={ {2013,"衬衫","北京","c",1.4,2.5,5},{2012,"裤子","上海","b",1.3,2.5,6}, {2011,"短袖","大连","a",1.1,2.5,7}}; struct arraysGoods GoodsDates2[50]; void loginTitle(); void loginManager(); void selectManagerMenu(); void spendPassager(); v
    2022-01-24 09:53:17下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载